@fluid-topics/ft-search-result-abstract 1.1.70 → 1.1.71

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,139 +1,148 @@
1
- !function(t,o,e,r,a){var i,n,l,c,p,f,s,d,h,g,y,b,u,m,O,N,x,S,w;!function(t){!function(o){var e={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(t){return!1}}(),formData:"FormData"in t,arrayBuffer:"ArrayBuffer"in t};if(e.arrayBuffer)var r=["[object Int8Array]","[object Uint8Array]","[object Uint8ClampedArray]","[object Int16Array]","[object Uint16Array]","[object Int32Array]","[object Uint32Array]","[object Float32Array]","[object Float64Array]"],a=ArrayBuffer.isView||function(t){return t&&r.indexOf(Object.prototype.toString.call(t))>-1};function i(t){if("string"!=typeof t&&(t=String(t)),/[^a-z0-9\-#$%&'*+.^_`|~]/i.test(t))throw new TypeError("Invalid character in header field name");return t.toLowerCase()}function n(t){return"string"!=typeof t&&(t=String(t)),t}function l(t){var o={next:function(){var o=t.shift();return{done:void 0===o,value:o}}};return e.iterable&&(o[Symbol.iterator]=function(){return o}),o}function c(t){this.map={},t instanceof c?t.forEach((function(t,o){this.append(o,t)}),this):Array.isArray(t)?t.forEach((function(t){this.append(t[0],t[1])}),this):t&&Object.getOwnPropertyNames(t).forEach((function(o){this.append(o,t[o])}),this)}function p(t){if(t.bodyUsed)return Promise.reject(new TypeError("Already read"));t.bodyUsed=!0}function f(t){return new Promise((function(o,e){t.onload=function(){o(t.result)},t.onerror=function(){e(t.error)}}))}function s(t){var o=new FileReader,e=f(o);return o.readAsArrayBuffer(t),e}function d(t){if(t.slice)return t.slice(0);var o=new Uint8Array(t.byteLength);return o.set(new Uint8Array(t)),o.buffer}function h(){return this.bodyUsed=!1,this._initBody=function(t){var o;this._bodyInit=t,t?"string"==typeof t?this._bodyText=t:e.blob&&Blob.prototype.isPrototypeOf(t)?this._bodyBlob=t:e.formData&&FormData.prototype.isPrototypeOf(t)?this._bodyFormData=t:e.searchParams&&URLSearchParams.prototype.isPrototypeOf(t)?this._bodyText=t.toString():e.arrayBuffer&&e.blob&&((o=t)&&DataView.prototype.isPrototypeOf(o))?(this._bodyArrayBuffer=d(t.buffer),this._bodyInit=new Blob([this._bodyArrayBuffer])):e.arrayBuffer&&(ArrayBuffer.prototype.isPrototypeOf(t)||a(t))?this._bodyArrayBuffer=d(t):this._bodyText=t=Object.prototype.toString.call(t):this._bodyText="",this.headers.get("content-type")||("string"==typeof t?this.headers.set("content-type","text/plain;charset=UTF-8"):this._bodyBlob&&this._bodyBlob.type?this.headers.set("content-type",this._bodyBlob.type):e.searchParams&&URLSearchParams.prototype.isPrototypeOf(t)&&this.headers.set("content-type","application/x-www-form-urlencoded;charset=UTF-8"))},e.blob&&(this.blob=function(){var t=p(this);if(t)return t;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?p(this)||Promise.resolve(this._bodyArrayBuffer):this.blob().then(s)}),this.text=function(){var t,o,e,r=p(this);if(r)return r;if(this._bodyBlob)return t=this._bodyBlob,o=new FileReader,e=f(o),o.readAsText(t),e;if(this._bodyArrayBuffer)return Promise.resolve(function(t){for(var o=new Uint8Array(t),e=new Array(o.length),r=0;r<o.length;r++)e[r]=String.fromCharCode(o[r]);return e.join("")}(this._bodyArrayBuffer));if(this._bodyFormData)throw new Error("could not read FormData body as text");return Promise.resolve(this._bodyText)},e.formData&&(this.formData=function(){return this.text().then(b)}),this.json=function(){return this.text().then(JSON.parse)},this}c.prototype.append=function(t,o){t=i(t),o=n(o);var e=this.map[t];this.map[t]=e?e+", "+o:o},c.prototype.delete=function(t){delete this.map[i(t)]},c.prototype.get=function(t){return t=i(t),this.has(t)?this.map[t]:null},c.prototype.has=function(t){return this.map.hasOwnProperty(i(t))},c.prototype.set=function(t,o){this.map[i(t)]=n(o)},c.prototype.forEach=function(t,o){for(var e in this.map)this.map.hasOwnProperty(e)&&t.call(o,this.map[e],e,this)},c.prototype.keys=function(){var t=[];return this.forEach((function(o,e){t.push(e)})),l(t)},c.prototype.values=function(){var t=[];return this.forEach((function(o){t.push(o)})),l(t)},c.prototype.entries=function(){var t=[];return this.forEach((function(o,e){t.push([e,o])})),l(t)},e.iterable&&(c.prototype[Symbol.iterator]=c.prototype.entries);var g=["DELETE","GET","HEAD","OPTIONS","POST","PUT"];function y(t,o){var e,r,a=(o=o||{}).body;if(t instanceof y){if(t.bodyUsed)throw new TypeError("Already read");this.url=t.url,this.credentials=t.credentials,o.headers||(this.headers=new c(t.headers)),this.method=t.method,this.mode=t.mode,this.signal=t.signal,a||null==t._bodyInit||(a=t._bodyInit,t.bodyUsed=!0)}else this.url=String(t);if(this.credentials=o.credentials||this.credentials||"same-origin",!o.headers&&this.headers||(this.headers=new c(o.headers)),this.method=(e=o.method||this.method||"GET",r=e.toUpperCase(),g.indexOf(r)>-1?r:e),this.mode=o.mode||this.mode||null,this.signal=o.signal||this.signal,this.referrer=null,("GET"===this.method||"HEAD"===this.method)&&a)throw new TypeError("Body not allowed for GET or HEAD requests");this._initBody(a)}function b(t){var o=new FormData;return t.trim().split("&").forEach((function(t){if(t){var e=t.split("="),r=e.shift().replace(/\+/g," "),a=e.join("=").replace(/\+/g," ");o.append(decodeURIComponent(r),decodeURIComponent(a))}})),o}function u(t,o){o||(o={}),this.type="default",this.status=void 0===o.status?200:o.status,this.ok=this.status>=200&&this.status<300,this.statusText="statusText"in o?o.statusText:"OK",this.headers=new c(o.headers),this.url=o.url||"",this._initBody(t)}y.prototype.clone=function(){return new y(this,{body:this._bodyInit})},h.call(y.prototype),h.call(u.prototype),u.prototype.clone=function(){return new u(this._bodyInit,{status:this.status,statusText:this.statusText,headers:new c(this.headers),url:this.url})},u.error=function(){var t=new u(null,{status:0,statusText:""});return t.type="error",t};var m=[301,302,303,307,308];u.redirect=function(t,o){if(-1===m.indexOf(o))throw new RangeError("Invalid status code");return new u(null,{status:o,headers:{location:t}})},o.DOMException=t.DOMException;try{new o.DOMException}catch(t){o.DOMException=function(t,o){this.message=t,this.name=o;var e=Error(t);this.stack=e.stack},o.DOMException.prototype=Object.create(Error.prototype),o.DOMException.prototype.constructor=o.DOMException}function O(t,r){return new Promise((function(a,i){var n=new y(t,r);if(n.signal&&n.signal.aborted)return i(new o.DOMException("Aborted","AbortError"));var l=new XMLHttpRequest;function p(){l.abort()}l.onload=function(){var t,o,e={status:l.status,statusText:l.statusText,headers:(t=l.getAllResponseHeaders()||"",o=new c,t.replace(/\r?\n[\t ]+/g," ").split(/\r?\n/).forEach((function(t){var e=t.split(":"),r=e.shift().trim();if(r){var a=e.join(":").trim();o.append(r,a)}})),o)};e.url="responseURL"in l?l.responseURL:e.headers.get("X-Request-URL");var r="response"in l?l.response:l.responseText;a(new u(r,e))},l.onerror=function(){i(new TypeError("Network request failed"))},l.ontimeout=function(){i(new TypeError("Network request failed"))},l.onabort=function(){i(new o.DOMException("Aborted","AbortError"))},l.open(n.method,n.url,!0),"include"===n.credentials?l.withCredentials=!0:"omit"===n.credentials&&(l.withCredentials=!1),"responseType"in l&&e.blob&&(l.responseType="blob"),n.headers.forEach((function(t,o){l.setRequestHeader(o,t)})),n.signal&&(n.signal.addEventListener("abort",p),l.onreadystatechange=function(){4===l.readyState&&n.signal.removeEventListener("abort",p)}),l.send(void 0===n._bodyInit?null:n._bodyInit)}))}O.polyfill=!0,t.fetch||(t.fetch=O,t.Headers=c,t.Request=y,t.Response=u),o.Headers=c,o.Request=y,o.Response=u,o.fetch=O,Object.defineProperty(o,"t",{value:!0})}({})}("undefined"!=typeof self?self:void 0),function(t){t.black="black",t.green="green",t.blue="blue",t.purple="purple",t.red="red",t.orange="orange",t.yellow="yellow"}(i||(i={})),function(t){t.OFFICIAL="OFFICIAL",t.PERSONAL="PERSONAL",t.SHARED="SHARED"}(n||(n={})),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"}(l||(l={})),function(t){t.HOMEPAGE="HOMEPAGE",t.CUSTOM="CUSTOM",t.READER="READER",t.TOPIC_TEMPLATE="TOPIC_TEMPLATE",t.SEARCH="SEARCH",t.SEARCH_RESULT="SEARCH_RESULT"}(c||(c={})),function(t){t.CLASSIC="CLASSIC",t.CUSTOM="CUSTOM",t.DESIGNER="DESIGNER"}(p||(p={})),function(t){t.AND="AND",t.OR="OR",t.MONOVALUED="MONOVALUED"}(f||(f={})),function(t){t.NONE="NONE",t.ALPHABET="ALPHABET",t.VERSION="VERSION"}(s||(s={})),function(t){t.STARS="STARS",t.LIKE="LIKE",t.DICHOTOMOUS="DICHOTOMOUS",t.NO_RATING="NO_RATING"}(d||(d={})),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"}(h||(h={})),function(t){t.ASC="ASC",t.DESC="DESC"}(g||(g={})),function(t){t.ALPHA="ALPHA",t.NATURAL="NATURAL"}(y||(y={})),function(t){t.EVERYWHERE="EVERYWHERE",t.TITLE_ONLY="TITLE_ONLY",t.NONE="NONE"}(b||(b={})),function(t){t.ARTICLE="ARTICLE",t.BOOK="BOOK",t.SHARED_BOOK="SHARED_BOOK"}(u||(u={})),function(t){t.FLUIDTOPICS="FLUIDTOPICS",t.EXTERNAL="EXTERNAL"}(m||(m={})),function(t){t.MAP="MAP",t.DOCUMENT="DOCUMENT",t.TOPIC="TOPIC",t.PERSONAL_BOOK="PERSONAL_BOOK",t.SHARED_BOOK="SHARED_BOOK"}(O||(O={})),function(t){t.MAP="MAP",t.DOCUMENT="DOCUMENT",t.TOPIC="TOPIC"}(N||(N={})),function(t){t.DEFAULT="DEFAULT",t.DOCUMENTS="DOCUMENTS",t.ALL_TOPICS="ALL_TOPICS"}(x||(x={})),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"}(S||(S={})),function(t){t.VALID="VALID",t.INVALID="INVALID"}(w||(w={})),S.PERSONAL_BOOK_SHARE_USER,S.PERSONAL_BOOK_USER,S.HTML_EXPORT_USER,S.PERSONAL_BOOK_USER,S.PDF_EXPORT_USER,S.PERSONAL_BOOK_USER,S.KHUB_ADMIN,S.CONTENT_PUBLISHER,S.ADMIN,S.KHUB_ADMIN,S.USERS_ADMIN,S.PORTAL_ADMIN,S.DEVELOPER,S.BETA_USER,S.DEBUG_USER;const E=e.css`
2
- `,v=o.FtReduxStore.get({name:"ft-app-info",reducers:{},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}});class I{static get(t){const{baseUrl:o,apiIntegrationIdentifier:e}=v.getState(),r=null!=t?t:e;if(o&&r&&window.fluidtopics)return new window.fluidtopics.FluidTopicsApi(o,r,!0)}static await(t){return new Promise((o=>{let e=I.get(t);if(e)o(e);else{const r=v.subscribe((()=>{e=I.get(t),e&&(r(),o(e))}))}}))}}class C{constructor(t=!0,e){var r;this.overrideApi=e;let a=this.constructor;a.commonCache=null!==(r=a.commonCache)&&void 0!==r?r:new o.CacheRegistry,this.cache=t?a.commonCache:new o.CacheRegistry}get api(){var t;return null!==(t=this.overrideApi)&&void 0!==t?t:I.get()}get awaitApi(){var t;return null!==(t=this.overrideApi)&&void 0!==t?t:I.await()}clearCache(){this.cache.clearAll()}}var U;const R=Symbol("clearAfterUnitTest");class W extends C{constructor(t){super(),this.messageContextProvider=t,this.defaultMessages={},this.listeners={},this.currentUiLocale="",this[U]=()=>{this.defaultMessages={},this.cache=new o.CacheRegistry,this.listeners={}},this.currentUiLocale=v.getState().uiLocale,v.subscribe((()=>this.clearWhenUiLocaleChanges()))}clearWhenUiLocaleChanges(){const{uiLocale:t}=v.getState();this.currentUiLocale!==t&&(this.currentUiLocale=t,this.cache.clearAll(),this.notifyAll())}addContext(t){const o=t.name.toLowerCase();this.cache.setFinal(o,t),this.notify(o)}getAllContexts(){return this.cache.resolvedValues()}async prepareContext(t,e){var r;if(t=t.toLowerCase(),Object.keys(e).length>0){const a={...null!==(r=this.defaultMessages[t])&&void 0!==r?r:{},...e};o.deepEqual(this.defaultMessages[t],a)||(this.defaultMessages[t]=a,await this.notify(t))}await this.fetchContext(t)}resolveMessage(t,e,...r){var a,i,n;t=t.toLowerCase(),this.fetchContext(t);const l=null!==(i=null===(a=this.cache.getNow(t))||void 0===a?void 0:a.messages)&&void 0!==i?i:{};return new o.ParametrizedLabelResolver(null!==(n=this.defaultMessages[t])&&void 0!==n?n:{},l).resolve(e,...r)}async fetchContext(t){if(!this.cache.has(t))try{await this.cache.get(t,(()=>this.messageContextProvider(this.currentUiLocale,t))),await this.notify(t)}catch(t){console.error(t)}}subscribe(t,o){var e;return t=t.toLowerCase(),this.listeners[t]=null!==(e=this.listeners[t])&&void 0!==e?e:new Set,this.listeners[t].add(o),()=>{var e;return null===(e=this.listeners[t])||void 0===e?void 0:e.delete(o)}}async notifyAll(){await Promise.all(Object.keys(this.listeners).map((t=>this.notify(t))))}async notify(t){null!=this.listeners[t]&&await Promise.all([...this.listeners[t].values()].map((t=>o.delay(0).then((()=>t())).catch((()=>null)))))}}U=R,null==window.FluidTopicsI18nService&&(window.FluidTopicsI18nService=new class extends W{constructor(){super((async(t,o)=>(await this.awaitApi).getFluidTopicsMessageContext(t,o)))}}),null==window.FluidTopicsCustomI18nService&&(window.FluidTopicsCustomI18nService=new class extends W{constructor(){super((async(t,o)=>(await this.awaitApi).getCustomMessageContext(t,o)))}});const L=window.FluidTopicsI18nService;var Z=function(t,o,e,r){for(var a,i=arguments.length,n=i<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,l=t.length-1;l>=0;l--)(a=t[l])&&(n=(i<3?a(n):i>3?a(o,e,n):a(o,e))||n);return i>3&&n&&Object.defineProperty(o,e,n),n};class K extends o.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=()=>I.get(),this.messageContexts=[],this.cache=new o.CacheRegistry,this.cleanSessionDebouncer=new o.Debouncer}render(){return e.html`
1
+ "use strict";(()=>{var to=Object.create;var nt=Object.defineProperty;var ro=Object.getOwnPropertyDescriptor;var oo=Object.getOwnPropertyNames;var ao=Object.getPrototypeOf,no=Object.prototype.hasOwnProperty;var pe=(o,t)=>()=>(t||o((t={exports:{}}).exports,t),t.exports);var io=(o,t,n,i)=>{if(t&&typeof t=="object"||typeof t=="function")for(let c of oo(t))!no.call(o,c)&&c!==n&&nt(o,c,{get:()=>t[c],enumerable:!(i=ro(t,c))||i.enumerable});return o};var O=(o,t,n)=>(n=o!=null?to(ao(o)):{},io(t||!o||!o.__esModule?nt(n,"default",{value:o,enumerable:!0}):n,o));var R=pe((Ao,it)=>{it.exports=ftGlobals.wcUtils});var z=pe((Eo,ct)=>{ct.exports=ftGlobals.lit});var de=pe((vo,st)=>{st.exports=ftGlobals.litDecorators});var pt=pe(lt=>{(function(o){var t=function(n){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 c(s){return s&&DataView.prototype.isPrototypeOf(s)}if(i.arrayBuffer)var l=["[object Int8Array]","[object Uint8Array]","[object Uint8ClampedArray]","[object Int16Array]","[object Uint16Array]","[object Int32Array]","[object Uint32Array]","[object Float32Array]","[object Float64Array]"],p=ArrayBuffer.isView||function(s){return s&&l.indexOf(Object.prototype.toString.call(s))>-1};function u(s){if(typeof s!="string"&&(s=String(s)),/[^a-z0-9\-#$%&'*+.^_`|~]/i.test(s))throw new TypeError("Invalid character in header field name");return s.toLowerCase()}function y(s){return typeof s!="string"&&(s=String(s)),s}function b(s){var d={next:function(){var m=s.shift();return{done:m===void 0,value:m}}};return i.iterable&&(d[Symbol.iterator]=function(){return d}),d}function g(s){this.map={},s instanceof g?s.forEach(function(d,m){this.append(m,d)},this):Array.isArray(s)?s.forEach(function(d){this.append(d[0],d[1])},this):s&&Object.getOwnPropertyNames(s).forEach(function(d){this.append(d,s[d])},this)}g.prototype.append=function(s,d){s=u(s),d=y(d);var m=this.map[s];this.map[s]=m?m+", "+d:d},g.prototype.delete=function(s){delete this.map[u(s)]},g.prototype.get=function(s){return s=u(s),this.has(s)?this.map[s]:null},g.prototype.has=function(s){return this.map.hasOwnProperty(u(s))},g.prototype.set=function(s,d){this.map[u(s)]=y(d)},g.prototype.forEach=function(s,d){for(var m in this.map)this.map.hasOwnProperty(m)&&s.call(d,this.map[m],m,this)},g.prototype.keys=function(){var s=[];return this.forEach(function(d,m){s.push(m)}),b(s)},g.prototype.values=function(){var s=[];return this.forEach(function(d){s.push(d)}),b(s)},g.prototype.entries=function(){var s=[];return this.forEach(function(d,m){s.push([m,d])}),b(s)},i.iterable&&(g.prototype[Symbol.iterator]=g.prototype.entries);function x(s){if(s.bodyUsed)return Promise.reject(new TypeError("Already read"));s.bodyUsed=!0}function L(s){return new Promise(function(d,m){s.onload=function(){d(s.result)},s.onerror=function(){m(s.error)}})}function k(s){var d=new FileReader,m=L(d);return d.readAsArrayBuffer(s),m}function j(s){var d=new FileReader,m=L(d);return d.readAsText(s),m}function jr(s){for(var d=new Uint8Array(s),m=new Array(d.length),I=0;I<d.length;I++)m[I]=String.fromCharCode(d[I]);return m.join("")}function ot(s){if(s.slice)return s.slice(0);var d=new Uint8Array(s.byteLength);return d.set(new Uint8Array(s)),d.buffer}function at(){return this.bodyUsed=!1,this._initBody=function(s){this._bodyInit=s,s?typeof s=="string"?this._bodyText=s:i.blob&&Blob.prototype.isPrototypeOf(s)?this._bodyBlob=s:i.formData&&FormData.prototype.isPrototypeOf(s)?this._bodyFormData=s:i.searchParams&&URLSearchParams.prototype.isPrototypeOf(s)?this._bodyText=s.toString():i.arrayBuffer&&i.blob&&c(s)?(this._bodyArrayBuffer=ot(s.buffer),this._bodyInit=new Blob([this._bodyArrayBuffer])):i.arrayBuffer&&(ArrayBuffer.prototype.isPrototypeOf(s)||p(s))?this._bodyArrayBuffer=ot(s):this._bodyText=s=Object.prototype.toString.call(s):this._bodyText="",this.headers.get("content-type")||(typeof s=="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(s)&&this.headers.set("content-type","application/x-www-form-urlencoded;charset=UTF-8"))},i.blob&&(this.blob=function(){var s=x(this);if(s)return s;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?x(this)||Promise.resolve(this._bodyArrayBuffer):this.blob().then(k)}),this.text=function(){var s=x(this);if(s)return s;if(this._bodyBlob)return j(this._bodyBlob);if(this._bodyArrayBuffer)return Promise.resolve(jr(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(Xr)}),this.json=function(){return this.text().then(JSON.parse)},this}var Yr=["DELETE","GET","HEAD","OPTIONS","POST","PUT"];function Qr(s){var d=s.toUpperCase();return Yr.indexOf(d)>-1?d:s}function G(s,d){d=d||{};var m=d.body;if(s instanceof G){if(s.bodyUsed)throw new TypeError("Already read");this.url=s.url,this.credentials=s.credentials,d.headers||(this.headers=new g(s.headers)),this.method=s.method,this.mode=s.mode,this.signal=s.signal,!m&&s._bodyInit!=null&&(m=s._bodyInit,s.bodyUsed=!0)}else this.url=String(s);if(this.credentials=d.credentials||this.credentials||"same-origin",(d.headers||!this.headers)&&(this.headers=new g(d.headers)),this.method=Qr(d.method||this.method||"GET"),this.mode=d.mode||this.mode||null,this.signal=d.signal||this.signal,this.referrer=null,(this.method==="GET"||this.method==="HEAD")&&m)throw new TypeError("Body not allowed for GET or HEAD requests");this._initBody(m)}G.prototype.clone=function(){return new G(this,{body:this._bodyInit})};function Xr(s){var d=new FormData;return s.trim().split("&").forEach(function(m){if(m){var I=m.split("="),v=I.shift().replace(/\+/g," "),C=I.join("=").replace(/\+/g," ");d.append(decodeURIComponent(v),decodeURIComponent(C))}}),d}function Jr(s){var d=new g,m=s.replace(/\r?\n[\t ]+/g," ");return m.split(/\r?\n/).forEach(function(I){var v=I.split(":"),C=v.shift().trim();if(C){var ge=v.join(":").trim();d.append(C,ge)}}),d}at.call(G.prototype);function P(s,d){d||(d={}),this.type="default",this.status=d.status===void 0?200:d.status,this.ok=this.status>=200&&this.status<300,this.statusText="statusText"in d?d.statusText:"OK",this.headers=new g(d.headers),this.url=d.url||"",this._initBody(s)}at.call(P.prototype),P.prototype.clone=function(){return new P(this._bodyInit,{status:this.status,statusText:this.statusText,headers:new g(this.headers),url:this.url})},P.error=function(){var s=new P(null,{status:0,statusText:""});return s.type="error",s};var eo=[301,302,303,307,308];P.redirect=function(s,d){if(eo.indexOf(d)===-1)throw new RangeError("Invalid status code");return new P(null,{status:d,headers:{location:s}})},n.DOMException=o.DOMException;try{new n.DOMException}catch{n.DOMException=function(d,m){this.message=d,this.name=m;var I=Error(d);this.stack=I.stack},n.DOMException.prototype=Object.create(Error.prototype),n.DOMException.prototype.constructor=n.DOMException}function Ue(s,d){return new Promise(function(m,I){var v=new G(s,d);if(v.signal&&v.signal.aborted)return I(new n.DOMException("Aborted","AbortError"));var C=new XMLHttpRequest;function ge(){C.abort()}C.onload=function(){var le={status:C.status,statusText:C.statusText,headers:Jr(C.getAllResponseHeaders()||"")};le.url="responseURL"in C?C.responseURL:le.headers.get("X-Request-URL");var Fe="response"in C?C.response:C.responseText;m(new P(Fe,le))},C.onerror=function(){I(new TypeError("Network request failed"))},C.ontimeout=function(){I(new TypeError("Network request failed"))},C.onabort=function(){I(new n.DOMException("Aborted","AbortError"))},C.open(v.method,v.url,!0),v.credentials==="include"?C.withCredentials=!0:v.credentials==="omit"&&(C.withCredentials=!1),"responseType"in C&&i.blob&&(C.responseType="blob"),v.headers.forEach(function(le,Fe){C.setRequestHeader(Fe,le)}),v.signal&&(v.signal.addEventListener("abort",ge),C.onreadystatechange=function(){C.readyState===4&&v.signal.removeEventListener("abort",ge)}),C.send(typeof v._bodyInit>"u"?null:v._bodyInit)})}return Ue.polyfill=!0,o.fetch||(o.fetch=Ue,o.Headers=g,o.Request=G,o.Response=P),n.Headers=g,n.Request=G,n.Response=P,n.fetch=Ue,Object.defineProperty(n,"__esModule",{value:!0}),n}({})})(typeof self<"u"?self:lt)});var Ht=pe((Xa,zt)=>{zt.exports=ftGlobals.litUnsafeHTML});var qr=O(R());var rt=O(z());var Pt=O(R()),Bt=O(de());var ze=O(R());var co=O(R());var Wo=O(pt(),1);var dt;(function(o){o.black="black",o.green="green",o.blue="blue",o.purple="purple",o.red="red",o.orange="orange",o.yellow="yellow"})(dt||(dt={}));var ft;(function(o){o.OFFICIAL="OFFICIAL",o.PERSONAL="PERSONAL",o.SHARED="SHARED"})(ft||(ft={}));var ut;(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"})(ut||(ut={}));var ht;(function(o){o.HOMEPAGE="HOMEPAGE",o.CUSTOM="CUSTOM",o.READER="READER",o.TOPIC_TEMPLATE="TOPIC_TEMPLATE",o.SEARCH="SEARCH",o.SEARCH_RESULT="SEARCH_RESULT"})(ht||(ht={}));var yt;(function(o){o.CLASSIC="CLASSIC",o.CUSTOM="CUSTOM",o.DESIGNER="DESIGNER"})(yt||(yt={}));var gt;(function(o){o.AND="AND",o.OR="OR",o.MONOVALUED="MONOVALUED"})(gt||(gt={}));var mt;(function(o){o.NONE="NONE",o.ALPHABET="ALPHABET",o.VERSION="VERSION"})(mt||(mt={}));var bt;(function(o){o.STARS="STARS",o.LIKE="LIKE",o.DICHOTOMOUS="DICHOTOMOUS",o.NO_RATING="NO_RATING"})(bt||(bt={}));var xt;(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"})(xt||(xt={}));var St;(function(o){o.ASC="ASC",o.DESC="DESC"})(St||(St={}));var Ot;(function(o){o.ALPHA="ALPHA",o.NATURAL="NATURAL"})(Ot||(Ot={}));var Te;(function(o){o.EVERYWHERE="EVERYWHERE",o.TITLE_ONLY="TITLE_ONLY",o.NONE="NONE"})(Te||(Te={}));var Ct;(function(o){o.ARTICLE="ARTICLE",o.BOOK="BOOK",o.SHARED_BOOK="SHARED_BOOK"})(Ct||(Ct={}));var Nt;(function(o){o.FLUIDTOPICS="FLUIDTOPICS",o.EXTERNAL="EXTERNAL"})(Nt||(Nt={}));var At;(function(o){o.MAP="MAP",o.DOCUMENT="DOCUMENT",o.TOPIC="TOPIC",o.PERSONAL_BOOK="PERSONAL_BOOK",o.SHARED_BOOK="SHARED_BOOK"})(At||(At={}));var Et;(function(o){o.MAP="MAP",o.DOCUMENT="DOCUMENT",o.TOPIC="TOPIC"})(Et||(Et={}));var ke;(function(o){o.DEFAULT="DEFAULT",o.DOCUMENTS="DOCUMENTS",o.ALL_TOPICS="ALL_TOPICS"})(ke||(ke={}));var A;(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"})(A||(A={}));var vt;(function(o){o.VALID="VALID",o.INVALID="INVALID"})(vt||(vt={}));var To={[A.PERSONAL_BOOK_SHARE_USER]:[A.PERSONAL_BOOK_USER],[A.HTML_EXPORT_USER]:[A.PERSONAL_BOOK_USER],[A.PDF_EXPORT_USER]:[A.PERSONAL_BOOK_USER],[A.KHUB_ADMIN]:[A.CONTENT_PUBLISHER],[A.ADMIN]:[A.KHUB_ADMIN,A.USERS_ADMIN,A.PORTAL_ADMIN],[A.DEVELOPER]:[A.BETA_USER,A.DEBUG_USER]};var kt=O(R());var Ft=O(z()),U=O(de()),T=O(R());var It=O(z());var Rt=It.css`
2
+ `;var wt=O(R()),so="ft-app-info",lo={},S=wt.FtReduxStore.get({name:so,reducers:lo,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 H=O(R());var Pe=O(R());var K=class o{static get(t){let{baseUrl:n,apiIntegrationIdentifier:i}=S.getState(),c=t??i;if(n&&c&&window.fluidtopics)return new window.fluidtopics.FluidTopicsApi(n,c,!0)}static await(t){return new Promise(n=>{let i=o.get(t);if(i)n(i);else{let c=S.subscribe(()=>{i=o.get(t),i&&(c(),n(i))})}})}};var B=class{constructor(t=!0,n){var i;this.overrideApi=n;let c=this.constructor;c.commonCache=(i=c.commonCache)!==null&&i!==void 0?i:new Pe.CacheRegistry,this.cache=t?c.commonCache:new Pe.CacheRegistry}get api(){var t;return(t=this.overrideApi)!==null&&t!==void 0?t:K.get()}get awaitApi(){var t;return(t=this.overrideApi)!==null&&t!==void 0?t:K.await()}clearCache(){this.cache.clearAll()}};var Lt,po=Symbol("clearAfterUnitTest"),me=class extends B{constructor(t){super(),this.messageContextProvider=t,this.defaultMessages={},this.listeners={},this.currentUiLocale="",this[Lt]=()=>{this.defaultMessages={},this.cache=new H.CacheRegistry,this.listeners={}},this.currentUiLocale=S.getState().uiLocale,S.subscribe(()=>this.clearWhenUiLocaleChanges())}clearWhenUiLocaleChanges(){let{uiLocale:t}=S.getState();this.currentUiLocale!==t&&(this.currentUiLocale=t,this.cache.clearAll(),this.notifyAll())}addContext(t){let n=t.name.toLowerCase();this.cache.setFinal(n,t),this.notify(n)}getAllContexts(){return this.cache.resolvedValues()}async prepareContext(t,n){var i;if(t=t.toLowerCase(),Object.keys(n).length>0){let c={...(i=this.defaultMessages[t])!==null&&i!==void 0?i:{},...n};(0,H.deepEqual)(this.defaultMessages[t],c)||(this.defaultMessages[t]=c,await this.notify(t))}await this.fetchContext(t)}resolveMessage(t,n,...i){var c,l,p;t=t.toLowerCase(),this.fetchContext(t);let u=(l=(c=this.cache.getNow(t))===null||c===void 0?void 0:c.messages)!==null&&l!==void 0?l:{};return new H.ParametrizedLabelResolver((p=this.defaultMessages[t])!==null&&p!==void 0?p:{},u).resolve(n,...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(n){console.error(n)}}subscribe(t,n){var i;return t=t.toLowerCase(),this.listeners[t]=(i=this.listeners[t])!==null&&i!==void 0?i:new Set,this.listeners[t].add(n),()=>{var c;return(c=this.listeners[t])===null||c===void 0?void 0:c.delete(n)}}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(n=>(0,H.delay)(0).then(()=>n()).catch(()=>null)))}};Lt=po;window.FluidTopicsI18nService==null&&(window.FluidTopicsI18nService=new class extends me{constructor(){super(async(o,t)=>(await this.awaitApi).getFluidTopicsMessageContext(o,t))}});window.FluidTopicsCustomI18nService==null&&(window.FluidTopicsCustomI18nService=new class extends me{constructor(){super(async(o,t)=>(await this.awaitApi).getCustomMessageContext(o,t))}});var Ut=window.FluidTopicsI18nService,Xo=window.FluidTopicsCustomI18nService;var w=function(o,t,n,i){var c=arguments.length,l=c<3?t:i===null?i=Object.getOwnPropertyDescriptor(t,n):i,p;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")l=Reflect.decorate(o,t,n,i);else for(var u=o.length-1;u>=0;u--)(p=o[u])&&(l=(c<3?p(l):c>3?p(t,n,l):p(t,n))||l);return c>3&&l&&Object.defineProperty(t,n,l),l},N=class extends T.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=()=>K.get(),this.messageContexts=[],this.cache=new T.CacheRegistry,this.cleanSessionDebouncer=new T.Debouncer}render(){return Ft.html`
3
3
  <slot></slot>
4
- `}update(t){super.update(t),t.has("baseUrl")&&(v.actions.baseUrl(this.baseUrl),window.fluidTopicsBaseUrl=this.baseUrl),t.has("apiIntegrationIdentifier")&&v.actions.apiIntegrationIdentifier(this.apiIntegrationIdentifier),t.has("uiLocale")&&v.actions.uiLocale(this.uiLocale),t.has("metadataConfiguration")&&v.actions.metadataConfiguration(this.metadataConfiguration),t.has("noCustom")&&v.actions.noCustom(this.noCustom),t.has("editorMode")&&v.actions.editorMode(this.editorMode),t.has("noCustomComponent")&&v.actions.noCustomComponent(this.noCustomComponent),t.has("session")&&v.actions.session(this.session),t.has("availableUiLocales")&&v.actions.availableUiLocales(Array.isArray(this.availableUiLocales)?this.availableUiLocales:[]),t.has("messageContexts")&&null!=this.messageContexts&&this.messageContexts.forEach((t=>L.addContext(t))),t.has("openExternalDocumentInNewTab")&&v.actions.openExternalDocumentInNewTab(this.openExternalDocumentInNewTab),t.has("navigatorOnline")&&v.actions.navigatorOnline(this.navigatorOnline),t.has("forcedOffline")&&v.actions.forcedOffline(this.forcedOffline),setTimeout((()=>this.updateIfNeeded()))}async updateIfNeeded(){!this.withManualResources&&this.apiProvider()&&(null==this.session&&this.updateSession(),null==this.availableUiLocales&&this.updateUiLocales(),null==this.metadataConfiguration&&this.updateMetadataConfiguration())}async updateSession(){this.session=await this.cache.get("session",(async()=>{const 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()))}}K.elementDefinitions={},K.styles=E,Z([r.property()],K.prototype,"baseUrl",void 0),Z([r.property()],K.prototype,"apiIntegrationIdentifier",void 0),Z([r.property()],K.prototype,"uiLocale",void 0),Z([o.jsonProperty(null)],K.prototype,"availableUiLocales",void 0),Z([o.jsonProperty(null)],K.prototype,"metadataConfiguration",void 0),Z([r.property({type:Boolean})],K.prototype,"editorMode",void 0),Z([r.property({type:Boolean})],K.prototype,"noCustom",void 0),Z([r.property({type:Boolean})],K.prototype,"openExternalDocumentInNewTab",void 0),Z([r.property({converter:{fromAttribute:t=>"false"!==t&&("true"===t||null!=t&&t)}})],K.prototype,"noCustomComponent",void 0),Z([r.property({type:Boolean})],K.prototype,"withManualResources",void 0),Z([r.property({type:Boolean})],K.prototype,"navigatorOnline",void 0),Z([r.property({type:Boolean})],K.prototype,"forcedOffline",void 0),Z([r.property({type:Object})],K.prototype,"apiProvider",void 0),Z([o.jsonProperty([])],K.prototype,"messageContexts",void 0),Z([o.jsonProperty(void 0)],K.prototype,"session",void 0);class z extends C{async listMySearches(){let t=v.getState().session;return(null==t?void 0:t.sessionAuthenticated)?this.cache.get("my-searches",(async()=>(await this.awaitApi).listMySearches(t.profile.userId)),3e5):[]}}class A extends C{async listMyBookmarks(){let t=v.getState().session;return(null==t?void 0:t.sessionAuthenticated)?this.cache.get("my-bookmarks",(async()=>(await this.awaitApi).listMyBookmarks(t.profile.userId)),3e5):[]}}const D=o.FtReduxStore.get({name:"ft-user-assets",initialState:{savedSearches:void 0,bookmarks:void 0}});new class{constructor(){this.currentSession=v.getState().session,this.bookmarksAreUsed=!1,this.bookmarksService=new A,this.savedSearchesService=new z,v.subscribe((()=>this.reloadWhenUserSessionChanges()))}reloadWhenUserSessionChanges(){var t;const{session:e}=v.getState();o.deepEqual(null===(t=this.currentSession)||void 0===t?void 0:t.profile,null==e?void 0:e.profile)||(this.currentSession=e,this.clearMySearches(),this.reloadBookmarks())}clear(){this.clearMySearches(),this.clearMyBookmarks()}clearMySearches(){this.savedSearchesService.clearCache(),D.actions.savedSearches(void 0)}clearMyBookmarks(){this.bookmarksService.clearCache(),D.actions.bookmarks(void 0)}async reloadMySearches(){this.savedSearchesService.clearCache();const t=await this.savedSearchesService.listMySearches();D.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){const o=(null===(t=this.currentSession)||void 0===t?void 0:t.sessionAuthenticated)?await this.bookmarksService.listMyBookmarks():void 0;D.actions.bookmarks(o)}}};window.FluidTopicsAppInfoStoreService=new class{addCommand(t,o=!1){v.commands.add(t,o)}consumeCommand(t){return v.commands.consume(t)}};window.FluidTopicsHighlightHtmlService=new class{highlightHtml(t,e){o.highlightHtml(t,e)}},o.customElement("ft-app-context")(K);class k extends Event{constructor(){super(k.eventName)}}k.eventName="search-context-clear-all-filters";var $=function(t,o,e,r){for(var a,i=arguments.length,n=i<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,l=t.length-1;l>=0;l--)(a=t[l])&&(n=(i<3?a(n):i>3?a(o,e,n):a(o,e))||n);return i>3&&n&&Object.defineProperty(o,e,n),n};class F extends Event{constructor(){super("register-ft-search-component",{bubbles:!0,composed:!0})}}const B=Symbol("registerInterval");class H extends(function(t){var o;class e extends t{constructor(){super(...arguments),this[o]=0}setSearchStateManager(t){this.clearStateManager(),this.stateManager=t,this.addStore(t.store,"search")}clearStateManager(){this.stateManager&&(this.removeStore(this.stateManager.store),this.stateManager=void 0)}connectedCallback(){super.connectedCallback(),this[B]=window.setInterval((()=>this.tryToRegisterToContext()),50)}tryToRegisterToContext(){null!=this.stateManager?window.clearInterval(this[B]):this.dispatchEvent(new F)}disconnectedCallback(){super.disconnectedCallback(),this.clearStateManager()}}return o=B,$([r.state()],e.prototype,"stateManager",void 0),e}(o.FtLitElementRedux)){}var T=function(t,o,e,r){for(var a,i=arguments.length,n=i<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,l=t.length-1;l>=0;l--)(a=t[l])&&(n=(i<3?a(n):i>3?a(o,e,n):a(o,e))||n);return i>3&&n&&Object.defineProperty(o,e,n),n};class P extends Event{constructor(){super("register-ft-search-result-component",{bubbles:!0,composed:!0})}}const _=Symbol("registerInterval");class G extends(function(t){var o;class e extends t{constructor(){super(...arguments),this[o]=0}setResultStateManager(t){this.resultStateManager=t}unregisterResultStateManager(){this.resultStateManager&&(this.resultStateManager.unregisterComponent(this),this.resultStateManager=void 0)}connectedCallback(){super.connectedCallback(),this[_]=window.setInterval((()=>this.tryToRegisterToResultContext()),50)}tryToRegisterToResultContext(){null!=this.result?window.clearInterval(this[_]):this.dispatchEvent(new P)}disconnectedCallback(){super.disconnectedCallback(),this.unregisterResultStateManager()}}return o=_,T([r.property({attribute:!1})],e.prototype,"cluster",void 0),T([r.property({attribute:!1})],e.prototype,"result",void 0),T([r.property({attribute:!1,type:Number})],e.prototype,"rank",void 0),e}(H)){}const M={highlightBackgroundColor:o.FtCssVariableFactory.create("--ft-sra-highlight-background-color","","COLOR","transparent")},j=e.css`
4
+ `}update(t){super.update(t),t.has("baseUrl")&&(S.actions.baseUrl(this.baseUrl),window.fluidTopicsBaseUrl=this.baseUrl),t.has("apiIntegrationIdentifier")&&S.actions.apiIntegrationIdentifier(this.apiIntegrationIdentifier),t.has("uiLocale")&&S.actions.uiLocale(this.uiLocale),t.has("metadataConfiguration")&&S.actions.metadataConfiguration(this.metadataConfiguration),t.has("noCustom")&&S.actions.noCustom(this.noCustom),t.has("editorMode")&&S.actions.editorMode(this.editorMode),t.has("noCustomComponent")&&S.actions.noCustomComponent(this.noCustomComponent),t.has("session")&&S.actions.session(this.session),t.has("availableUiLocales")&&S.actions.availableUiLocales(Array.isArray(this.availableUiLocales)?this.availableUiLocales:[]),t.has("messageContexts")&&this.messageContexts!=null&&this.messageContexts.forEach(n=>Ut.addContext(n)),t.has("openExternalDocumentInNewTab")&&S.actions.openExternalDocumentInNewTab(this.openExternalDocumentInNewTab),t.has("navigatorOnline")&&S.actions.navigatorOnline(this.navigatorOnline),t.has("forcedOffline")&&S.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())}};N.elementDefinitions={};N.styles=Rt;w([(0,U.property)()],N.prototype,"baseUrl",void 0);w([(0,U.property)()],N.prototype,"apiIntegrationIdentifier",void 0);w([(0,U.property)()],N.prototype,"uiLocale",void 0);w([(0,T.jsonProperty)(null)],N.prototype,"availableUiLocales",void 0);w([(0,T.jsonProperty)(null)],N.prototype,"metadataConfiguration",void 0);w([(0,U.property)({type:Boolean})],N.prototype,"editorMode",void 0);w([(0,U.property)({type:Boolean})],N.prototype,"noCustom",void 0);w([(0,U.property)({type:Boolean})],N.prototype,"openExternalDocumentInNewTab",void 0);w([(0,U.property)({converter:{fromAttribute(o){return o==="false"?!1:o==="true"||(o??!1)}}})],N.prototype,"noCustomComponent",void 0);w([(0,U.property)({type:Boolean})],N.prototype,"withManualResources",void 0);w([(0,U.property)({type:Boolean})],N.prototype,"navigatorOnline",void 0);w([(0,U.property)({type:Boolean})],N.prototype,"forcedOffline",void 0);w([(0,U.property)({type:Object})],N.prototype,"apiProvider",void 0);w([(0,T.jsonProperty)([])],N.prototype,"messageContexts",void 0);w([(0,T.jsonProperty)(void 0)],N.prototype,"session",void 0);var Oe=O(R());var be=class extends B{async listMySearches(){let t=S.getState().session;return t?.sessionAuthenticated?this.cache.get("my-searches",async()=>(await this.awaitApi).listMySearches(t.profile.userId),5*60*1e3):[]}};var xe=class extends B{async listMyBookmarks(){let t=S.getState().session;return t?.sessionAuthenticated?this.cache.get("my-bookmarks",async()=>(await this.awaitApi).listMyBookmarks(t.profile.userId),5*60*1e3):[]}};var fo="ft-user-assets",Se=Oe.FtReduxStore.get({name:fo,initialState:{savedSearches:void 0,bookmarks:void 0}}),Be=class{constructor(){this.currentSession=S.getState().session,this.bookmarksAreUsed=!1,this.bookmarksService=new xe,this.savedSearchesService=new be,S.subscribe(()=>this.reloadWhenUserSessionChanges())}reloadWhenUserSessionChanges(){var t;let{session:n}=S.getState();(0,Oe.deepEqual)((t=this.currentSession)===null||t===void 0?void 0:t.profile,n?.profile)||(this.currentSession=n,this.clearMySearches(),this.reloadBookmarks())}clear(){this.clearMySearches(),this.clearMyBookmarks()}clearMySearches(){this.savedSearchesService.clearCache(),Se.actions.savedSearches(void 0)}clearMyBookmarks(){this.bookmarksService.clearCache(),Se.actions.bookmarks(void 0)}async reloadMySearches(){this.savedSearchesService.clearCache();let t=await this.savedSearchesService.listMySearches();Se.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 n=!((t=this.currentSession)===null||t===void 0)&&t.sessionAuthenticated?await this.bookmarksService.listMyBookmarks():void 0;Se.actions.bookmarks(n)}}},ga=new Be;var We=class{addCommand(t,n=!1){S.commands.add(t,n)}consumeCommand(t){return S.commands.consume(t)}};window.FluidTopicsAppInfoStoreService=new We;var Tt=O(R()),_e=class{highlightHtml(t,n){(0,Tt.highlightHtml)(t,n)}};window.FluidTopicsHighlightHtmlService=new _e;(0,kt.customElement)("ft-app-context")(N);var De=class o extends Event{constructor(){super(o.eventName)}};De.eventName="search-context-clear-all-filters";var uo=function(o,t,n,i){var c=arguments.length,l=c<3?t:i===null?i=Object.getOwnPropertyDescriptor(t,n):i,p;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")l=Reflect.decorate(o,t,n,i);else for(var u=o.length-1;u>=0;u--)(p=o[u])&&(l=(c<3?p(l):c>3?p(t,n,l):p(t,n))||l);return c>3&&l&&Object.defineProperty(t,n,l),l},$e=class extends Event{constructor(){super("register-ft-search-component",{bubbles:!0,composed:!0})}},He=Symbol("registerInterval");function ho(o){var t;class n extends o{constructor(){super(...arguments),this[t]=0}setSearchStateManager(c){this.clearStateManager(),this.stateManager=c,this.addStore(c.store,"search")}clearStateManager(){this.stateManager&&(this.removeStore(this.stateManager.store),this.stateManager=void 0)}connectedCallback(){super.connectedCallback(),this[He]=window.setInterval(()=>this.tryToRegisterToContext(),50)}tryToRegisterToContext(){this.stateManager!=null?window.clearInterval(this[He]):this.dispatchEvent(new $e)}disconnectedCallback(){super.disconnectedCallback(),this.clearStateManager()}}return t=He,uo([(0,Bt.state)()],n.prototype,"stateManager",void 0),n}var Ce=class extends ho(Pt.FtLitElementRedux){};var Ne=O(de()),Me=function(o,t,n,i){var c=arguments.length,l=c<3?t:i===null?i=Object.getOwnPropertyDescriptor(t,n):i,p;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")l=Reflect.decorate(o,t,n,i);else for(var u=o.length-1;u>=0;u--)(p=o[u])&&(l=(c<3?p(l):c>3?p(t,n,l):p(t,n))||l);return c>3&&l&&Object.defineProperty(t,n,l),l},Ke=class extends Event{constructor(){super("register-ft-search-result-component",{bubbles:!0,composed:!0})}},Ge=Symbol("registerInterval");function yo(o){var t;class n extends o{constructor(){super(...arguments),this[t]=0}setResultStateManager(c){this.resultStateManager=c}unregisterResultStateManager(){this.resultStateManager&&(this.resultStateManager.unregisterComponent(this),this.resultStateManager=void 0)}connectedCallback(){super.connectedCallback(),this[Ge]=window.setInterval(()=>this.tryToRegisterToResultContext(),50)}tryToRegisterToResultContext(){this.result!=null?window.clearInterval(this[Ge]):this.dispatchEvent(new Ke)}disconnectedCallback(){super.disconnectedCallback(),this.unregisterResultStateManager()}}return t=Ge,Me([(0,Ne.property)({attribute:!1})],n.prototype,"cluster",void 0),Me([(0,Ne.property)({attribute:!1})],n.prototype,"result",void 0),Me([(0,Ne.property)({attribute:!1,type:Number})],n.prototype,"rank",void 0),n}var Ae=class extends yo(Ce){};var Wt=O(z()),_t=O(R()),go={highlightBackgroundColor:_t.FtCssVariableFactory.create("--ft-sra-highlight-background-color","","COLOR","transparent")},Dt=Wt.css`
5
5
  .kwicmatch {
6
6
  font-weight: 700;
7
- background-color: ${M.highlightBackgroundColor};
7
+ background-color: ${go.highlightBackgroundColor};
8
8
  }
9
- `
10
- /**
11
- * @license
12
- * Copyright 2017 Google LLC
13
- * SPDX-License-Identifier: BSD-3-Clause
14
- */,Y=globalThis,V=Y.trustedTypes,X=V?V.createPolicy("lit-html",{createHTML:t=>t}):void 0,q="$lit$",J=`lit$${(Math.random()+"").slice(9)}$`,Q="?"+J,tt=`<${Q}>`,ot=document,et=()=>ot.createComment(""),rt=t=>null===t||"object"!=typeof t&&"function"!=typeof t,at=Array.isArray,it="[ \t\n\f\r]",nt=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,lt=/-->/g,ct=/>/g,pt=RegExp(`>|${it}(?:([^\\s"'>=/]+)(${it}*=${it}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),ft=/'/g,st=/"/g,dt=/^(?:script|style|textarea|title)$/i,ht=(t=>(o,...e)=>({_$litType$:t,strings:o,values:e}))(1),gt=Symbol.for("lit-noChange"),yt=Symbol.for("lit-nothing"),bt=new WeakMap,ut=ot.createTreeWalker(ot,129);function mt(t,o){if(!Array.isArray(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return void 0!==X?X.createHTML(o):o}const Ot=(t,o)=>{const e=t.length-1,r=[];let a,i=2===o?"<svg>":"",n=nt;for(let o=0;o<e;o++){const e=t[o];let l,c,p=-1,f=0;for(;f<e.length&&(n.lastIndex=f,c=n.exec(e),null!==c);)f=n.lastIndex,n===nt?"!--"===c[1]?n=lt:void 0!==c[1]?n=ct:void 0!==c[2]?(dt.test(c[2])&&(a=RegExp("</"+c[2],"g")),n=pt):void 0!==c[3]&&(n=pt):n===pt?">"===c[0]?(n=a??nt,p=-1):void 0===c[1]?p=-2:(p=n.lastIndex-c[2].length,l=c[1],n=void 0===c[3]?pt:'"'===c[3]?st:ft):n===st||n===ft?n=pt:n===lt||n===ct?n=nt:(n=pt,a=void 0);const s=n===pt&&t[o+1].startsWith("/>")?" ":"";i+=n===nt?e+tt:p>=0?(r.push(l),e.slice(0,p)+q+e.slice(p)+J+s):e+J+(-2===p?o:s)}return[mt(t,i+(t[e]||"<?>")+(2===o?"</svg>":"")),r]};class Nt{constructor({strings:t,_$litType$:o},e){let r;this.parts=[];let a=0,i=0;const n=t.length-1,l=this.parts,[c,p]=Ot(t,o);if(this.el=Nt.createElement(c,e),ut.currentNode=this.el.content,2===o){const t=this.el.content.firstChild;t.replaceWith(...t.childNodes)}for(;null!==(r=ut.nextNode())&&l.length<n;){if(1===r.nodeType){if(r.hasAttributes())for(const t of r.getAttributeNames())if(t.endsWith(q)){const o=p[i++],e=r.getAttribute(t).split(J),n=/([.?@])?(.*)/.exec(o);l.push({type:1,index:a,name:n[2],strings:e,ctor:"."===n[1]?vt:"?"===n[1]?It:"@"===n[1]?Ct:Et}),r.removeAttribute(t)}else t.startsWith(J)&&(l.push({type:6,index:a}),r.removeAttribute(t));if(dt.test(r.tagName)){const t=r.textContent.split(J),o=t.length-1;if(o>0){r.textContent=V?V.emptyScript:"";for(let e=0;e<o;e++)r.append(t[e],et()),ut.nextNode(),l.push({type:2,index:++a});r.append(t[o],et())}}}else if(8===r.nodeType)if(r.data===Q)l.push({type:2,index:a});else{let t=-1;for(;-1!==(t=r.data.indexOf(J,t+1));)l.push({type:7,index:a}),t+=J.length-1}a++}}static createElement(t,o){const e=ot.createElement("template");return e.innerHTML=t,e}}function xt(t,o,e=t,r){if(o===gt)return o;let a=void 0!==r?e._$Co?.[r]:e._$Cl;const i=rt(o)?void 0:o._$litDirective$;return a?.constructor!==i&&(a?._$AO?.(!1),void 0===i?a=void 0:(a=new i(t),a._$AT(t,e,r)),void 0!==r?(e._$Co??=[])[r]=a:e._$Cl=a),void 0!==a&&(o=xt(t,a._$AS(t,o.values),a,r)),o}class St{constructor(t,o){this._$AV=[],this._$AN=void 0,this._$AD=t,this._$AM=o}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(t){const{el:{content:o},parts:e}=this._$AD,r=(t?.creationScope??ot).importNode(o,!0);ut.currentNode=r;let a=ut.nextNode(),i=0,n=0,l=e[0];for(;void 0!==l;){if(i===l.index){let o;2===l.type?o=new wt(a,a.nextSibling,this,t):1===l.type?o=new l.ctor(a,l.name,l.strings,this,t):6===l.type&&(o=new Ut(a,this,t)),this._$AV.push(o),l=e[++n]}i!==l?.index&&(a=ut.nextNode(),i++)}return ut.currentNode=ot,r}p(t){let o=0;for(const e of this._$AV)void 0!==e&&(void 0!==e.strings?(e._$AI(t,e,o),o+=e.strings.length-2):e._$AI(t[o])),o++}}class wt{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(t,o,e,r){this.type=2,this._$AH=yt,this._$AN=void 0,this._$AA=t,this._$AB=o,this._$AM=e,this.options=r,this._$Cv=r?.isConnected??!0}get parentNode(){let t=this._$AA.parentNode;const o=this._$AM;return void 0!==o&&11===t?.nodeType&&(t=o.parentNode),t}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(t,o=this){t=xt(this,t,o),rt(t)?t===yt||null==t||""===t?(this._$AH!==yt&&this._$AR(),this._$AH=yt):t!==this._$AH&&t!==gt&&this._(t):void 0!==t._$litType$?this.g(t):void 0!==t.nodeType?this.$(t):(t=>at(t)||"function"==typeof t?.[Symbol.iterator])(t)?this.T(t):this._(t)}k(t){return this._$AA.parentNode.insertBefore(t,this._$AB)}$(t){this._$AH!==t&&(this._$AR(),this._$AH=this.k(t))}_(t){this._$AH!==yt&&rt(this._$AH)?this._$AA.nextSibling.data=t:this.$(ot.createTextNode(t)),this._$AH=t}g(t){const{values:o,_$litType$:e}=t,r="number"==typeof e?this._$AC(t):(void 0===e.el&&(e.el=Nt.createElement(mt(e.h,e.h[0]),this.options)),e);if(this._$AH?._$AD===r)this._$AH.p(o);else{const t=new St(r,this),e=t.u(this.options);t.p(o),this.$(e),this._$AH=t}}_$AC(t){let o=bt.get(t.strings);return void 0===o&&bt.set(t.strings,o=new Nt(t)),o}T(t){at(this._$AH)||(this._$AH=[],this._$AR());const o=this._$AH;let e,r=0;for(const a of t)r===o.length?o.push(e=new wt(this.k(et()),this.k(et()),this,this.options)):e=o[r],e._$AI(a),r++;r<o.length&&(this._$AR(e&&e._$AB.nextSibling,r),o.length=r)}_$AR(t=this._$AA.nextSibling,o){for(this._$AP?.(!1,!0,o);t&&t!==this._$AB;){const o=t.nextSibling;t.remove(),t=o}}setConnected(t){void 0===this._$AM&&(this._$Cv=t,this._$AP?.(t))}}class Et{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(t,o,e,r,a){this.type=1,this._$AH=yt,this._$AN=void 0,this.element=t,this.name=o,this._$AM=r,this.options=a,e.length>2||""!==e[0]||""!==e[1]?(this._$AH=Array(e.length-1).fill(new String),this.strings=e):this._$AH=yt}_$AI(t,o=this,e,r){const a=this.strings;let i=!1;if(void 0===a)t=xt(this,t,o,0),i=!rt(t)||t!==this._$AH&&t!==gt,i&&(this._$AH=t);else{const r=t;let n,l;for(t=a[0],n=0;n<a.length-1;n++)l=xt(this,r[e+n],o,n),l===gt&&(l=this._$AH[n]),i||=!rt(l)||l!==this._$AH[n],l===yt?t=yt:t!==yt&&(t+=(l??"")+a[n+1]),this._$AH[n]=l}i&&!r&&this.O(t)}O(t){t===yt?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,t??"")}}class vt extends Et{constructor(){super(...arguments),this.type=3}O(t){this.element[this.name]=t===yt?void 0:t}}class It extends Et{constructor(){super(...arguments),this.type=4}O(t){this.element.toggleAttribute(this.name,!!t&&t!==yt)}}class Ct extends Et{constructor(t,o,e,r,a){super(t,o,e,r,a),this.type=5}_$AI(t,o=this){if((t=xt(this,t,o,0)??yt)===gt)return;const e=this._$AH,r=t===yt&&e!==yt||t.capture!==e.capture||t.once!==e.once||t.passive!==e.passive,a=t!==yt&&(e===yt||r);r&&this.element.removeEventListener(this.name,this,e),a&&this.element.addEventListener(this.name,this,t),this._$AH=t}handleEvent(t){"function"==typeof this._$AH?this._$AH.call(this.options?.host??this.element,t):this._$AH.handleEvent(t)}}class Ut{constructor(t,o,e){this.element=t,this.type=6,this._$AN=void 0,this._$AM=o,this.options=e}get _$AU(){return this._$AM._$AU}_$AI(t){xt(this,t)}}const Rt=Y.litHtmlPolyfillSupport;Rt?.(Nt,wt),(Y.litHtmlVersions??=[]).push("3.1.0");
15
- /**
16
- * @license
17
- * Copyright 2020 Google LLC
18
- * SPDX-License-Identifier: BSD-3-Clause
19
- */
20
- const Wt=Symbol.for(""),Lt=t=>{if(t?.r===Wt)return t?._$litStatic$},Zt=t=>({_$litStatic$:t,r:Wt}),Kt=new Map,zt=(t=>(o,...e)=>{const r=e.length;let a,i;const n=[],l=[];let c,p=0,f=!1;for(;p<r;){for(c=o[p];p<r&&void 0!==(i=e[p],a=Lt(i));)c+=a+o[++p],f=!0;p!==r&&l.push(i),n.push(c),p++}if(p===r&&n.push(o[r]),f){const t=n.join("$$lit$$");void 0===(o=Kt.get(t))&&(n.raw=n,Kt.set(t,o=n)),e=l}return t(o,...e)})(ht);var At;!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"}(At||(At={}));const Dt=t=>"string"==typeof t?e.unsafeCSS(t):t;class kt{static create(t,o,r,a){const i=t=>Dt(null!=t?t:a),n=e.css`var(${Dt(t)}, ${i(a)})`;return n.name=t,n.description=o,n.category=r,n.defaultValue=a,n.defaultCssValue=i,n.get=o=>e.css`var(${Dt(t)}, ${i(o)})`,n.breadcrumb=()=>[],n.lastResortDefaultValue=()=>a,n}static extend(t,o,r,a){const i=t=>r.get(null!=t?t:a),n=e.css`var(${Dt(t)}, ${i(a)})`;return n.name=t,n.description=o,n.category=r.category,n.fallbackVariable=r,n.defaultValue=a,n.defaultCssValue=i,n.get=o=>e.css`var(${Dt(t)}, ${i(o)})`,n.breadcrumb=()=>[r.name,...r.breadcrumb()],n.lastResortDefaultValue=()=>null!=a?a:r.lastResortDefaultValue(),n}static external(t,o){const r=o=>t.fallbackVariable?t.fallbackVariable.get(null!=o?o:t.defaultValue):Dt(null!=o?o:t.lastResortDefaultValue()),a=e.css`var(${Dt(t.name)}, ${r(t.defaultValue)})`;return a.name=t.name,a.category=t.category,a.fallbackVariable=t.fallbackVariable,a.defaultValue=t.defaultValue,a.context=o,a.defaultCssValue=r,a.get=o=>e.css`var(${Dt(t.name)}, ${r(o)})`,a.breadcrumb=()=>t.fallbackVariable?[t.fallbackVariable.name,...t.fallbackVariable.breadcrumb()]:[],a.lastResortDefaultValue=()=>t.lastResortDefaultValue(),a}}const $t={colorWhite:kt.create("--ft-color-white","","COLOR","#ffffff"),colorGray0:kt.create("--ft-color-gray-0","","COLOR","#71718e"),colorGray10:kt.create("--ft-color-gray-10","","COLOR","#fbfbfc"),colorGray20:kt.create("--ft-color-gray-20","","COLOR","#f2f2f5"),colorGray30:kt.create("--ft-color-gray-30","","COLOR","#e9e9ed"),colorGray40:kt.create("--ft-color-gray-40","","COLOR","#e0e0e6"),colorGray50:kt.create("--ft-color-gray-50","","COLOR","#cdcdd7"),colorGray60:kt.create("--ft-color-gray-60","","COLOR","#bbbbc9"),colorGray70:kt.create("--ft-color-gray-70","","COLOR","#a8a8ba"),colorGray80:kt.create("--ft-color-gray-80","","COLOR","#9696ab"),colorGray90:kt.create("--ft-color-gray-90","","COLOR","#83839d"),colorGray100:kt.create("--ft-color-gray-100","","COLOR","#62627c"),colorGray200:kt.create("--ft-color-gray-200","","COLOR","#545469"),colorGray300:kt.create("--ft-color-gray-300","","COLOR","#454557"),colorGray400:kt.create("--ft-color-gray-400","","COLOR","#363644"),colorGray500:kt.create("--ft-color-gray-500","","COLOR","#282832"),colorGray600:kt.create("--ft-color-gray-600","","COLOR","#19191f"),colorGray700:kt.create("--ft-color-gray-700","","COLOR","#0a0a0d"),colorBrand0:kt.create("--ft-color-brand-0","","COLOR","#9d207b"),colorBrand10:kt.create("--ft-color-brand-10","","COLOR","#f7edf4"),colorBrand20:kt.create("--ft-color-brand-20","","COLOR","#ebcfe4"),colorBrand30:kt.create("--ft-color-brand-30","","COLOR","#dfb2d3"),colorBrand40:kt.create("--ft-color-brand-40","","COLOR","#d395c2"),colorBrand50:kt.create("--ft-color-brand-50","","COLOR","#c778b1"),colorBrand60:kt.create("--ft-color-brand-60","","COLOR","#ba5ba1"),colorBrand70:kt.create("--ft-color-brand-70","","COLOR","#ae3e90"),colorBrand100:kt.create("--ft-color-brand-100","","COLOR","#8d1d6e"),colorBrand200:kt.create("--ft-color-brand-200","","COLOR","#78185e"),colorBrand300:kt.create("--ft-color-brand-300","","COLOR","#62144d"),colorBrand400:kt.create("--ft-color-brand-400","","COLOR","#4d103c"),colorBrand500:kt.create("--ft-color-brand-500","","COLOR","#380b2c"),colorBrand600:kt.create("--ft-color-brand-600","","COLOR","#23071b"),colorBrand700:kt.create("--ft-color-brand-700","","COLOR","#0d030b"),colorCyan0:kt.create("--ft-color-cyan-0","","COLOR","#0e98b4"),colorCyan10:kt.create("--ft-color-cyan-10","","COLOR","#ebf6f9"),colorCyan20:kt.create("--ft-color-cyan-20","","COLOR","#cbe9ef"),colorCyan30:kt.create("--ft-color-cyan-30","","COLOR","#acdbe5"),colorCyan40:kt.create("--ft-color-cyan-40","","COLOR","#8ccedb"),colorCyan50:kt.create("--ft-color-cyan-50","","COLOR","#6dc0d1"),colorCyan60:kt.create("--ft-color-cyan-60","","COLOR","#4db3c8"),colorCyan70:kt.create("--ft-color-cyan-70","","COLOR","#2ea5be"),colorCyan100:kt.create("--ft-color-cyan-100","","COLOR","#0c849c"),colorCyan200:kt.create("--ft-color-cyan-200","","COLOR","#0a7085"),colorCyan300:kt.create("--ft-color-cyan-300","","COLOR","#085c6d"),colorCyan400:kt.create("--ft-color-cyan-400","","COLOR","#074856"),colorCyan500:kt.create("--ft-color-cyan-500","","COLOR","#05343e"),colorCyan600:kt.create("--ft-color-cyan-600","","COLOR","#032127"),colorCyan700:kt.create("--ft-color-cyan-700","","COLOR","#010d0f"),colorGreen0:kt.create("--ft-color-green-0","","COLOR","#21a274"),colorGreen10:kt.create("--ft-color-green-10","","COLOR","#edf7f3"),colorGreen20:kt.create("--ft-color-green-20","","COLOR","#cfebe1"),colorGreen30:kt.create("--ft-color-green-30","","COLOR","#b2dfcf"),colorGreen40:kt.create("--ft-color-green-40","","COLOR","#95d3bd"),colorGreen50:kt.create("--ft-color-green-50","","COLOR","#78c7ab"),colorGreen60:kt.create("--ft-color-green-60","","COLOR","#5bba98"),colorGreen70:kt.create("--ft-color-green-70","","COLOR","#3eae86"),colorGreen100:kt.create("--ft-color-green-100","","COLOR","#1d8d65"),colorGreen200:kt.create("--ft-color-green-200","","COLOR","#187856"),colorGreen300:kt.create("--ft-color-green-300","","COLOR","#146246"),colorGreen400:kt.create("--ft-color-green-400","","COLOR","#104d37"),colorGreen500:kt.create("--ft-color-green-500","","COLOR","#0b3828"),colorGreen600:kt.create("--ft-color-green-600","","COLOR","#072319"),colorGreen700:kt.create("--ft-color-green-700","","COLOR","#030d0a"),colorOrange0:kt.create("--ft-color-orange-0","","COLOR","#F2700D"),colorOrange10:kt.create("--ft-color-orange-10","","COLOR","#FFF7EB"),colorOrange20:kt.create("--ft-color-orange-20","","COLOR","#FFEDD6"),colorOrange30:kt.create("--ft-color-orange-30","","COLOR","#FFDDB2"),colorOrange40:kt.create("--ft-color-orange-40","","COLOR","#FECB90"),colorOrange50:kt.create("--ft-color-orange-50","","COLOR","#FCB76E"),colorOrange60:kt.create("--ft-color-orange-60","","COLOR","#F9A34D"),colorOrange70:kt.create("--ft-color-orange-70","","COLOR","#F68B2C"),colorOrange100:kt.create("--ft-color-orange-100","","COLOR","#D35909"),colorOrange200:kt.create("--ft-color-orange-200","","COLOR","#B74706"),colorOrange300:kt.create("--ft-color-orange-300","","COLOR","#913503"),colorOrange400:kt.create("--ft-color-orange-400","","COLOR","#6F2601"),colorOrange500:kt.create("--ft-color-orange-500","","COLOR","#4D1800"),colorOrange600:kt.create("--ft-color-orange-600","","COLOR","#330F00"),colorOrange700:kt.create("--ft-color-orange-700","","COLOR","#140600"),colorRed0:kt.create("--ft-color-red-0","","COLOR","#b40e2c"),colorRed10:kt.create("--ft-color-red-10","","COLOR","#f9ebed"),colorRed20:kt.create("--ft-color-red-20","","COLOR","#efcbd2"),colorRed30:kt.create("--ft-color-red-30","","COLOR","#e5acb6"),colorRed40:kt.create("--ft-color-red-40","","COLOR","#db8c9b"),colorRed50:kt.create("--ft-color-red-50","","COLOR","#d16d7f"),colorRed60:kt.create("--ft-color-red-60","","COLOR","#c84d63"),colorRed70:kt.create("--ft-color-red-70","","COLOR","#be2e48"),colorRed100:kt.create("--ft-color-red-100","","COLOR","#9c0c26"),colorRed200:kt.create("--ft-color-red-200","","COLOR","#850a20"),colorRed300:kt.create("--ft-color-red-300","","COLOR","#6d081b"),colorRed400:kt.create("--ft-color-red-400","","COLOR","#560715"),colorRed500:kt.create("--ft-color-red-500","","COLOR","#3e050f"),colorRed600:kt.create("--ft-color-red-600","","COLOR","#270309"),colorRed700:kt.create("--ft-color-red-700","","COLOR","#0f0104"),colorYellow0:kt.create("--ft-color-yellow-0","","COLOR","#E4C00C"),colorYellow10:kt.create("--ft-color-yellow-10","","COLOR","#fefae9"),colorYellow20:kt.create("--ft-color-yellow-20","","COLOR","#fcf4ca"),colorYellow30:kt.create("--ft-color-yellow-30","","COLOR","#faedaa"),colorYellow40:kt.create("--ft-color-yellow-40","","COLOR","#f9e78b"),colorYellow50:kt.create("--ft-color-yellow-50","","COLOR","#f7e06b"),colorYellow60:kt.create("--ft-color-yellow-60","","COLOR","#F4D63E"),colorYellow70:kt.create("--ft-color-yellow-70","","COLOR","#F3CE16"),colorYellow100:kt.create("--ft-color-yellow-100","","COLOR","#d3b10b"),colorYellow200:kt.create("--ft-color-yellow-200","","COLOR","#b3970a"),colorYellow300:kt.create("--ft-color-yellow-300","","COLOR","#947c08"),colorYellow400:kt.create("--ft-color-yellow-400","","COLOR","#746206"),colorYellow500:kt.create("--ft-color-yellow-500","","COLOR","#554705"),colorYellow600:kt.create("--ft-color-yellow-600","","COLOR","#352d03"),colorYellow700:kt.create("--ft-color-yellow-700","","COLOR","#161201"),colorUltramarine0:kt.create("--ft-color-ultramarine-0","","COLOR","#3C19E5"),colorUltramarine10:kt.create("--ft-color-ultramarine-10","","COLOR","#EDEAFD"),colorUltramarine20:kt.create("--ft-color-ultramarine-20","","COLOR","#D4CCF9"),colorUltramarine30:kt.create("--ft-color-ultramarine-30","","COLOR","#BBAFF6"),colorUltramarine40:kt.create("--ft-color-ultramarine-40","","COLOR","#A191F3"),colorUltramarine50:kt.create("--ft-color-ultramarine-50","","COLOR","#8873EF"),colorUltramarine60:kt.create("--ft-color-ultramarine-60","","COLOR","#6F55EC"),colorUltramarine70:kt.create("--ft-color-ultramarine-70","","COLOR","#5537E8"),colorUltramarine100:kt.create("--ft-color-ultramarine-100","","COLOR","#3416C7"),colorUltramarine200:kt.create("--ft-color-ultramarine-200","","COLOR","#2C13A9"),colorUltramarine300:kt.create("--ft-color-ultramarine-300","","COLOR","#250F8C"),colorUltramarine400:kt.create("--ft-color-ultramarine-400","","COLOR","#1D0C6E"),colorUltramarine500:kt.create("--ft-color-ultramarine-500","","COLOR","#150950"),colorUltramarine600:kt.create("--ft-color-ultramarine-600","","COLOR","#0D0532"),colorUltramarine700:kt.create("--ft-color-ultramarine-700","","COLOR","#050215"),colorAvocado0:kt.create("--ft-color-avocado-0","","COLOR","#98BD28"),colorAvocado10:kt.create("--ft-color-avocado-10","","COLOR","#F6F9EC"),colorAvocado20:kt.create("--ft-color-avocado-20","","COLOR","#E8F0D0"),colorAvocado30:kt.create("--ft-color-avocado-30","","COLOR","#DBE8B4"),colorAvocado40:kt.create("--ft-color-avocado-40","","COLOR","#CEDF98"),colorAvocado50:kt.create("--ft-color-avocado-50","","COLOR","#C0D77C"),colorAvocado60:kt.create("--ft-color-avocado-60","","COLOR","#B3CE60"),colorAvocado70:kt.create("--ft-color-avocado-70","","COLOR","#A5C644"),colorAvocado100:kt.create("--ft-color-avocado-100","","COLOR","#84A423"),colorAvocado200:kt.create("--ft-color-avocado-200","","COLOR","#708C1E"),colorAvocado300:kt.create("--ft-color-avocado-300","","COLOR","#5D7318"),colorAvocado400:kt.create("--ft-color-avocado-400","","COLOR","#495B13"),colorAvocado500:kt.create("--ft-color-avocado-500","","COLOR","#35420E"),colorAvocado600:kt.create("--ft-color-avocado-600","","COLOR","#212A09"),colorAvocado700:kt.create("--ft-color-avocado-700","","COLOR","#0E1104"),colorBrown0:kt.create("--ft-color-brown-0","","COLOR","#B26F4D"),colorBrown10:kt.create("--ft-color-brown-10","","COLOR","#F8F2EF"),colorBrown20:kt.create("--ft-color-brown-20","","COLOR","#EEDFD8"),colorBrown30:kt.create("--ft-color-brown-30","","COLOR","#E4CDC1"),colorBrown40:kt.create("--ft-color-brown-40","","COLOR","#DABAAA"),colorBrown50:kt.create("--ft-color-brown-50","","COLOR","#D0A792"),colorBrown60:kt.create("--ft-color-brown-60","","COLOR","#C6947B"),colorBrown70:kt.create("--ft-color-brown-70","","COLOR","#BC8264"),colorBrown100:kt.create("--ft-color-brown-100","","COLOR","#9B6143"),colorBrown200:kt.create("--ft-color-brown-200","","COLOR","#845239"),colorBrown300:kt.create("--ft-color-brown-300","","COLOR","#6D442F"),colorBrown400:kt.create("--ft-color-brown-400","","COLOR","#553525"),colorBrown500:kt.create("--ft-color-brown-500","","COLOR","#3E271B"),colorBrown600:kt.create("--ft-color-brown-600","","COLOR","#271811"),colorBrown700:kt.create("--ft-color-brown-700","","COLOR","#100A07"),spacing1:kt.create("--ft-spacing-1","","SIZE","0.25rem"),spacing2:kt.create("--ft-spacing-2","","SIZE","calc(var(--ft-spacing-2, 0.25rem)*2)"),spacing3:kt.create("--ft-spacing-3","","SIZE","calc(var(--ft-spacing-3, 0.25rem)*3)"),spacing4:kt.create("--ft-spacing-4","","SIZE","calc(var(--ft-spacing-4, 0.25rem)*4)"),spacing5:kt.create("--ft-spacing-5","","SIZE","calc(var(--ft-spacing-5, 0.25rem)*5)"),spacing6:kt.create("--ft-spacing-6","","SIZE","calc(var(--ft-spacing-6, 0.25rem)*6)"),spacing8:kt.create("--ft-spacing-8","","SIZE","calc(var(--ft-spacing-8, 0.25rem)*8)"),spacing10:kt.create("--ft-spacing-10","","SIZE","calc(var(--ft-spacing-10, 0.25rem)*10)"),spacing12:kt.create("--ft-spacing-12","","SIZE","calc(var(--ft-spacing-12, 0.25rem)*12)"),spacing16:kt.create("--ft-spacing-16","","SIZE","calc(var(--ft-spacing-16, 0.25rem)*16)"),spacing20:kt.create("--ft-spacing-20","","SIZE","calc(var(--ft-spacing-20, 0.25rem)*20)"),spacing24:kt.create("--ft-spacing-24","","SIZE","calc(var(--ft-spacing-24, 0.25rem)*24)"),spacing28:kt.create("--ft-spacing-28","","SIZE","calc(var(--ft-spacing-28, 0.25rem)*28)"),spacing32:kt.create("--ft-spacing-32","","SIZE","calc(var(--ft-spacing-32, 0.25rem)*32)"),spacing05:kt.create("--ft-spacing-0-5","","SIZE","calc(var(--ft-spacing-0-5, 0.25rem)*0.5)"),borderRadiusS:kt.create("--ft-border-radius-s","","SIZE","4px"),borderRadiusM:kt.create("--ft-border-radius-m","","SIZE","8px"),borderRadiusL:kt.create("--ft-border-radius-l","","SIZE","12px"),borderRadiusXl:kt.create("--ft-border-radius-xl","","SIZE","16px"),borderRadiusPill:kt.create("--ft-border-radius-pill","","SIZE","999px"),borderRadiusRound:kt.create("--ft-border-radius-round","","SIZE","50%"),iconSize1:kt.create("--ft-icon-size-1","","SIZE","12px"),iconSize2:kt.create("--ft-icon-size-2","","SIZE","16px"),iconSize3:kt.create("--ft-icon-size-3","","SIZE","20px"),iconSize4:kt.create("--ft-icon-size-4","","SIZE","24px"),iconSize5:kt.create("--ft-icon-size-5","","SIZE","32px"),iconSize6:kt.create("--ft-icon-size-6","","SIZE","48px"),opacity0:kt.create("--ft-opacity-0","","NUMBER","0"),opacity8:kt.create("--ft-opacity-8","","NUMBER","0.08"),opacity16:kt.create("--ft-opacity-16","","NUMBER","0.16"),opacity24:kt.create("--ft-opacity-24","","NUMBER","0.24"),opacity40:kt.create("--ft-opacity-40","","NUMBER","0.4"),opacity80:kt.create("--ft-opacity-80","","NUMBER","0.8"),shadowElevation01:kt.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:kt.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:kt.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:kt.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:kt.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:kt.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:kt.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:kt.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:kt.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)")},Ft={display:{fontFamily:kt.create("--ft-typography-display-fontFamily","","UNKNOWN","Inter"),fontWeight:kt.create("--ft-typography-display-fontWeight","","UNKNOWN","600"),lineHeight:kt.create("--ft-typography-display-lineHeight","","SIZE","120%"),fontSize:kt.create("--ft-typography-display-fontSize","","SIZE","2.5rem"),letterSpacing:kt.create("--ft-typography-display-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:kt.create("--ft-typography-display-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:kt.create("--ft-typography-display-paragraphIndent","","UNKNOWN","0"),textDecoration:kt.create("--ft-typography-display-textDecoration","","UNKNOWN","none"),textCase:kt.create("--ft-typography-display-textCase","","UNKNOWN","none")},"title-1":{fontFamily:kt.create("--ft-typography-title-1-fontFamily","","UNKNOWN","Inter"),fontWeight:kt.create("--ft-typography-title-1-fontWeight","","UNKNOWN","600"),lineHeight:kt.create("--ft-typography-title-1-lineHeight","","SIZE","120%"),fontSize:kt.create("--ft-typography-title-1-fontSize","","SIZE","1.5rem"),letterSpacing:kt.create("--ft-typography-title-1-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:kt.create("--ft-typography-title-1-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:kt.create("--ft-typography-title-1-paragraphIndent","","UNKNOWN","0"),textDecoration:kt.create("--ft-typography-title-1-textDecoration","","UNKNOWN","none"),textCase:kt.create("--ft-typography-title-1-textCase","","UNKNOWN","none")},"title-2":{fontFamily:kt.create("--ft-typography-title-2-fontFamily","","UNKNOWN","Inter"),fontWeight:kt.create("--ft-typography-title-2-fontWeight","","UNKNOWN","500"),lineHeight:kt.create("--ft-typography-title-2-lineHeight","","SIZE","120%"),fontSize:kt.create("--ft-typography-title-2-fontSize","","SIZE","1.25rem"),letterSpacing:kt.create("--ft-typography-title-2-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:kt.create("--ft-typography-title-2-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:kt.create("--ft-typography-title-2-paragraphIndent","","UNKNOWN","0"),textDecoration:kt.create("--ft-typography-title-2-textDecoration","","UNKNOWN","none"),textCase:kt.create("--ft-typography-title-2-textCase","","UNKNOWN","none")},"title-3":{fontFamily:kt.create("--ft-typography-title-3-fontFamily","","UNKNOWN","Inter"),fontWeight:kt.create("--ft-typography-title-3-fontWeight","","UNKNOWN","500"),lineHeight:kt.create("--ft-typography-title-3-lineHeight","","SIZE","120%"),fontSize:kt.create("--ft-typography-title-3-fontSize","","SIZE","1.125rem"),letterSpacing:kt.create("--ft-typography-title-3-letterSpacing","","SIZE","-0.01em"),paragraphSpacing:kt.create("--ft-typography-title-3-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:kt.create("--ft-typography-title-3-paragraphIndent","","UNKNOWN","0"),textDecoration:kt.create("--ft-typography-title-3-textDecoration","","UNKNOWN","none"),textCase:kt.create("--ft-typography-title-3-textCase","","UNKNOWN","none")},"body-1-regular":{fontFamily:kt.create("--ft-typography-body-1-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:kt.create("--ft-typography-body-1-regular-fontWeight","","UNKNOWN","400"),lineHeight:kt.create("--ft-typography-body-1-regular-lineHeight","","SIZE","135%"),fontSize:kt.create("--ft-typography-body-1-regular-fontSize","","SIZE","1rem"),letterSpacing:kt.create("--ft-typography-body-1-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:kt.create("--ft-typography-body-1-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:kt.create("--ft-typography-body-1-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:kt.create("--ft-typography-body-1-regular-textDecoration","","UNKNOWN","none"),textCase:kt.create("--ft-typography-body-1-regular-textCase","","UNKNOWN","none")},"body-1-medium":{fontFamily:kt.create("--ft-typography-body-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:kt.create("--ft-typography-body-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:kt.create("--ft-typography-body-1-medium-lineHeight","","SIZE","135%"),fontSize:kt.create("--ft-typography-body-1-medium-fontSize","","SIZE","1rem"),letterSpacing:kt.create("--ft-typography-body-1-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:kt.create("--ft-typography-body-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:kt.create("--ft-typography-body-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:kt.create("--ft-typography-body-1-medium-textDecoration","","UNKNOWN","none"),textCase:kt.create("--ft-typography-body-1-medium-textCase","","UNKNOWN","none")},"body-1-semibold":{fontFamily:kt.create("--ft-typography-body-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:kt.create("--ft-typography-body-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:kt.create("--ft-typography-body-1-semibold-lineHeight","","SIZE","135%"),fontSize:kt.create("--ft-typography-body-1-semibold-fontSize","","SIZE","1rem"),letterSpacing:kt.create("--ft-typography-body-1-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:kt.create("--ft-typography-body-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:kt.create("--ft-typography-body-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:kt.create("--ft-typography-body-1-semibold-textDecoration","","UNKNOWN","none"),textCase:kt.create("--ft-typography-body-1-semibold-textCase","","UNKNOWN","none")},"body-2-regular":{fontFamily:kt.create("--ft-typography-body-2-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:kt.create("--ft-typography-body-2-regular-fontWeight","","UNKNOWN","400"),lineHeight:kt.create("--ft-typography-body-2-regular-lineHeight","","SIZE","135%"),fontSize:kt.create("--ft-typography-body-2-regular-fontSize","","SIZE","0.875rem"),letterSpacing:kt.create("--ft-typography-body-2-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:kt.create("--ft-typography-body-2-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:kt.create("--ft-typography-body-2-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:kt.create("--ft-typography-body-2-regular-textDecoration","","UNKNOWN","none"),textCase:kt.create("--ft-typography-body-2-regular-textCase","","UNKNOWN","none")},"body-2-medium":{fontFamily:kt.create("--ft-typography-body-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:kt.create("--ft-typography-body-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:kt.create("--ft-typography-body-2-medium-lineHeight","","SIZE","135%"),fontSize:kt.create("--ft-typography-body-2-medium-fontSize","","SIZE","0.875rem"),letterSpacing:kt.create("--ft-typography-body-2-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:kt.create("--ft-typography-body-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:kt.create("--ft-typography-body-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:kt.create("--ft-typography-body-2-medium-textDecoration","","UNKNOWN","none"),textCase:kt.create("--ft-typography-body-2-medium-textCase","","UNKNOWN","none")},"body-2-medium-underline":{fontFamily:kt.create("--ft-typography-body-2-medium-underline-fontFamily","","UNKNOWN","Inter"),fontWeight:kt.create("--ft-typography-body-2-medium-underline-fontWeight","","UNKNOWN","500"),lineHeight:kt.create("--ft-typography-body-2-medium-underline-lineHeight","","SIZE","135%"),fontSize:kt.create("--ft-typography-body-2-medium-underline-fontSize","","SIZE","0.875rem"),letterSpacing:kt.create("--ft-typography-body-2-medium-underline-letterSpacing","","SIZE","normal"),paragraphSpacing:kt.create("--ft-typography-body-2-medium-underline-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:kt.create("--ft-typography-body-2-medium-underline-paragraphIndent","","UNKNOWN","0"),textCase:kt.create("--ft-typography-body-2-medium-underline-textCase","","UNKNOWN","none"),textDecoration:kt.create("--ft-typography-body-2-medium-underline-textDecoration","","UNKNOWN","underline")},"body-2-semibold":{fontFamily:kt.create("--ft-typography-body-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:kt.create("--ft-typography-body-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:kt.create("--ft-typography-body-2-semibold-lineHeight","","SIZE","135%"),fontSize:kt.create("--ft-typography-body-2-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:kt.create("--ft-typography-body-2-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:kt.create("--ft-typography-body-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:kt.create("--ft-typography-body-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:kt.create("--ft-typography-body-2-semibold-textDecoration","","UNKNOWN","none"),textCase:kt.create("--ft-typography-body-2-semibold-textCase","","UNKNOWN","none")},"label-1-medium":{fontFamily:kt.create("--ft-typography-label-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:kt.create("--ft-typography-label-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:kt.create("--ft-typography-label-1-medium-lineHeight","","SIZE","110%"),fontSize:kt.create("--ft-typography-label-1-medium-fontSize","","SIZE","0.875rem"),letterSpacing:kt.create("--ft-typography-label-1-medium-letterSpacing","","SIZE","0.04em"),textCase:kt.create("--ft-typography-label-1-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:kt.create("--ft-typography-label-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:kt.create("--ft-typography-label-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:kt.create("--ft-typography-label-1-medium-textDecoration","","UNKNOWN","none")},"label-1-semibold":{fontFamily:kt.create("--ft-typography-label-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:kt.create("--ft-typography-label-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:kt.create("--ft-typography-label-1-semibold-lineHeight","","SIZE","110%"),fontSize:kt.create("--ft-typography-label-1-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:kt.create("--ft-typography-label-1-semibold-letterSpacing","","SIZE","0.04em"),textCase:kt.create("--ft-typography-label-1-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:kt.create("--ft-typography-label-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:kt.create("--ft-typography-label-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:kt.create("--ft-typography-label-1-semibold-textDecoration","","UNKNOWN","none")},"label-1-bold":{fontFamily:kt.create("--ft-typography-label-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:kt.create("--ft-typography-label-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:kt.create("--ft-typography-label-1-bold-lineHeight","","SIZE","110%"),fontSize:kt.create("--ft-typography-label-1-bold-fontSize","","SIZE","0.875rem"),letterSpacing:kt.create("--ft-typography-label-1-bold-letterSpacing","","SIZE","0.04em"),textCase:kt.create("--ft-typography-label-1-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:kt.create("--ft-typography-label-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:kt.create("--ft-typography-label-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:kt.create("--ft-typography-label-1-bold-textDecoration","","UNKNOWN","none")},"label-2-medium":{fontFamily:kt.create("--ft-typography-label-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:kt.create("--ft-typography-label-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:kt.create("--ft-typography-label-2-medium-lineHeight","","SIZE","110%"),fontSize:kt.create("--ft-typography-label-2-medium-fontSize","","SIZE","0.75rem"),letterSpacing:kt.create("--ft-typography-label-2-medium-letterSpacing","","SIZE","0.04em"),textCase:kt.create("--ft-typography-label-2-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:kt.create("--ft-typography-label-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:kt.create("--ft-typography-label-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:kt.create("--ft-typography-label-2-medium-textDecoration","","UNKNOWN","none")},"label-2-semibold":{fontFamily:kt.create("--ft-typography-label-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:kt.create("--ft-typography-label-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:kt.create("--ft-typography-label-2-semibold-lineHeight","","SIZE","110%"),fontSize:kt.create("--ft-typography-label-2-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:kt.create("--ft-typography-label-2-semibold-letterSpacing","","SIZE","0.04em"),textCase:kt.create("--ft-typography-label-2-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:kt.create("--ft-typography-label-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:kt.create("--ft-typography-label-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:kt.create("--ft-typography-label-2-semibold-textDecoration","","UNKNOWN","none")},"label-2-bold":{fontFamily:kt.create("--ft-typography-label-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:kt.create("--ft-typography-label-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:kt.create("--ft-typography-label-2-bold-lineHeight","","SIZE","110%"),fontSize:kt.create("--ft-typography-label-2-bold-fontSize","","SIZE","0.75rem"),letterSpacing:kt.create("--ft-typography-label-2-bold-letterSpacing","","SIZE","0.04em"),textCase:kt.create("--ft-typography-label-2-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:kt.create("--ft-typography-label-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:kt.create("--ft-typography-label-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:kt.create("--ft-typography-label-2-bold-textDecoration","","UNKNOWN","none")},"caption-1-medium":{fontFamily:kt.create("--ft-typography-caption-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:kt.create("--ft-typography-caption-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:kt.create("--ft-typography-caption-1-medium-lineHeight","","SIZE","130%"),fontSize:kt.create("--ft-typography-caption-1-medium-fontSize","","SIZE","0.75rem"),letterSpacing:kt.create("--ft-typography-caption-1-medium-letterSpacing","","SIZE","normal"),textCase:kt.create("--ft-typography-caption-1-medium-textCase","","UNKNOWN","none"),paragraphSpacing:kt.create("--ft-typography-caption-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:kt.create("--ft-typography-caption-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:kt.create("--ft-typography-caption-1-medium-textDecoration","","UNKNOWN","none")},"caption-1-semibold":{fontFamily:kt.create("--ft-typography-caption-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:kt.create("--ft-typography-caption-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:kt.create("--ft-typography-caption-1-semibold-lineHeight","","SIZE","130%"),fontSize:kt.create("--ft-typography-caption-1-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:kt.create("--ft-typography-caption-1-semibold-letterSpacing","","SIZE","normal"),textCase:kt.create("--ft-typography-caption-1-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:kt.create("--ft-typography-caption-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:kt.create("--ft-typography-caption-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:kt.create("--ft-typography-caption-1-semibold-textDecoration","","UNKNOWN","none")},"caption-1-bold":{fontFamily:kt.create("--ft-typography-caption-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:kt.create("--ft-typography-caption-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:kt.create("--ft-typography-caption-1-bold-lineHeight","","SIZE","130%"),fontSize:kt.create("--ft-typography-caption-1-bold-fontSize","","SIZE","0.75rem"),letterSpacing:kt.create("--ft-typography-caption-1-bold-letterSpacing","","SIZE","normal"),textCase:kt.create("--ft-typography-caption-1-bold-textCase","","UNKNOWN","none"),paragraphSpacing:kt.create("--ft-typography-caption-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:kt.create("--ft-typography-caption-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:kt.create("--ft-typography-caption-1-bold-textDecoration","","UNKNOWN","none")},"caption-2-medium":{fontFamily:kt.create("--ft-typography-caption-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:kt.create("--ft-typography-caption-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:kt.create("--ft-typography-caption-2-medium-lineHeight","","SIZE","130%"),fontSize:kt.create("--ft-typography-caption-2-medium-fontSize","","SIZE","0.6875rem"),letterSpacing:kt.create("--ft-typography-caption-2-medium-letterSpacing","","SIZE","normal"),textCase:kt.create("--ft-typography-caption-2-medium-textCase","","UNKNOWN","none"),paragraphSpacing:kt.create("--ft-typography-caption-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:kt.create("--ft-typography-caption-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:kt.create("--ft-typography-caption-2-medium-textDecoration","","UNKNOWN","none")},"caption-2-semibold":{fontFamily:kt.create("--ft-typography-caption-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:kt.create("--ft-typography-caption-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:kt.create("--ft-typography-caption-2-semibold-lineHeight","","SIZE","130%"),fontSize:kt.create("--ft-typography-caption-2-semibold-fontSize","","SIZE","0.6875rem"),letterSpacing:kt.create("--ft-typography-caption-2-semibold-letterSpacing","","SIZE","normal"),textCase:kt.create("--ft-typography-caption-2-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:kt.create("--ft-typography-caption-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:kt.create("--ft-typography-caption-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:kt.create("--ft-typography-caption-2-semibold-textDecoration","","UNKNOWN","none")},"caption-2-bold":{fontFamily:kt.create("--ft-typography-caption-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:kt.create("--ft-typography-caption-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:kt.create("--ft-typography-caption-2-bold-lineHeight","","SIZE","130%"),fontSize:kt.create("--ft-typography-caption-2-bold-fontSize","","SIZE","0.6875rem"),letterSpacing:kt.create("--ft-typography-caption-2-bold-letterSpacing","","SIZE","normal"),textCase:kt.create("--ft-typography-caption-2-bold-textCase","","UNKNOWN","none"),paragraphSpacing:kt.create("--ft-typography-caption-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:kt.create("--ft-typography-caption-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:kt.create("--ft-typography-caption-2-bold-textDecoration","","UNKNOWN","none")},"caption-3-medium":{fontFamily:kt.create("--ft-typography-caption-3-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:kt.create("--ft-typography-caption-3-medium-fontWeight","","UNKNOWN","500"),lineHeight:kt.create("--ft-typography-caption-3-medium-lineHeight","","SIZE","130%"),fontSize:kt.create("--ft-typography-caption-3-medium-fontSize","","SIZE","0.625rem"),letterSpacing:kt.create("--ft-typography-caption-3-medium-letterSpacing","","SIZE","normal"),textCase:kt.create("--ft-typography-caption-3-medium-textCase","","UNKNOWN","none"),paragraphSpacing:kt.create("--ft-typography-caption-3-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:kt.create("--ft-typography-caption-3-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:kt.create("--ft-typography-caption-3-medium-textDecoration","","UNKNOWN","none")},"caption-3-semibold":{fontFamily:kt.create("--ft-typography-caption-3-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:kt.create("--ft-typography-caption-3-semibold-fontWeight","","UNKNOWN","600"),lineHeight:kt.create("--ft-typography-caption-3-semibold-lineHeight","","SIZE","130%"),fontSize:kt.create("--ft-typography-caption-3-semibold-fontSize","","SIZE","0.625rem"),letterSpacing:kt.create("--ft-typography-caption-3-semibold-letterSpacing","","SIZE","normal"),textCase:kt.create("--ft-typography-caption-3-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:kt.create("--ft-typography-caption-3-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:kt.create("--ft-typography-caption-3-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:kt.create("--ft-typography-caption-3-semibold-textDecoration","","UNKNOWN","none")},"caption-3-bold":{fontFamily:kt.create("--ft-typography-caption-3-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:kt.create("--ft-typography-caption-3-bold-fontWeight","","UNKNOWN","700"),lineHeight:kt.create("--ft-typography-caption-3-bold-lineHeight","","SIZE","130%"),fontSize:kt.create("--ft-typography-caption-3-bold-fontSize","","SIZE","0.625rem"),letterSpacing:kt.create("--ft-typography-caption-3-bold-letterSpacing","","SIZE","normal"),textCase:kt.create("--ft-typography-caption-3-bold-textCase","","UNKNOWN","none"),paragraphSpacing:kt.create("--ft-typography-caption-3-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:kt.create("--ft-typography-caption-3-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:kt.create("--ft-typography-caption-3-bold-textDecoration","","UNKNOWN","none")}},Bt={backgroundActionPrimary:kt.extend("--ft-background-action-primary","Used as backgorund of primary action components.",$t.colorBrand0),backgroundErrorSubtle:kt.extend("--ft-background-error-subtle","Used as background of subtle error components.",$t.colorRed10),backgroundInfoSubtle:kt.extend("--ft-background-info-subtle","Used as background of subtle information components.",$t.colorCyan10),backgroundWarningSubtle:kt.extend("--ft-background-warning-subtle","Used as background of subtle information components.",$t.colorOrange10),backgroundSuccessSubtle:kt.extend("--ft-background-success-subtle","Used as background of subtle success components.",$t.colorGreen10),backgroundGlobalSurface:kt.extend("--ft-background-global-surface","Used as app background.",$t.colorWhite),backgroundGlobalOnSurface:kt.extend("--ft-background-global-on-surface","Used as background on element on the base background, like cards.",$t.colorGray10),backgroundGlobalOnSurfaceDark:kt.extend("--ft-background-global-on-surface-dark","Used as background on element that need background separation.",$t.colorGray30),contentActionPrimary:kt.extend("--ft-content-action-primary","Used on label of primary action on light surface.",$t.colorBrand0),contentWarningPrimary:kt.extend("--ft-content-warning-primary","Used on label of warning messages on light surface.",$t.colorOrange200),contentWarningIconOnly:kt.extend("--ft-content-warning-icon-only","Used on warning status icons alone",$t.colorOrange0),contentErrorPrimary:kt.extend("--ft-content-error-primary","Used on label of error messages on light surface.",$t.colorRed0),contentErrorIconOnly:kt.extend("--ft-content-error-icon-only","Used on error status icons alone",$t.colorRed70),contentInfoPrimary:kt.extend("--ft-content-info-primary","Used on label of information messages on light surface.",$t.colorCyan200),contentInfoIconOnly:kt.extend("--ft-content-info-icon-only","Used on info status icons alone",$t.colorCyan0),contentSuccessPrimary:kt.extend("--ft-content-success-primary","Used on label of success messages on light surface.",$t.colorGreen200),contentSuccessIconOnly:kt.extend("--ft-content-success-icon-only","Used on success status icons alone",$t.colorGreen0),contentGlobalPrimary:kt.extend("--ft-content-global-primary","Used for main content on the page.",$t.colorGray500),contentGlobalSecondary:kt.extend("--ft-content-global-secondary","Used for secondary content, often paired with primary content.\nAlso for action icons.",$t.colorGray200),contentGlobalSubtle:kt.extend("--ft-content-global-subtle","Used for placeholder, unselected items in a tab component or breadcrumb.",$t.colorGray0),contentGlobalOnColor:kt.extend("--ft-content-global-on-color","Used for content on a dominant color.",$t.colorWhite),borderActionPrimary:kt.extend("--ft-border-action-primary","Used as border for primary action components.",$t.colorBrand0),borderActionFocusRing:kt.extend("--ft-border-action-focus-ring","Focus ring is an additional border to indicate focus-visible state.",$t.colorCyan0),borderWarningPrimary:kt.extend("--ft-border-warning-primary","Used as border for text fields in warning state and for buttons in warning color",$t.colorOrange200),borderWarningSubtle:kt.extend("--ft-border-warning-subtle","Used as border for warning components.",$t.colorOrange30),borderSuccessPrimary:kt.extend("--ft-border-success-primary","Used as border for success buttons.",$t.colorGreen200),borderSuccessSubtle:kt.extend("--ft-border-success-subtle","Used as border for success components.",$t.colorGreen30),borderErrorPrimary:kt.extend("--ft-border-error-primary","Used as border for text fields in error states.",$t.colorRed0),borderErrorSubtle:kt.extend("--ft-border-error-subtle","Used as border for error components.",$t.colorRed30),borderInfoPrimary:kt.extend("--ft-border-info-primary","Used as border for buttons in info color.",$t.colorCyan200),borderInfoSubtle:kt.extend("--ft-border-info-subtle","Used as border for information components.",$t.colorCyan30),borderGlobalPrimary:kt.extend("--ft-border-global-primary","Used as border for element like input.",$t.colorGray50),borderGlobalSubtle:kt.extend("--ft-border-global-subtle","Used as border to deliminate an area filled with background.on-surface and separators.",$t.colorGray30),borderInputPrimary:kt.extend("--ft-border-input-primary","Used as border for checkboxes and radio buttons",$t.colorGray80)};kt.create("--ft-button-large-height","","SIZE","40px"),kt.extend("--ft-button-large-horizontal-padding","",$t.spacing4),kt.extend("--ft-button-large-gap","",$t.spacing2),kt.extend("--ft-button-large-border-radius","",$t.borderRadiusS),kt.extend("--ft-button-large-icon-size","",$t.iconSize3),kt.create("--ft-button-large-border-width","","SIZE","1px"),kt.create("--ft-button-large-focus-outline-offset","","SIZE","2px"),kt.create("--ft-button-large-focus-outline-width","","SIZE","2px"),kt.create("--ft-button-large-icon-only-width","","SIZE","40px"),kt.create("--ft-button-small-height","","SIZE","30px"),kt.extend("--ft-button-small-horizontal-padding","",$t.spacing3),kt.extend("--ft-button-small-gap","",$t.spacing2),kt.extend("--ft-button-small-border-radius","",$t.borderRadiusS),kt.extend("--ft-button-small-icon-size","",$t.iconSize2),kt.create("--ft-button-small-border-width","","SIZE","1px"),kt.create("--ft-button-small-focus-outline-offset","","SIZE","2px"),kt.create("--ft-button-small-focus-outline-width","","SIZE","2px"),kt.create("--ft-button-small-icon-only-width","","SIZE","30px"),kt.extend("--ft-button-primary-background-color","",Bt.backgroundActionPrimary),kt.extend("--ft-button-primary-color","",Bt.contentGlobalOnColor),kt.extend("--ft-button-primary-icon-color","",Bt.contentGlobalOnColor),kt.extend("--ft-button-primary-state-layer-color","",Bt.contentGlobalOnColor),kt.extend("--ft-button-primary-hover-state-layer-opacity","",$t.opacity16),kt.extend("--ft-button-primary-focus-state-layer-opacity","",$t.opacity16),kt.extend("--ft-button-primary-active-state-layer-opacity","",$t.opacity24),kt.extend("--ft-button-primary-disabled-component-opacity","",$t.opacity40),kt.extend("--ft-button-focus-focus-ring-color","",Bt.borderActionFocusRing),kt.create("--ft-button-tertiary-background-color","","COLOR","rgba(0,0,0,0)"),kt.extend("--ft-button-tertiary-color","",Bt.contentActionPrimary),kt.extend("--ft-button-tertiary-icon-color","",Bt.contentActionPrimary),kt.extend("--ft-button-tertiary-state-layer-color","",Bt.contentActionPrimary),kt.extend("--ft-button-tertiary-hover-state-layer-opacity","",$t.opacity8),kt.extend("--ft-button-tertiary-focus-state-layer-opacity","",$t.opacity8),kt.extend("--ft-button-tertiary-active-state-layer-opacity","",$t.opacity16),kt.extend("--ft-button-tertiary-disabled-component-opacity","",$t.opacity40),kt.create("--ft-button-secondary-background-color","","COLOR","rgba(0,0,0,0)"),kt.extend("--ft-button-secondary-color","",Bt.contentActionPrimary),kt.extend("--ft-button-secondary-icon-color","",Bt.contentActionPrimary),kt.extend("--ft-button-secondary-state-layer-color","",Bt.contentActionPrimary),kt.extend("--ft-button-secondary-hover-state-layer-opacity","",$t.opacity8),kt.extend("--ft-button-secondary-focus-state-layer-opacity","",$t.opacity8),kt.extend("--ft-button-secondary-active-state-layer-opacity","",$t.opacity16),kt.extend("--ft-button-secondary-disabled-component-opacity","",$t.opacity40),kt.extend("--ft-button-secondary-border-color","",Bt.borderActionPrimary),kt.create("--ft-button-neutral-background-color","","COLOR","rgba(0,0,0,0)"),kt.extend("--ft-button-neutral-icon-color","",Bt.contentGlobalSecondary),kt.extend("--ft-button-neutral-color","",Bt.contentGlobalSecondary),kt.extend("--ft-button-neutral-state-layer-color","",Bt.contentGlobalSecondary),kt.extend("--ft-button-neutral-hover-state-layer-opacity","",$t.opacity8),kt.extend("--ft-button-neutral-focus-state-layer-opacity","",$t.opacity8),kt.extend("--ft-button-neutral-active-state-layer-opacity","",$t.opacity16),kt.extend("--ft-button-neutral-disabled-component-opacity","",$t.opacity40),kt.extend("--ft-banner-icon-size","",$t.iconSize5),kt.create("--ft-banner-border-width","","SIZE","1px"),kt.extend("--ft-banner-horizontal-padding","",$t.spacing6),kt.extend("--ft-banner-vertical-padding","",$t.spacing6),kt.extend("--ft-banner-horizontal-side-gap","",$t.spacing6),kt.extend("--ft-banner-horizontal-mobile-gap","",$t.spacing4),kt.extend("--ft-banner-vertical-mobile-gap","",$t.spacing6),kt.extend("--ft-banner-horizontal-middle-gap","",$t.spacing20),kt.extend("--ft-banner-info-background-color","",Bt.backgroundInfoSubtle),kt.extend("--ft-banner-info-color","",Bt.contentInfoPrimary),kt.extend("--ft-banner-info-icon-color","",Bt.contentInfoIconOnly),kt.extend("--ft-breadcrumb-horizontal-gap","",$t.spacing1),kt.extend("--ft-breadcrumb-vertical-gap","",$t.spacing2),kt.extend("--ft-breadcrumb-current-element-color","",Bt.contentGlobalPrimary),kt.extend("--ft-breadcrumb-icon-color","",Bt.contentGlobalSubtle),kt.extend("--ft-page-header-horizontal-padding","",$t.spacing12),kt.extend("--ft-page-header-horizontal-gap","",$t.spacing4),kt.extend("--ft-page-header-vertical-gap","",$t.spacing2),kt.extend("--ft-page-header-classic-vertical-padding","",$t.spacing6),kt.extend("--ft-page-header-multiline-vertical-padding","",$t.spacing4),kt.extend("--ft-page-header-inline-vertical-padding","",$t.spacing2),kt.extend("--ft-page-header-background-color","",$t.colorWhite),kt.extend("--ft-page-header-bottom-border-color","",Bt.borderGlobalSubtle),kt.extend("--ft-page-header-title-color","",Bt.contentGlobalPrimary),kt.extend("--ft-page-header-subtitle-color","",Bt.contentGlobalSecondary),kt.create("--ft-modal-small-container-width","","SIZE","600px"),kt.create("--ft-modal-large-container-width","","SIZE","900px"),kt.extend("--ft-modal-overlay-background-color","",$t.colorGray700),kt.extend("--ft-modal-overlay-opacity","",$t.opacity40),kt.extend("--ft-modal-shadow","",$t.shadowElevation03),kt.extend("--ft-modal-body-background-color","",$t.colorWhite),kt.extend("--ft-modal-body-color","",Bt.contentGlobalPrimary),kt.extend("--ft-modal-body-horizontal-padding","",$t.spacing6),kt.extend("--ft-modal-body-vertical-padding","",$t.spacing6),kt.extend("--ft-modal-body-vertical-gap","",$t.spacing6),kt.extend("--ft-modal-container-margin","",$t.spacing3),kt.extend("--ft-modal-header-background-color","",Bt.backgroundGlobalOnSurface),kt.extend("--ft-modal-header-border-color","",Bt.borderGlobalSubtle),kt.extend("--ft-modal-header-color","",Bt.contentGlobalPrimary),kt.extend("--ft-modal-header-trailing-icon-color","",Bt.contentGlobalSecondary),kt.extend("--ft-modal-header-vertical-padding","",$t.spacing1),kt.extend("--ft-modal-header-right-padding","",$t.spacing1),kt.extend("--ft-modal-header-left-padding","",$t.spacing6),kt.extend("--ft-modal-header-gap","",$t.spacing2),kt.create("--ft-modal-header-border-bottom","","SIZE","1px"),kt.extend("--ft-modal-border-radius","",$t.borderRadiusM),kt.extend("--ft-drawer-overlay-opacity","",$t.opacity40),kt.extend("--ft-drawer-shadow","",$t.shadowElevation03),kt.extend("--ft-drawer-body-color","",Bt.contentGlobalPrimary),kt.extend("--ft-drawer-body-horizontal-padding","",$t.spacing6),kt.extend("--ft-drawer-body-vertical-padding","",$t.spacing6),kt.extend("--ft-drawer-body-gap","",$t.spacing6),kt.extend("--ft-drawer-body-background-color","",$t.colorWhite),kt.extend("--ft-drawer-header-background-color","",Bt.backgroundGlobalOnSurface),kt.extend("--ft-drawer-header-border-color","",Bt.borderGlobalSubtle),kt.extend("--ft-drawer-header-color","",Bt.contentGlobalPrimary),kt.extend("--ft-drawer-header-trailing-icon-color","",Bt.contentGlobalSecondary),kt.create("--ft-drawer-header-height","","SIZE","50px"),kt.extend("--ft-drawer-header-horizontal-padding","",$t.spacing2),kt.create("--ft-drawer-header-border-width","","SIZE","1px"),kt.extend("--ft-drawer-header-gap","",$t.spacing3),kt.extend("--ft-drawer-buttons-bar-background-color","",Bt.backgroundGlobalOnSurface),kt.extend("--ft-drawer-buttons-bar-border-color","",Bt.borderGlobalSubtle),kt.extend("--ft-drawer-buttons-bar-color","",Bt.contentGlobalPrimary),kt.extend("--ft-drawer-buttons-bar-horizontal-padding","",$t.spacing4),kt.extend("--ft-drawer-buttons-bar-vertical-padding","",$t.spacing4),kt.extend("--ft-drawer-buttons-bar-gap","",$t.spacing3),kt.create("--ft-drawer-buttons-bar-border-width","","SIZE","1px"),kt.create("--ft-drawer-container-width","","SIZE","66%"),kt.create("--ft-drawer-container-min-width","","SIZE","500px"),kt.create("--ft-drawer-container-max-width","","SIZE","1000px"),kt.create("--ft-drawer-container-height","","SIZE","100%"),kt.extend("--ft-drawer-overlay-background-color","",$t.colorGray700),kt.extend("--ft-text-input-field-horizontal-padding","",$t.spacing4),kt.extend("--ft-text-input-field-horizontal-gap","",$t.spacing3),kt.extend("--ft-text-input-field-vertical-gap","",$t.spacing05),kt.extend("--ft-text-input-field-icon-size","",$t.iconSize3),kt.create("--ft-text-input-field-height","","SIZE","50px"),kt.extend("--ft-text-input-helper-horizontal-padding","",$t.spacing4),kt.extend("--ft-text-input-helper-horizontal-gap","",$t.spacing1),kt.extend("--ft-text-input-helper-icon-size","",$t.iconSize2),kt.extend("--ft-text-input-border-radius","",$t.borderRadiusM),kt.extend("--ft-text-input-background-color","",$t.colorWhite),kt.extend("--ft-text-input-content-value-color","",Bt.contentGlobalPrimary),kt.extend("--ft-text-input-trailing-icon-color","",Bt.contentGlobalSubtle),kt.extend("--ft-text-input-label-color","",Bt.contentGlobalSubtle),kt.extend("--ft-text-input-default-border-color","",Bt.borderInputPrimary),kt.extend("--ft-text-input-default-helper-text-color","",Bt.contentGlobalSubtle),kt.create("--ft-text-input-default-border-width","","SIZE","1px"),kt.create("--ft-text-input-error-border-width","","SIZE","2px"),kt.extend("--ft-text-input-error-border-color","",Bt.borderErrorPrimary),kt.extend("--ft-text-input-error-helper-text-color","",Bt.contentErrorPrimary),kt.extend("--ft-text-input-error-helper-icon-color","",Bt.contentErrorIconOnly),kt.create("--ft-text-input-warning-border-width","","SIZE","2px"),kt.create("--ft-text-input-focus-outline-width","","SIZE","2px"),kt.extend("--ft-text-input-focus-focus-ring-color","",Bt.borderActionFocusRing),kt.create("--ft-text-input-focus-outline-offset","","SIZE","3px"),kt.extend("--ft-text-input-disabled-component-opacity","",$t.opacity40),kt.extend("--ft-text-area-background-color","",$t.colorWhite),kt.extend("--ft-text-area-content-value-color","",Bt.contentGlobalPrimary),kt.extend("--ft-text-area-label-color","",Bt.contentGlobalSubtle),kt.extend("--ft-text-area-default-border-color","",Bt.borderInputPrimary),kt.extend("--ft-text-area-default-helper-text-color","",Bt.contentGlobalSubtle),kt.create("--ft-text-area-default-border-width","","SIZE","1px"),kt.create("--ft-text-area-error-border-width","","SIZE","2px"),kt.extend("--ft-text-area-error-border-color","",Bt.borderErrorPrimary),kt.extend("--ft-text-area-error-helper-text-color","",Bt.contentErrorPrimary),kt.extend("--ft-text-area-error-helper-icon-color","",Bt.contentErrorIconOnly),kt.extend("--ft-text-area-focus-focus-ring-color","",Bt.borderActionFocusRing),kt.create("--ft-text-area-focus-outline-width","","SIZE","2px"),kt.create("--ft-text-area-focus-outline-offset","","SIZE","3px"),kt.extend("--ft-text-area-disabled-component-opacity","",$t.opacity40),kt.extend("--ft-text-area-field-horizontal-left-padding","",$t.spacing4),kt.extend("--ft-text-area-field-horizontal-gap","",$t.spacing3),kt.extend("--ft-text-area-field-vertical-gap","",$t.spacing05),kt.create("--ft-text-area-field-min-height","","SIZE","64px"),kt.extend("--ft-text-area-helper-horizontal-padding","",$t.spacing4),kt.extend("--ft-text-area-helper-horizontal-gap","",$t.spacing1),kt.extend("--ft-text-area-helper-icon-size","",$t.iconSize2),kt.extend("--ft-text-area-border-radius","",$t.borderRadiusM),kt.create("--ft-floating-menu-height","","SIZE","50px"),kt.extend("--ft-floating-menu-horizontal-padding","",$t.spacing4),kt.extend("--ft-floating-menu-off-icon-color","",Bt.contentGlobalPrimary),kt.extend("--ft-floating-menu-off-color","",Bt.contentGlobalPrimary),kt.extend("--ft-floating-menu-on-color","",Bt.contentActionPrimary),kt.extend("--ft-floating-menu-on-state-layer-color","",Bt.contentActionPrimary),kt.extend("--ft-floating-menu-gap","",$t.spacing3),kt.extend("--ft-floating-menu-focus-focus-ring-color","",Bt.borderActionFocusRing),kt.create("--ft-floating-menu-focus-outline-width","","SIZE","3px"),kt.extend("--ft-floating-menu-focus-state-layer-opacity","",$t.opacity8),kt.extend("--ft-floating-menu-hover-state-layer-opacity","",$t.opacity8),kt.extend("--ft-floating-menu-active-state-layer-opacity","",$t.opacity16),kt.extend("--ft-floating-menu-disabled-component-opacity","",$t.opacity40),kt.extend("--ft-floating-menu-icon-size","",$t.iconSize3),kt.extend("--ft-floating-menu-background-color","",Bt.backgroundGlobalOnSurface),kt.extend("--ft-combobox-single-select-field-horizontal-padding","",$t.spacing4),kt.extend("--ft-combobox-single-select-field-horizontal-gap","",$t.spacing3),kt.extend("--ft-combobox-single-select-field-vertical-gap","",$t.spacing05),kt.extend("--ft-combobox-single-select-field-icon-size","",$t.iconSize3),kt.create("--ft-combobox-single-select-field-height","","SIZE","50px"),kt.extend("--ft-combobox-single-select-helper-horizontal-padding","",$t.spacing4),kt.extend("--ft-combobox-single-select-helper-horizontal-gap","",$t.spacing1),kt.extend("--ft-combobox-single-select-helper-vertical-gap","",$t.spacing1),kt.extend("--ft-combobox-single-select-helper-icon-size","",$t.iconSize2),kt.extend("--ft-combobox-single-select-menu-vertical-gap","",$t.spacing2),kt.extend("--ft-combobox-single-select-border-radius","",$t.borderRadiusM),kt.extend("--ft-combobox-single-select-background-color","",$t.colorWhite),kt.extend("--ft-combobox-single-select-label-color","",Bt.contentGlobalSubtle),kt.extend("--ft-combobox-single-select-content-value-color","",Bt.contentGlobalPrimary),kt.extend("--ft-combobox-single-select-trailing-icon-color","",Bt.contentGlobalSubtle),kt.extend("--ft-combobox-single-select-default-border-color","",Bt.borderInputPrimary),kt.extend("--ft-combobox-single-select-default-helper-text-color","",Bt.contentGlobalSubtle),kt.create("--ft-combobox-single-select-default-border-width","","SIZE","1px"),kt.create("--ft-combobox-single-select-error-border-width","","SIZE","2px"),kt.extend("--ft-combobox-single-select-error-border-color","",Bt.borderErrorPrimary),kt.extend("--ft-combobox-single-select-error-helper-text-color","",Bt.contentErrorPrimary),kt.create("--ft-combobox-single-select-warning-border-width","","SIZE","2px"),kt.extend("--ft-combobox-single-select-warning-border-color","",Bt.borderWarningPrimary),kt.extend("--ft-combobox-single-select-warning-helper-text-color","",Bt.contentWarningPrimary),kt.extend("--ft-combobox-single-select-warning-helper-icon-color","",Bt.contentWarningIconOnly),kt.create("--ft-combobox-single-select-focus-outline-width","","SIZE","2px"),kt.extend("--ft-combobox-single-select-focus-focus-ring-color","",Bt.borderActionFocusRing),kt.create("--ft-combobox-single-select-focus-outline-offset","","SIZE","3px"),kt.extend("--ft-combobox-single-select-disabled-component-opacity","",$t.opacity40),kt.extend("--ft-combobox-multi-select-background-color","",$t.colorWhite),kt.extend("--ft-combobox-multi-select-label-color","",Bt.contentGlobalSubtle),kt.extend("--ft-combobox-multi-select-trailing-icon-color","",Bt.contentGlobalSubtle),kt.extend("--ft-combobox-multi-select-default-border-color","",Bt.borderInputPrimary),kt.extend("--ft-combobox-multi-select-default-helper-text-color","",Bt.contentGlobalSubtle),kt.create("--ft-combobox-multi-select-default-border-width","","SIZE","1px"),kt.extend("--ft-combobox-multi-select-error-border-color","",Bt.borderErrorPrimary),kt.extend("--ft-combobox-multi-select-error-helper-text-color","",Bt.contentErrorPrimary),kt.extend("--ft-combobox-multi-select-error-helper-icon","",Bt.contentErrorIconOnly),kt.create("--ft-combobox-multi-select-error-border-width","","SIZE","2px"),kt.extend("--ft-combobox-multi-select-warning-border-color","",Bt.borderWarningPrimary),kt.extend("--ft-combobox-multi-select-warning-helper-text-color","",Bt.contentWarningPrimary),kt.extend("--ft-combobox-multi-select-warning-helper-icon-color","",Bt.contentWarningIconOnly),kt.create("--ft-combobox-multi-select-warning-border-width","","SIZE","2px"),kt.extend("--ft-combobox-multi-select-focus-focus-ring-color","",Bt.borderActionFocusRing),kt.create("--ft-combobox-multi-select-focus-outline-width","","SIZE","2px"),kt.create("--ft-combobox-multi-select-focus-outline-offset","","SIZE","3px"),kt.extend("--ft-combobox-multi-select-disabled-component-opacity","",$t.opacity40),kt.extend("--ft-combobox-multi-select-helper-horizontal-padding","",$t.spacing4),kt.extend("--ft-combobox-multi-select-helper-horizontal-gap","",$t.spacing1),kt.extend("--ft-combobox-multi-select-helper-vertical-gap","",$t.spacing1),kt.extend("--ft-combobox-multi-select-helper-icon-size","",$t.iconSize2),kt.extend("--ft-combobox-multi-select-field-horizontal-padding","",$t.spacing4),kt.extend("--ft-combobox-multi-select-field-horizontal-gap","",$t.spacing3),kt.extend("--ft-combobox-multi-select-field-vertical-gap","",$t.spacing05),kt.extend("--ft-combobox-multi-select-field-icon-size","",$t.iconSize3),kt.create("--ft-combobox-multi-select-field-max-height","","SIZE","112px"),kt.extend("--ft-combobox-multi-select-content-values-horizontal-gap","",$t.spacing1),kt.extend("--ft-combobox-multi-select-content-values-vertical-gap","",$t.spacing1),kt.extend("--ft-combobox-multi-select-border-radius","",$t.borderRadiusM),kt.extend("--ft-popover-background-color","",Bt.backgroundGlobalOnSurface),kt.extend("--ft-popover-horizontal-padding","",$t.spacing6),kt.extend("--ft-popover-vertical-padding","",$t.spacing6),kt.extend("--ft-popover-icon-color","",Bt.contentGlobalSecondary),kt.extend("--ft-popover-icon-size","",$t.iconSize2),kt.extend("--ft-popover-title-color","",Bt.contentGlobalPrimary),kt.extend("--ft-popover-body-color","",Bt.contentGlobalSecondary),kt.extend("--ft-popover-link-color","",Bt.contentActionPrimary),kt.extend("--ft-popover-gap","",$t.spacing3),kt.extend("--ft-popover-border-radius","",$t.borderRadiusM),kt.extend("--ft-popover-shadow","",$t.shadowElevation02),kt.extend("--ft-tabs-top-left-border-radius","",$t.borderRadiusS),kt.extend("--ft-tabs-top-right-border-radius","",$t.borderRadiusS),kt.extend("--ft-tabs-label-horizontal-padding","",$t.spacing4),kt.extend("--ft-tabs-label-vertical-padding","",$t.spacing3),kt.extend("--ft-tabs-label-gap","",$t.spacing1),kt.extend("--ft-tabs-off-hover-state-layer-opacity","",$t.opacity8),kt.extend("--ft-tabs-off-focus-state-layer-opacity","",$t.opacity8),kt.extend("--ft-tabs-off-active-state-layer-opacity","",$t.opacity16),kt.extend("--ft-tabs-off-disabled-component-opacity","",$t.opacity40),kt.extend("--ft-tabs-off-color","",Bt.contentGlobalSubtle),kt.extend("--ft-tabs-off-state-layer-color","",Bt.contentGlobalSubtle),kt.extend("--ft-tabs-on-hover-state-layer-opacity","",$t.opacity8),kt.extend("--ft-tabs-on-focus-state-layer-opacity","",$t.opacity8),kt.extend("--ft-tabs-on-active-state-layer-opacity","",$t.opacity16),kt.extend("--ft-tabs-on-disabled-component-opacity","",$t.opacity40),kt.extend("--ft-tabs-on-color","",Bt.contentActionPrimary),kt.extend("--ft-tabs-on-state-layer-color","",Bt.contentActionPrimary),kt.extend("--ft-tabs-icon-horizontal-padding","",$t.spacing1),kt.extend("--ft-tabs-icon-vertical-padding","",$t.spacing4),kt.create("--ft-tabs-focus-outline-width","","SIZE","2px"),kt.extend("--ft-tabs-focus-focus-ring-color","",Bt.borderActionFocusRing),kt.extend("--ft-collapsible-hover-state-layer-opacity","",$t.opacity8),kt.extend("--ft-collapsible-focus-state-layer-opacity","",$t.opacity8),kt.create("--ft-collapsible-focus-outline-width","","SIZE","3px"),kt.extend("--ft-collapsible-focus-focus-ring-color","",Bt.borderActionFocusRing),kt.extend("--ft-collapsible-active-state-layer-opacity","",$t.opacity16),kt.extend("--ft-collapsible-disabled-component-opacity","",$t.opacity40),kt.extend("--ft-collapsible-horizontal-padding","",$t.spacing4),kt.extend("--ft-collapsible-vertical-padding","",$t.spacing3),kt.extend("--ft-collapsible-color","",Bt.contentGlobalPrimary),kt.extend("--ft-collapsible-state-layer-color","",Bt.contentGlobalPrimary),kt.extend("--ft-collapsible-background-color","",Bt.backgroundGlobalOnSurface),kt.extend("--ft-collapsible-border-color","",Bt.borderGlobalSubtle),kt.extend("--ft-collapsible-icon-size","",$t.iconSize3),kt.extend("--ft-switch-group-horizontal-padding","",$t.spacing1),kt.extend("--ft-switch-group-vertical-padding","",$t.spacing1),kt.extend("--ft-switch-group-gap","",$t.spacing1),kt.extend("--ft-switch-group-background-color","",Bt.backgroundGlobalSurface),kt.extend("--ft-switch-group-border-color","",Bt.borderGlobalSubtle),kt.create("--ft-switch-group-border-radius","","SIZE","6px"),kt.extend("--ft-switch-label-horizontal-padding","",$t.spacing2),kt.extend("--ft-switch-label-vertical-padding","",$t.spacing1),kt.extend("--ft-switch-off-hover-state-layer-opacity","",$t.opacity8),kt.extend("--ft-switch-off-focus-state-layer-opacity","",$t.opacity8),kt.extend("--ft-switch-off-active-state-layer-opacity","",$t.opacity16),kt.extend("--ft-switch-off-disabled-component-opacity","",$t.opacity40),kt.extend("--ft-switch-off-color","",Bt.contentGlobalSubtle),kt.extend("--ft-switch-off-state-layer-color","",Bt.contentGlobalSubtle),kt.extend("--ft-switch-on-hover-state-layer-opacity","",$t.opacity8),kt.extend("--ft-switch-on-focus-state-layer-opacity","",$t.opacity8),kt.extend("--ft-switch-on-active-state-layer-opacity","",$t.opacity16),kt.extend("--ft-switch-on-disabled-component-opacity","",$t.opacity40),kt.extend("--ft-switch-on-color","",Bt.contentActionPrimary),kt.extend("--ft-switch-on-state-layer-color","",Bt.contentActionPrimary),kt.extend("--ft-switch-icon-horizontal-padding","",$t.spacing1),kt.extend("--ft-switch-icon-vertical-padding","",$t.spacing1),kt.create("--ft-switch-focus-outline-width","","SIZE","2px"),kt.extend("--ft-switch-focus-focus-ring-color","",Bt.borderActionFocusRing),kt.extend("--ft-switch-option-border-radius","",$t.borderRadiusS),kt.extend("--ft-chart-1-light","for area color charts",$t.colorBrand40),kt.extend("--ft-chart-1-base","for line charts",$t.colorBrand0),kt.extend("--ft-chart-2-light","for area color charts",$t.colorYellow60),kt.extend("--ft-chart-2-base","for line charts",$t.colorYellow100),kt.extend("--ft-chart-3-light","",$t.colorUltramarine40),kt.extend("--ft-chart-3-base","",$t.colorUltramarine70),kt.extend("--ft-chart-4-light","",$t.colorCyan50),kt.extend("--ft-chart-4-base","",$t.colorCyan100),kt.extend("--ft-chart-5-light","",$t.colorRed40),kt.extend("--ft-chart-5-base","",$t.colorRed60),kt.extend("--ft-chart-6-light","",$t.colorGreen40),kt.extend("--ft-chart-6-base","",$t.colorGreen70),kt.extend("--ft-chart-7-light","",$t.colorOrange70),kt.extend("--ft-chart-7-base","",$t.colorOrange100),kt.extend("--ft-chart-8-light","",$t.colorAvocado70),kt.extend("--ft-chart-8-base","",$t.colorAvocado200),kt.extend("--ft-chart-9-light","",$t.colorBrown50),kt.extend("--ft-chart-9-base","",$t.colorBrown200),kt.extend("--ft-chart-10-light","",$t.colorGray50),kt.extend("--ft-chart-10-base","",$t.colorGray80),kt.extend("--ft-chart-monochrome-10","",$t.colorBrand10),kt.extend("--ft-chart-monochrome-20","",$t.colorBrand20),kt.extend("--ft-chart-monochrome-30","",$t.colorBrand40),kt.extend("--ft-chart-monochrome-40","",$t.colorBrand60),kt.extend("--ft-chart-monochrome-50","",$t.colorBrand0),kt.extend("--ft-chart-monochrome-60","",$t.colorBrand200),kt.extend("--ft-chip-large-horizontal-padding","",$t.spacing4),kt.extend("--ft-chip-large-vertical-padding","",$t.spacing2),kt.extend("--ft-chip-large-gap","",$t.spacing1),kt.create("--ft-chip-large-focus-outline-offset","","SIZE","2px"),kt.create("--ft-chip-large-focus-outline-width","","SIZE","2px"),kt.extend("--ft-chip-large-border-radius","",$t.borderRadiusPill),kt.create("--ft-chip-large-border-width","","SIZE","1px"),kt.extend("--ft-chip-large-icon-size","",$t.iconSize3),kt.extend("--ft-chip-medium-horizontal-padding","",$t.spacing3),kt.extend("--ft-chip-medium-vertical-padding","",$t.spacing1),kt.extend("--ft-chip-medium-gap","",$t.spacing1),kt.create("--ft-chip-medium-focus-outline-offset","","SIZE","2px"),kt.create("--ft-chip-medium-focus-outline-width","","SIZE","2px"),kt.extend("--ft-chip-medium-border-radius","",$t.borderRadiusPill),kt.create("--ft-chip-medium-border-width","","SIZE","1px"),kt.extend("--ft-chip-medium-icon-size","",$t.iconSize2),kt.extend("--ft-chip-small-horizontal-padding","",$t.spacing2),kt.extend("--ft-chip-small-vertical-padding","",$t.spacing05),kt.extend("--ft-chip-small-gap","",$t.spacing1),kt.create("--ft-chip-small-focus-outline-offset","","SIZE","2px"),kt.create("--ft-chip-small-focus-outline-width","","SIZE","2px"),kt.extend("--ft-chip-small-border-radius","",$t.borderRadiusPill),kt.create("--ft-chip-small-border-width","","SIZE","1px"),kt.extend("--ft-chip-small-icon-size","",$t.iconSize1),kt.extend("--ft-chip-neutral-background-color","",Bt.backgroundGlobalOnSurface),kt.extend("--ft-chip-neutral-color","",Bt.contentGlobalPrimary),kt.extend("--ft-chip-neutral-icon-color","",Bt.contentGlobalPrimary),kt.extend("--ft-chip-neutral-border-color","",Bt.borderGlobalSubtle),kt.extend("--ft-chip-info-background-color","",Bt.backgroundInfoSubtle),kt.extend("--ft-chip-info-color","",Bt.contentInfoPrimary),kt.extend("--ft-chip-info-icon-color","",Bt.contentInfoIconOnly),kt.extend("--ft-chip-info-border-color","",Bt.borderInfoSubtle),kt.extend("--ft-chip-success-background-color","",Bt.backgroundSuccessSubtle),kt.extend("--ft-chip-success-color","",Bt.contentSuccessPrimary),kt.extend("--ft-chip-success-icon-color","",Bt.contentSuccessIconOnly),kt.extend("--ft-chip-success-border-color","",Bt.borderSuccessSubtle),kt.extend("--ft-chip-warning-background-color","",Bt.backgroundWarningSubtle),kt.extend("--ft-chip-warning-color","",Bt.contentWarningPrimary),kt.extend("--ft-chip-warning-icon-color","",Bt.contentWarningIconOnly),kt.extend("--ft-chip-warning-border-color","",Bt.borderWarningSubtle),kt.extend("--ft-chip-error-background-color","",Bt.backgroundErrorSubtle),kt.extend("--ft-chip-error-color","",Bt.contentErrorPrimary),kt.extend("--ft-chip-error-icon-color","",Bt.contentErrorIconOnly),kt.extend("--ft-chip-error-border-color","",Bt.borderErrorSubtle),kt.extend("--ft-border-info-border-color","",Bt.borderInfoSubtle),kt.create("--ft-notice-border-width","","SIZE","1px"),kt.extend("--ft-notice-horizontal-padding","",$t.spacing2),kt.extend("--ft-notice-vertical-padding","",$t.spacing1),kt.extend("--ft-notice-border-radius","",$t.borderRadiusS),kt.extend("--ft-notice-gap","",$t.spacing2),kt.extend("--ft-notice-icon-size","",$t.iconSize3),kt.extend("--ft-notice-info-background-color","",Bt.backgroundInfoSubtle),kt.extend("--ft-notice-info-border-color","",Bt.borderInfoSubtle),kt.extend("--ft-notice-info-color","",Bt.contentInfoPrimary),kt.extend("--ft-notice-info-icon-color","",Bt.contentInfoIconOnly),kt.extend("--ft-notice-warning-background-color","",Bt.backgroundWarningSubtle),kt.extend("--ft-notice-warning-border-color","",Bt.borderWarningSubtle),kt.extend("--ft-notice-warning-color","",Bt.contentWarningPrimary),kt.extend("--ft-notice-warning-icon-color","",Bt.contentWarningIconOnly),kt.extend("--ft-notice-error-background-color","",Bt.backgroundErrorSubtle),kt.extend("--ft-notice-error-border-color","",Bt.borderErrorSubtle),kt.extend("--ft-notice-error-color","",Bt.contentErrorPrimary),kt.extend("--ft-notice-error-icon-color","",Bt.contentErrorIconOnly),kt.extend("--ft-notice-success-background-color","",Bt.backgroundSuccessSubtle),kt.extend("--ft-notice-success-border-color","",Bt.borderSuccessSubtle),kt.extend("--ft-notice-success-color","",Bt.contentSuccessPrimary),kt.extend("--ft-notice-success-icon-color","",Bt.contentSuccessIconOnly),kt.extend("--ft-checkbox-color","",Bt.contentGlobalPrimary),kt.extend("--ft-checkbox-checked-background-color","",Bt.contentActionPrimary),kt.extend("--ft-checkbox-checked-state-layer-color","",Bt.contentActionPrimary),kt.extend("--ft-checkbox-checked-icon-color","",Bt.contentGlobalOnColor),kt.extend("--ft-checkbox-checked-hover-state-layer-opacity","",$t.opacity16),kt.extend("--ft-checkbox-checked-focus-state-layer-opacity","",$t.opacity16),kt.extend("--ft-checkbox-checked-active-state-layer-opacity","",$t.opacity24),kt.extend("--ft-checkbox-checked-disabled-component-opacity","",$t.opacity40),kt.extend("--ft-checkbox-unchecked-border-color","",$t.colorGray80),kt.extend("--ft-checkbox-unchecked-state-layer-color","",$t.colorGray80),kt.extend("--ft-checkbox-unchecked-hover-state-layer-opacity","",$t.opacity16),kt.extend("--ft-checkbox-unchecked-focus-state-layer-opacity","",$t.opacity16),kt.extend("--ft-checkbox-unchecked-active-state-layer-opacity","",$t.opacity24),kt.extend("--ft-checkbox-unchecked-disabled-component-opacity","",$t.opacity40),kt.extend("--ft-checkbox-focus-focus-ring-color","",Bt.borderActionFocusRing),kt.create("--ft-checkbox-focus-outline-offset","","SIZE","3px"),kt.create("--ft-checkbox-focus-outline-width","","SIZE","2px"),kt.extend("--ft-checkbox-gap","",$t.spacing3),kt.extend("--ft-toggle-off-hover-state-layer-opacity","",$t.opacity16),kt.extend("--ft-toggle-off-focus-state-layer-opacity","",$t.opacity16),kt.extend("--ft-toggle-off-active-state-layer-opacity","",$t.opacity24),kt.extend("--ft-toggle-off-disabled-component-opacity","",$t.opacity40),kt.extend("--ft-toggle-off-background-color","",Bt.contentGlobalSubtle),kt.extend("--ft-toggle-off-icon-color","",Bt.contentGlobalSubtle),kt.extend("--ft-toggle-off-state-layer-color","",Bt.contentGlobalSubtle),kt.extend("--ft-toggle-on-hover-state-layer-opacity","",$t.opacity16),kt.extend("--ft-toggle-on-focus-state-layer-opacity","",$t.opacity16),kt.extend("--ft-toggle-on-active-state-layer-opacity","",$t.opacity24),kt.extend("--ft-toggle-on-disabled-component-opacity","",$t.opacity40),kt.extend("--ft-toggle-on-background-color","",Bt.contentActionPrimary),kt.extend("--ft-toggle-on-state-layer-color","",Bt.contentActionPrimary),kt.extend("--ft-toggle-on-icon-color","",Bt.contentActionPrimary),kt.extend("--ft-toggle-color","",Bt.contentGlobalPrimary),kt.extend("--ft-toggle-focus-focus-ring-color","",Bt.borderActionFocusRing),kt.extend("--ft-toggle-gap","",$t.spacing3),kt.extend("--ft-radio-color","",Bt.contentGlobalPrimary),kt.extend("--ft-radio-selected-radio-color","",Bt.contentActionPrimary),kt.extend("--ft-radio-selected-state-layer-color","",Bt.contentActionPrimary),kt.extend("--ft-radio-selected-hover-state-layer-opacity","",$t.opacity16),kt.extend("--ft-radio-selected-focus-state-layer-opacity","",$t.opacity16),kt.extend("--ft-radio-selected-active-state-layer-opacity","",$t.opacity24),kt.extend("--ft-radio-selected-disabled-component-opacity","",$t.opacity40),kt.extend("--ft-radio-unselected-state-layer-color","",Bt.borderInputPrimary),kt.extend("--ft-radio-unselected-border-color","",Bt.borderInputPrimary),kt.extend("--ft-radio-unselected-hover-state-layer-opacity","",$t.opacity16),kt.extend("--ft-radio-unselected-focus-state-layer-opacity","",$t.opacity16),kt.extend("--ft-radio-unselected-active-state-layer-opacity","",$t.opacity24),kt.extend("--ft-radio-unselected-disabled-component-opacity","",$t.opacity40),kt.extend("--ft-radio-focus-focus-ring-color","",Bt.borderActionFocusRing),kt.create("--ft-radio-focus-outline-offset","","SIZE","3px"),kt.create("--ft-radio-focus-outline-width","","SIZE","2px"),kt.extend("--ft-radio-gap","",$t.spacing3),kt.extend("--ft-notification-icon-size","",$t.iconSize4),kt.extend("--ft-notification-horizontal-padding","",$t.spacing4),kt.extend("--ft-notification-vertical-padding","",$t.spacing4),kt.extend("--ft-notification-info-background-color","",Bt.backgroundInfoSubtle),kt.extend("--ft-notification-info-color","",Bt.contentInfoPrimary),kt.extend("--ft-notification-info-icon-color","",Bt.contentInfoIconOnly),kt.extend("--ft-notification-info-border-color","",Bt.borderInfoSubtle),kt.extend("--ft-notification-success-background-color","",Bt.backgroundSuccessSubtle),kt.extend("--ft-notification-success-color","",Bt.contentSuccessPrimary),kt.extend("--ft-notification-success-icon-color","",Bt.contentSuccessIconOnly),kt.extend("--ft-notification-success-border-color","",Bt.borderSuccessSubtle),kt.extend("--ft-notification-warning-background-color","",Bt.backgroundWarningSubtle),kt.extend("--ft-notification-warning-color","",Bt.contentWarningPrimary),kt.extend("--ft-notification-warning-icon-color","",Bt.contentWarningIconOnly),kt.extend("--ft-notification-warning-border-color","",Bt.borderWarningSubtle),kt.extend("--ft-notification-error-background-color","",Bt.backgroundErrorSubtle),kt.extend("--ft-notification-error-color","",Bt.contentErrorPrimary),kt.extend("--ft-notification-error-icon-color","",Bt.contentErrorIconOnly),kt.extend("--ft-notification-error-border-color","",Bt.borderErrorSubtle),kt.extend("--ft-notification-border-radius","",$t.borderRadiusPill),kt.create("--ft-notification-border-width","","SIZE","1px"),kt.extend("--ft-notification-leading-gap","",$t.spacing2),kt.extend("--ft-notification-trailing-gap","",$t.spacing8),kt.extend("--ft-tooltip-horizontal-padding","",$t.spacing2),kt.extend("--ft-tooltip-vertical-padding","",$t.spacing2),kt.extend("--ft-tooltip-border-radius","",$t.borderRadiusS),kt.extend("--ft-tooltip-color","",Bt.contentGlobalOnColor),kt.extend("--ft-tooltip-background-color","",Bt.contentGlobalPrimary),kt.extend("--ft-tooltip-background-opacity","",$t.opacity80),kt.extend("--ft-tooltip-shadow","",$t.shadowElevation03),kt.create("--ft-tooltip-max-width","","SIZE","256px"),kt.extend("--ft-tooltip-gap","",$t.spacing05);const Ht=o.FtCssVariableFactory.extend("--ft-typography-font-family","",o.designSystemVariables.titleFont),Tt=o.FtCssVariableFactory.extend("--ft-typography-font-family","",o.designSystemVariables.contentFont),Pt={fontFamily:Tt,fontSize:o.FtCssVariableFactory.create("--ft-typography-font-size","","SIZE","16px"),fontWeight:o.FtCssVariableFactory.create("--ft-typography-font-weight","","UNKNOWN","normal"),letterSpacing:o.FtCssVariableFactory.create("--ft-typography-letter-spacing","","SIZE","0.496px"),lineHeight:o.FtCssVariableFactory.create("--ft-typography-line-height","","NUMBER","1.5"),textTransform:o.FtCssVariableFactory.create("--ft-typography-text-transform","","UNKNOWN","inherit")},_t=o.FtCssVariableFactory.extend("--ft-typography-title-font-family","",Ht),Gt=o.FtCssVariableFactory.extend("--ft-typography-title-font-size","",Pt.fontSize,"20px"),Mt=o.FtCssVariableFactory.extend("--ft-typography-title-font-weight","",Pt.fontWeight,"normal"),jt=o.FtCssVariableFactory.extend("--ft-typography-title-letter-spacing","",Pt.letterSpacing,"0.15px"),Yt=o.FtCssVariableFactory.extend("--ft-typography-title-line-height","",Pt.lineHeight,"1.2"),Vt=o.FtCssVariableFactory.extend("--ft-typography-title-text-transform","",Pt.textTransform,"inherit"),Xt=o.FtCssVariableFactory.extend("--ft-typography-title-dense-font-family","",Ht),qt=o.FtCssVariableFactory.extend("--ft-typography-title-dense-font-size","",Pt.fontSize,"14px"),Jt=o.FtCssVariableFactory.extend("--ft-typography-title-dense-font-weight","",Pt.fontWeight,"normal"),Qt=o.FtCssVariableFactory.extend("--ft-typography-title-dense-letter-spacing","",Pt.letterSpacing,"0.105px"),to=o.FtCssVariableFactory.extend("--ft-typography-title-dense-line-height","",Pt.lineHeight,"1.7"),oo=o.FtCssVariableFactory.extend("--ft-typography-title-dense-text-transform","",Pt.textTransform,"inherit"),eo=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-family","",Tt),ro=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-size","",Pt.fontSize,"16px"),ao=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-weight","",Pt.fontWeight,"600"),io=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-letter-spacing","",Pt.letterSpacing,"0.144px"),no=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-line-height","",Pt.lineHeight,"1.5"),lo=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-text-transform","",Pt.textTransform,"inherit"),co=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-family","",Tt),po=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-size","",Pt.fontSize,"14px"),fo=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-weight","",Pt.fontWeight,"normal"),so=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-letter-spacing","",Pt.letterSpacing,"0.098px"),ho=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-line-height","",Pt.lineHeight,"1.7"),go=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-text-transform","",Pt.textTransform,"inherit"),yo=o.FtCssVariableFactory.extend("--ft-typography-body1-font-family","",Tt),bo=o.FtCssVariableFactory.extend("--ft-typography-body1-font-size","",Pt.fontSize,"16px"),uo=o.FtCssVariableFactory.extend("--ft-typography-body1-font-weight","",Pt.fontWeight,"normal"),mo=o.FtCssVariableFactory.extend("--ft-typography-body1-letter-spacing","",Pt.letterSpacing,"0.496px"),Oo=o.FtCssVariableFactory.extend("--ft-typography-body1-line-height","",Pt.lineHeight,"1.5"),No=o.FtCssVariableFactory.extend("--ft-typography-body1-text-transform","",Pt.textTransform,"inherit"),xo=o.FtCssVariableFactory.extend("--ft-typography-body2-font-family","",Tt),So=o.FtCssVariableFactory.extend("--ft-typography-body2-font-size","",Pt.fontSize,"14px"),wo=o.FtCssVariableFactory.extend("--ft-typography-body2-font-weight","",Pt.fontWeight,"normal"),Eo=o.FtCssVariableFactory.extend("--ft-typography-body2-letter-spacing","",Pt.letterSpacing,"0.252px"),vo=o.FtCssVariableFactory.extend("--ft-typography-body2-line-height","",Pt.lineHeight,"1.4"),Io=o.FtCssVariableFactory.extend("--ft-typography-body2-text-transform","",Pt.textTransform,"inherit"),Co=o.FtCssVariableFactory.extend("--ft-typography-caption-font-family","",Tt),Uo=o.FtCssVariableFactory.extend("--ft-typography-caption-font-size","",Pt.fontSize,"12px"),Ro=o.FtCssVariableFactory.extend("--ft-typography-caption-font-weight","",Pt.fontWeight,"normal"),Wo=o.FtCssVariableFactory.extend("--ft-typography-caption-letter-spacing","",Pt.letterSpacing,"0.396px"),Lo=o.FtCssVariableFactory.extend("--ft-typography-caption-line-height","",Pt.lineHeight,"1.33"),Zo=o.FtCssVariableFactory.extend("--ft-typography-caption-text-transform","",Pt.textTransform,"inherit"),Ko=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-family","",Tt),zo=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-size","",Pt.fontSize,"10px"),Ao=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-weight","",Pt.fontWeight,"normal"),Do=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-letter-spacing","",Pt.letterSpacing,"0.33px"),ko=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-line-height","",Pt.lineHeight,"1.6"),$o=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-text-transform","",Pt.textTransform,"inherit"),Fo=o.FtCssVariableFactory.extend("--ft-typography-overline-font-family","",Tt),Bo=o.FtCssVariableFactory.extend("--ft-typography-overline-font-size","",Pt.fontSize,"10px"),Ho=o.FtCssVariableFactory.extend("--ft-typography-overline-font-weight","",Pt.fontWeight,"normal"),To=o.FtCssVariableFactory.extend("--ft-typography-overline-letter-spacing","",Pt.letterSpacing,"1.5px"),Po=o.FtCssVariableFactory.extend("--ft-typography-overline-line-height","",Pt.lineHeight,"1.6"),_o=o.FtCssVariableFactory.extend("--ft-typography-overline-text-transform","",Pt.textTransform,"uppercase"),Go=o.FtCssVariableFactory.extend("--ft-typography-button-font-family","",Tt),Mo=o.FtCssVariableFactory.extend("--ft-typography-button-font-size","",Pt.fontSize,"14px"),jo=o.FtCssVariableFactory.extend("--ft-typography-button-font-weight","",Pt.fontWeight,"600"),Yo=o.FtCssVariableFactory.extend("--ft-typography-button-letter-spacing","",Pt.letterSpacing,"1.246px"),Vo=o.FtCssVariableFactory.extend("--ft-typography-button-line-height","",Pt.lineHeight,"1.15"),Xo=o.FtCssVariableFactory.extend("--ft-typography-button-text-transform","",Pt.textTransform,"uppercase"),qo=e.css`
9
+ `;var Vr=O(Ht());var Zr=O(R());var Xe=globalThis,Ee=Xe.trustedTypes,$t=Ee?Ee.createPolicy("lit-html",{createHTML:o=>o}):void 0,qt="$lit$",$=`lit$${(Math.random()+"").slice(9)}$`,jt="?"+$,mo=`<${jt}>`,q=document,ve=()=>q.createComment(""),ue=o=>o===null||typeof o!="object"&&typeof o!="function",Yt=Array.isArray,bo=o=>Yt(o)||typeof o?.[Symbol.iterator]=="function",Ze=`[
10
+ \f\r]`,fe=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,Mt=/-->/g,Gt=/>/g,Z=RegExp(`>|${Ze}(?:([^\\s"'>=/]+)(${Ze}*=${Ze}*(?:[^
11
+ \f\r"'\`<>=]|("|')|))|$)`,"g"),Kt=/'/g,Zt=/"/g,Qt=/^(?:script|style|textarea|title)$/i,Xt=o=>(t,...n)=>({_$litType$:o,strings:t,values:n}),Jt=Xt(1),er=Xt(2),he=Symbol.for("lit-noChange"),E=Symbol.for("lit-nothing"),Vt=new WeakMap,V=q.createTreeWalker(q,129);function tr(o,t){if(!Array.isArray(o)||!o.hasOwnProperty("raw"))throw Error("invalid template strings array");return $t!==void 0?$t.createHTML(t):t}var xo=(o,t)=>{let n=o.length-1,i=[],c,l=t===2?"<svg>":"",p=fe;for(let u=0;u<n;u++){let y=o[u],b,g,x=-1,L=0;for(;L<y.length&&(p.lastIndex=L,g=p.exec(y),g!==null);)L=p.lastIndex,p===fe?g[1]==="!--"?p=Mt:g[1]!==void 0?p=Gt:g[2]!==void 0?(Qt.test(g[2])&&(c=RegExp("</"+g[2],"g")),p=Z):g[3]!==void 0&&(p=Z):p===Z?g[0]===">"?(p=c??fe,x=-1):g[1]===void 0?x=-2:(x=p.lastIndex-g[2].length,b=g[1],p=g[3]===void 0?Z:g[3]==='"'?Zt:Kt):p===Zt||p===Kt?p=Z:p===Mt||p===Gt?p=fe:(p=Z,c=void 0);let k=p===Z&&o[u+1].startsWith("/>")?" ":"";l+=p===fe?y+mo:x>=0?(i.push(b),y.slice(0,x)+qt+y.slice(x)+$+k):y+$+(x===-2?u:k)}return[tr(o,l+(o[n]||"<?>")+(t===2?"</svg>":"")),i]},ye=class o{constructor({strings:t,_$litType$:n},i){let c;this.parts=[];let l=0,p=0,u=t.length-1,y=this.parts,[b,g]=xo(t,n);if(this.el=o.createElement(b,i),V.currentNode=this.el.content,n===2){let x=this.el.content.firstChild;x.replaceWith(...x.childNodes)}for(;(c=V.nextNode())!==null&&y.length<u;){if(c.nodeType===1){if(c.hasAttributes())for(let x of c.getAttributeNames())if(x.endsWith(qt)){let L=g[p++],k=c.getAttribute(x).split($),j=/([.?@])?(.*)/.exec(L);y.push({type:1,index:l,name:j[2],strings:k,ctor:j[1]==="."?qe:j[1]==="?"?je:j[1]==="@"?Ye:Q}),c.removeAttribute(x)}else x.startsWith($)&&(y.push({type:6,index:l}),c.removeAttribute(x));if(Qt.test(c.tagName)){let x=c.textContent.split($),L=x.length-1;if(L>0){c.textContent=Ee?Ee.emptyScript:"";for(let k=0;k<L;k++)c.append(x[k],ve()),V.nextNode(),y.push({type:2,index:++l});c.append(x[L],ve())}}}else if(c.nodeType===8)if(c.data===jt)y.push({type:2,index:l});else{let x=-1;for(;(x=c.data.indexOf($,x+1))!==-1;)y.push({type:7,index:l}),x+=$.length-1}l++}}static createElement(t,n){let i=q.createElement("template");return i.innerHTML=t,i}};function Y(o,t,n=o,i){if(t===he)return t;let c=i!==void 0?n._$Co?.[i]:n._$Cl,l=ue(t)?void 0:t._$litDirective$;return c?.constructor!==l&&(c?._$AO?.(!1),l===void 0?c=void 0:(c=new l(o),c._$AT(o,n,i)),i!==void 0?(n._$Co??=[])[i]=c:n._$Cl=c),c!==void 0&&(t=Y(o,c._$AS(o,t.values),c,i)),t}var Ve=class{constructor(t,n){this._$AV=[],this._$AN=void 0,this._$AD=t,this._$AM=n}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(t){let{el:{content:n},parts:i}=this._$AD,c=(t?.creationScope??q).importNode(n,!0);V.currentNode=c;let l=V.nextNode(),p=0,u=0,y=i[0];for(;y!==void 0;){if(p===y.index){let b;y.type===2?b=new Ie(l,l.nextSibling,this,t):y.type===1?b=new y.ctor(l,y.name,y.strings,this,t):y.type===6&&(b=new Qe(l,this,t)),this._$AV.push(b),y=i[++u]}p!==y?.index&&(l=V.nextNode(),p++)}return V.currentNode=q,c}p(t){let n=0;for(let i of this._$AV)i!==void 0&&(i.strings!==void 0?(i._$AI(t,i,n),n+=i.strings.length-2):i._$AI(t[n])),n++}},Ie=class o{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(t,n,i,c){this.type=2,this._$AH=E,this._$AN=void 0,this._$AA=t,this._$AB=n,this._$AM=i,this.options=c,this._$Cv=c?.isConnected??!0}get parentNode(){let t=this._$AA.parentNode,n=this._$AM;return n!==void 0&&t?.nodeType===11&&(t=n.parentNode),t}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(t,n=this){t=Y(this,t,n),ue(t)?t===E||t==null||t===""?(this._$AH!==E&&this._$AR(),this._$AH=E):t!==this._$AH&&t!==he&&this._(t):t._$litType$!==void 0?this.g(t):t.nodeType!==void 0?this.$(t):bo(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!==E&&ue(this._$AH)?this._$AA.nextSibling.data=t:this.$(q.createTextNode(t)),this._$AH=t}g(t){let{values:n,_$litType$:i}=t,c=typeof i=="number"?this._$AC(t):(i.el===void 0&&(i.el=ye.createElement(tr(i.h,i.h[0]),this.options)),i);if(this._$AH?._$AD===c)this._$AH.p(n);else{let l=new Ve(c,this),p=l.u(this.options);l.p(n),this.$(p),this._$AH=l}}_$AC(t){let n=Vt.get(t.strings);return n===void 0&&Vt.set(t.strings,n=new ye(t)),n}T(t){Yt(this._$AH)||(this._$AH=[],this._$AR());let n=this._$AH,i,c=0;for(let l of t)c===n.length?n.push(i=new o(this.k(ve()),this.k(ve()),this,this.options)):i=n[c],i._$AI(l),c++;c<n.length&&(this._$AR(i&&i._$AB.nextSibling,c),n.length=c)}_$AR(t=this._$AA.nextSibling,n){for(this._$AP?.(!1,!0,n);t&&t!==this._$AB;){let i=t.nextSibling;t.remove(),t=i}}setConnected(t){this._$AM===void 0&&(this._$Cv=t,this._$AP?.(t))}},Q=class{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(t,n,i,c,l){this.type=1,this._$AH=E,this._$AN=void 0,this.element=t,this.name=n,this._$AM=c,this.options=l,i.length>2||i[0]!==""||i[1]!==""?(this._$AH=Array(i.length-1).fill(new String),this.strings=i):this._$AH=E}_$AI(t,n=this,i,c){let l=this.strings,p=!1;if(l===void 0)t=Y(this,t,n,0),p=!ue(t)||t!==this._$AH&&t!==he,p&&(this._$AH=t);else{let u=t,y,b;for(t=l[0],y=0;y<l.length-1;y++)b=Y(this,u[i+y],n,y),b===he&&(b=this._$AH[y]),p||=!ue(b)||b!==this._$AH[y],b===E?t=E:t!==E&&(t+=(b??"")+l[y+1]),this._$AH[y]=b}p&&!c&&this.O(t)}O(t){t===E?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,t??"")}},qe=class extends Q{constructor(){super(...arguments),this.type=3}O(t){this.element[this.name]=t===E?void 0:t}},je=class extends Q{constructor(){super(...arguments),this.type=4}O(t){this.element.toggleAttribute(this.name,!!t&&t!==E)}},Ye=class extends Q{constructor(t,n,i,c,l){super(t,n,i,c,l),this.type=5}_$AI(t,n=this){if((t=Y(this,t,n,0)??E)===he)return;let i=this._$AH,c=t===E&&i!==E||t.capture!==i.capture||t.once!==i.once||t.passive!==i.passive,l=t!==E&&(i===E||c);c&&this.element.removeEventListener(this.name,this,i),l&&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)}},Qe=class{constructor(t,n,i){this.element=t,this.type=6,this._$AN=void 0,this._$AM=n,this.options=i}get _$AU(){return this._$AM._$AU}_$AI(t){Y(this,t)}};var So=Xe.litHtmlPolyfillSupport;So?.(ye,Ie),(Xe.litHtmlVersions??=[]).push("3.1.0");var or=Symbol.for(""),Oo=o=>{if(o?.r===or)return o?._$litStatic$},Je=o=>({_$litStatic$:o,r:or});var rr=new Map,ar=o=>(t,...n)=>{let i=n.length,c,l,p=[],u=[],y,b=0,g=!1;for(;b<i;){for(y=t[b];b<i&&(l=n[b],(c=Oo(l))!==void 0);)y+=c+t[++b],g=!0;b!==i&&u.push(l),p.push(y),b++}if(b===i&&p.push(t[i]),g){let x=p.join("$$lit$$");(t=rr.get(x))===void 0&&(p.raw=p,rr.set(x,t=p)),n=u}return o(t,...n)},et=ar(Jt),tn=ar(er);var tt=O(de()),Kr=O(R());var Re;(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"})(Re||(Re={}));var F=O(z()),f=O(R());var W=O(z(),1),M=o=>typeof o=="string"?(0,W.unsafeCSS)(o):o,e=class{static create(t,n,i,c){let l=u=>M(u??c),p=W.css`var(${M(t)}, ${l(c)})`;return p.name=t,p.description=n,p.category=i,p.defaultValue=c,p.defaultCssValue=l,p.get=u=>W.css`var(${M(t)}, ${l(u)})`,p.breadcrumb=()=>[],p.lastResortDefaultValue=()=>c,p}static extend(t,n,i,c){let l=u=>i.get(u??c),p=W.css`var(${M(t)}, ${l(c)})`;return p.name=t,p.description=n,p.category=i.category,p.fallbackVariable=i,p.defaultValue=c,p.defaultCssValue=l,p.get=u=>W.css`var(${M(t)}, ${l(u)})`,p.breadcrumb=()=>[i.name,...i.breadcrumb()],p.lastResortDefaultValue=()=>c??i.lastResortDefaultValue(),p}static external(t,n){let i=l=>t.fallbackVariable?t.fallbackVariable.get(l??t.defaultValue):M(l??t.lastResortDefaultValue()),c=W.css`var(${M(t.name)}, ${i(t.defaultValue)})`;return c.name=t.name,c.category=t.category,c.fallbackVariable=t.fallbackVariable,c.defaultValue=t.defaultValue,c.context=n,c.defaultCssValue=i,c.get=l=>W.css`var(${M(t.name)}, ${i(l)})`,c.breadcrumb=()=>t.fallbackVariable?[t.fallbackVariable.name,...t.fallbackVariable.breadcrumb()]:[],c.lastResortDefaultValue=()=>t.lastResortDefaultValue(),c}};var r={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","12px"),iconSize2:e.create("--ft-icon-size-2","","SIZE","16px"),iconSize3:e.create("--ft-icon-size-3","","SIZE","20px"),iconSize4:e.create("--ft-icon-size-4","","SIZE","24px"),iconSize5:e.create("--ft-icon-size-5","","SIZE","32px"),iconSize6:e.create("--ft-icon-size-6","","SIZE","48px"),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)")},nr={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")},ir={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")},cr={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")},sr={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")},lr={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")},pr={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")},dr={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")},fr={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")},ur={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")},Co={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")},hr={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")},yr={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")},gr={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")},mr={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")},br={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")},xr={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")},Sr={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")},Or={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")},Cr={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")},Nr={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")},Ar={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")},Er={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")},vr={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")},Ir={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")},Rr={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")},wr={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")},we={display:nr,"title-1":ir,"title-2":cr,"title-3":sr,"body-1-regular":lr,"body-1-medium":pr,"body-1-semibold":dr,"body-2-regular":fr,"body-2-medium":ur,"body-2-medium-underline":Co,"body-2-semibold":hr,"label-1-medium":yr,"label-1-semibold":gr,"label-1-bold":mr,"label-2-medium":br,"label-2-semibold":xr,"label-2-bold":Sr,"caption-1-medium":Or,"caption-1-semibold":Cr,"caption-1-bold":Nr,"caption-2-medium":Ar,"caption-2-semibold":Er,"caption-2-bold":vr,"caption-3-medium":Ir,"caption-3-semibold":Rr,"caption-3-bold":wr};var a={backgroundActionPrimary:e.extend("--ft-background-action-primary","Used as backgorund of primary action components.",r.colorBrand0),backgroundErrorSubtle:e.extend("--ft-background-error-subtle","Used as background of subtle error components.",r.colorRed10),backgroundInfoSubtle:e.extend("--ft-background-info-subtle","Used as background of subtle information components.",r.colorCyan10),backgroundWarningSubtle:e.extend("--ft-background-warning-subtle","Used as background of subtle information components.",r.colorOrange10),backgroundSuccessSubtle:e.extend("--ft-background-success-subtle","Used as background of subtle success components.",r.colorGreen10),backgroundGlobalSurface:e.extend("--ft-background-global-surface","Used as app background.",r.colorWhite),backgroundGlobalOnSurface:e.extend("--ft-background-global-on-surface","Used as background on element on the base background, like cards.",r.colorGray10),backgroundGlobalOnSurfaceDark:e.extend("--ft-background-global-on-surface-dark","Used as background on element that need background separation.",r.colorGray30),contentActionPrimary:e.extend("--ft-content-action-primary","Used on label of primary action on light surface.",r.colorBrand0),contentWarningPrimary:e.extend("--ft-content-warning-primary","Used on label of warning messages on light surface.",r.colorOrange200),contentWarningIconOnly:e.extend("--ft-content-warning-icon-only","Used on warning status icons alone",r.colorOrange0),contentErrorPrimary:e.extend("--ft-content-error-primary","Used on label of error messages on light surface.",r.colorRed0),contentErrorIconOnly:e.extend("--ft-content-error-icon-only","Used on error status icons alone",r.colorRed70),contentInfoPrimary:e.extend("--ft-content-info-primary","Used on label of information messages on light surface.",r.colorCyan200),contentInfoIconOnly:e.extend("--ft-content-info-icon-only","Used on info status icons alone",r.colorCyan0),contentSuccessPrimary:e.extend("--ft-content-success-primary","Used on label of success messages on light surface.",r.colorGreen200),contentSuccessIconOnly:e.extend("--ft-content-success-icon-only","Used on success status icons alone",r.colorGreen0),contentGlobalPrimary:e.extend("--ft-content-global-primary","Used for main content on the page.",r.colorGray500),contentGlobalSecondary:e.extend("--ft-content-global-secondary",`Used for secondary content, often paired with primary content.
12
+ Also for action icons.`,r.colorGray200),contentGlobalSubtle:e.extend("--ft-content-global-subtle","Used for placeholder, unselected items in a tab component or breadcrumb.",r.colorGray0),contentGlobalOnColor:e.extend("--ft-content-global-on-color","Used for content on a dominant color.",r.colorWhite),borderActionPrimary:e.extend("--ft-border-action-primary","Used as border for primary action components.",r.colorBrand0),borderActionFocusRing:e.extend("--ft-border-action-focus-ring","Focus ring is an additional border to indicate focus-visible state.",r.colorCyan0),borderWarningPrimary:e.extend("--ft-border-warning-primary","Used as border for text fields in warning state and for buttons in warning color",r.colorOrange200),borderWarningSubtle:e.extend("--ft-border-warning-subtle","Used as border for warning components.",r.colorOrange30),borderSuccessPrimary:e.extend("--ft-border-success-primary","Used as border for success buttons.",r.colorGreen200),borderSuccessSubtle:e.extend("--ft-border-success-subtle","Used as border for success components.",r.colorGreen30),borderErrorPrimary:e.extend("--ft-border-error-primary","Used as border for text fields in error states.",r.colorRed0),borderErrorSubtle:e.extend("--ft-border-error-subtle","Used as border for error components.",r.colorRed30),borderInfoPrimary:e.extend("--ft-border-info-primary","Used as border for buttons in info color.",r.colorCyan200),borderInfoSubtle:e.extend("--ft-border-info-subtle","Used as border for information components.",r.colorCyan30),borderGlobalPrimary:e.extend("--ft-border-global-primary","Used as border for element like input.",r.colorGray50),borderGlobalSubtle:e.extend("--ft-border-global-subtle","Used as border to deliminate an area filled with background.on-surface and separators.",r.colorGray30),borderInputPrimary:e.extend("--ft-border-input-primary","Used as border for checkboxes and radio buttons",r.colorGray80)};var gn={largeHeight:e.create("--ft-button-large-height","","SIZE","40px"),largeHorizontalPadding:e.extend("--ft-button-large-horizontal-padding","",r.spacing4),largeGap:e.extend("--ft-button-large-gap","",r.spacing2),largeBorderRadius:e.extend("--ft-button-large-border-radius","",r.borderRadiusS),largeIconSize:e.extend("--ft-button-large-icon-size","",r.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","",r.spacing3),smallGap:e.extend("--ft-button-small-gap","",r.spacing2),smallBorderRadius:e.extend("--ft-button-small-border-radius","",r.borderRadiusS),smallIconSize:e.extend("--ft-button-small-icon-size","",r.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","",a.backgroundActionPrimary),primaryColor:e.extend("--ft-button-primary-color","",a.contentGlobalOnColor),primaryIconColor:e.extend("--ft-button-primary-icon-color","",a.contentGlobalOnColor),primaryStateLayerColor:e.extend("--ft-button-primary-state-layer-color","",a.contentGlobalOnColor),primaryHoverStateLayerOpacity:e.extend("--ft-button-primary-hover-state-layer-opacity","",r.opacity16),primaryFocusStateLayerOpacity:e.extend("--ft-button-primary-focus-state-layer-opacity","",r.opacity16),primaryActiveStateLayerOpacity:e.extend("--ft-button-primary-active-state-layer-opacity","",r.opacity24),primaryDisabledComponentOpacity:e.extend("--ft-button-primary-disabled-component-opacity","",r.opacity40),focusFocusRingColor:e.extend("--ft-button-focus-focus-ring-color","",a.borderActionFocusRing),tertiaryBackgroundColor:e.create("--ft-button-tertiary-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryColor:e.extend("--ft-button-tertiary-color","",a.contentActionPrimary),tertiaryIconColor:e.extend("--ft-button-tertiary-icon-color","",a.contentActionPrimary),tertiaryStateLayerColor:e.extend("--ft-button-tertiary-state-layer-color","",a.contentActionPrimary),tertiaryHoverStateLayerOpacity:e.extend("--ft-button-tertiary-hover-state-layer-opacity","",r.opacity8),tertiaryFocusStateLayerOpacity:e.extend("--ft-button-tertiary-focus-state-layer-opacity","",r.opacity8),tertiaryActiveStateLayerOpacity:e.extend("--ft-button-tertiary-active-state-layer-opacity","",r.opacity16),tertiaryDisabledComponentOpacity:e.extend("--ft-button-tertiary-disabled-component-opacity","",r.opacity40),secondaryBackgroundColor:e.create("--ft-button-secondary-background-color","","COLOR","rgba(0,0,0,0)"),secondaryColor:e.extend("--ft-button-secondary-color","",a.contentActionPrimary),secondaryIconColor:e.extend("--ft-button-secondary-icon-color","",a.contentActionPrimary),secondaryStateLayerColor:e.extend("--ft-button-secondary-state-layer-color","",a.contentActionPrimary),secondaryHoverStateLayerOpacity:e.extend("--ft-button-secondary-hover-state-layer-opacity","",r.opacity8),secondaryFocusStateLayerOpacity:e.extend("--ft-button-secondary-focus-state-layer-opacity","",r.opacity8),secondaryActiveStateLayerOpacity:e.extend("--ft-button-secondary-active-state-layer-opacity","",r.opacity16),secondaryDisabledComponentOpacity:e.extend("--ft-button-secondary-disabled-component-opacity","",r.opacity40),secondaryBorderColor:e.extend("--ft-button-secondary-border-color","",a.borderActionPrimary),neutralBackgroundColor:e.create("--ft-button-neutral-background-color","","COLOR","rgba(0,0,0,0)"),neutralIconColor:e.extend("--ft-button-neutral-icon-color","",a.contentGlobalSecondary),neutralColor:e.extend("--ft-button-neutral-color","",a.contentGlobalSecondary),neutralStateLayerColor:e.extend("--ft-button-neutral-state-layer-color","",a.contentGlobalSecondary),neutralHoverStateLayerOpacity:e.extend("--ft-button-neutral-hover-state-layer-opacity","",r.opacity8),neutralFocusStateLayerOpacity:e.extend("--ft-button-neutral-focus-state-layer-opacity","",r.opacity8),neutralActiveStateLayerOpacity:e.extend("--ft-button-neutral-active-state-layer-opacity","",r.opacity16),neutralDisabledComponentOpacity:e.extend("--ft-button-neutral-disabled-component-opacity","",r.opacity40)};var On={iconSize:e.extend("--ft-banner-icon-size","",r.iconSize5),borderWidth:e.create("--ft-banner-border-width","","SIZE","1px"),horizontalPadding:e.extend("--ft-banner-horizontal-padding","",r.spacing6),verticalPadding:e.extend("--ft-banner-vertical-padding","",r.spacing6),horizontalSideGap:e.extend("--ft-banner-horizontal-side-gap","",r.spacing6),horizontalMobileGap:e.extend("--ft-banner-horizontal-mobile-gap","",r.spacing4),verticalMobileGap:e.extend("--ft-banner-vertical-mobile-gap","",r.spacing6),horizontalMiddleGap:e.extend("--ft-banner-horizontal-middle-gap","",r.spacing20),infoBackgroundColor:e.extend("--ft-banner-info-background-color","",a.backgroundInfoSubtle),infoColor:e.extend("--ft-banner-info-color","",a.contentInfoPrimary),infoIconColor:e.extend("--ft-banner-info-icon-color","",a.contentInfoIconOnly)};var vn={horizontalGap:e.extend("--ft-breadcrumb-horizontal-gap","",r.spacing1),verticalGap:e.extend("--ft-breadcrumb-vertical-gap","",r.spacing2),currentElementColor:e.extend("--ft-breadcrumb-current-element-color","",a.contentGlobalPrimary),iconColor:e.extend("--ft-breadcrumb-icon-color","",a.contentGlobalSubtle)};var Un={horizontalPadding:e.extend("--ft-page-header-horizontal-padding","",r.spacing12),horizontalGap:e.extend("--ft-page-header-horizontal-gap","",r.spacing4),verticalGap:e.extend("--ft-page-header-vertical-gap","",r.spacing2),classicVerticalPadding:e.extend("--ft-page-header-classic-vertical-padding","",r.spacing6),multilineVerticalPadding:e.extend("--ft-page-header-multiline-vertical-padding","",r.spacing4),inlineVerticalPadding:e.extend("--ft-page-header-inline-vertical-padding","",r.spacing2),backgroundColor:e.extend("--ft-page-header-background-color","",r.colorWhite),bottomBorderColor:e.extend("--ft-page-header-bottom-border-color","",a.borderGlobalSubtle),titleColor:e.extend("--ft-page-header-title-color","",a.contentGlobalPrimary),subtitleColor:e.extend("--ft-page-header-subtitle-color","",a.contentGlobalSecondary)};var Bn={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","",r.colorGray700),overlayOpacity:e.extend("--ft-modal-overlay-opacity","",r.opacity40),shadow:e.extend("--ft-modal-shadow","",r.shadowElevation03),bodyBackgroundColor:e.extend("--ft-modal-body-background-color","",r.colorWhite),bodyColor:e.extend("--ft-modal-body-color","",a.contentGlobalPrimary),bodyHorizontalPadding:e.extend("--ft-modal-body-horizontal-padding","",r.spacing6),bodyVerticalPadding:e.extend("--ft-modal-body-vertical-padding","",r.spacing6),bodyVerticalGap:e.extend("--ft-modal-body-vertical-gap","",r.spacing6),containerMargin:e.extend("--ft-modal-container-margin","",r.spacing3),headerBackgroundColor:e.extend("--ft-modal-header-background-color","",a.backgroundGlobalOnSurface),headerBorderColor:e.extend("--ft-modal-header-border-color","",a.borderGlobalSubtle),headerColor:e.extend("--ft-modal-header-color","",a.contentGlobalPrimary),headerTrailingIconColor:e.extend("--ft-modal-header-trailing-icon-color","",a.contentGlobalSecondary),headerVerticalPadding:e.extend("--ft-modal-header-vertical-padding","",r.spacing1),headerRightPadding:e.extend("--ft-modal-header-right-padding","",r.spacing1),headerLeftPadding:e.extend("--ft-modal-header-left-padding","",r.spacing6),headerGap:e.extend("--ft-modal-header-gap","",r.spacing2),headerBorderBottom:e.create("--ft-modal-header-border-bottom","","SIZE","1px"),borderRadius:e.extend("--ft-modal-border-radius","",r.borderRadiusM)};var Hn={overlayOpacity:e.extend("--ft-drawer-overlay-opacity","",r.opacity40),shadow:e.extend("--ft-drawer-shadow","",r.shadowElevation03),bodyColor:e.extend("--ft-drawer-body-color","",a.contentGlobalPrimary),bodyHorizontalPadding:e.extend("--ft-drawer-body-horizontal-padding","",r.spacing6),bodyVerticalPadding:e.extend("--ft-drawer-body-vertical-padding","",r.spacing6),bodyGap:e.extend("--ft-drawer-body-gap","",r.spacing6),bodyBackgroundColor:e.extend("--ft-drawer-body-background-color","",r.colorWhite),headerBackgroundColor:e.extend("--ft-drawer-header-background-color","",a.backgroundGlobalOnSurface),headerBorderColor:e.extend("--ft-drawer-header-border-color","",a.borderGlobalSubtle),headerColor:e.extend("--ft-drawer-header-color","",a.contentGlobalPrimary),headerTrailingIconColor:e.extend("--ft-drawer-header-trailing-icon-color","",a.contentGlobalSecondary),headerHeight:e.create("--ft-drawer-header-height","","SIZE","50px"),headerHorizontalPadding:e.extend("--ft-drawer-header-horizontal-padding","",r.spacing2),headerBorderWidth:e.create("--ft-drawer-header-border-width","","SIZE","1px"),headerGap:e.extend("--ft-drawer-header-gap","",r.spacing3),buttonsBarBackgroundColor:e.extend("--ft-drawer-buttons-bar-background-color","",a.backgroundGlobalOnSurface),buttonsBarBorderColor:e.extend("--ft-drawer-buttons-bar-border-color","",a.borderGlobalSubtle),buttonsBarColor:e.extend("--ft-drawer-buttons-bar-color","",a.contentGlobalPrimary),buttonsBarHorizontalPadding:e.extend("--ft-drawer-buttons-bar-horizontal-padding","",r.spacing4),buttonsBarVerticalPadding:e.extend("--ft-drawer-buttons-bar-vertical-padding","",r.spacing4),buttonsBarGap:e.extend("--ft-drawer-buttons-bar-gap","",r.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","",r.colorGray700)};var Zn={fieldHorizontalPadding:e.extend("--ft-text-input-field-horizontal-padding","",r.spacing4),fieldHorizontalGap:e.extend("--ft-text-input-field-horizontal-gap","",r.spacing3),fieldVerticalGap:e.extend("--ft-text-input-field-vertical-gap","",r.spacing05),fieldIconSize:e.extend("--ft-text-input-field-icon-size","",r.iconSize3),fieldHeight:e.create("--ft-text-input-field-height","","SIZE","50px"),helperHorizontalPadding:e.extend("--ft-text-input-helper-horizontal-padding","",r.spacing4),helperHorizontalGap:e.extend("--ft-text-input-helper-horizontal-gap","",r.spacing1),helperIconSize:e.extend("--ft-text-input-helper-icon-size","",r.iconSize2),borderRadius:e.extend("--ft-text-input-border-radius","",r.borderRadiusM),backgroundColor:e.extend("--ft-text-input-background-color","",r.colorWhite),contentValueColor:e.extend("--ft-text-input-content-value-color","",a.contentGlobalPrimary),trailingIconColor:e.extend("--ft-text-input-trailing-icon-color","",a.contentGlobalSubtle),labelColor:e.extend("--ft-text-input-label-color","",a.contentGlobalSubtle),defaultBorderColor:e.extend("--ft-text-input-default-border-color","",a.borderInputPrimary),defaultHelperTextColor:e.extend("--ft-text-input-default-helper-text-color","",a.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","",a.borderErrorPrimary),errorHelperTextColor:e.extend("--ft-text-input-error-helper-text-color","",a.contentErrorPrimary),errorHelperIconColor:e.extend("--ft-text-input-error-helper-icon-color","",a.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","",a.borderActionFocusRing),focusOutlineOffset:e.create("--ft-text-input-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:e.extend("--ft-text-input-disabled-component-opacity","",r.opacity40)};var Qn={backgroundColor:e.extend("--ft-text-area-background-color","",r.colorWhite),contentValueColor:e.extend("--ft-text-area-content-value-color","",a.contentGlobalPrimary),labelColor:e.extend("--ft-text-area-label-color","",a.contentGlobalSubtle),defaultBorderColor:e.extend("--ft-text-area-default-border-color","",a.borderInputPrimary),defaultHelperTextColor:e.extend("--ft-text-area-default-helper-text-color","",a.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","",a.borderErrorPrimary),errorHelperTextColor:e.extend("--ft-text-area-error-helper-text-color","",a.contentErrorPrimary),errorHelperIconColor:e.extend("--ft-text-area-error-helper-icon-color","",a.contentErrorIconOnly),focusFocusRingColor:e.extend("--ft-text-area-focus-focus-ring-color","",a.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","",r.opacity40),fieldHorizontalLeftPadding:e.extend("--ft-text-area-field-horizontal-left-padding","",r.spacing4),fieldHorizontalGap:e.extend("--ft-text-area-field-horizontal-gap","",r.spacing3),fieldVerticalGap:e.extend("--ft-text-area-field-vertical-gap","",r.spacing05),fieldMinHeight:e.create("--ft-text-area-field-min-height","","SIZE","64px"),helperHorizontalPadding:e.extend("--ft-text-area-helper-horizontal-padding","",r.spacing4),helperHorizontalGap:e.extend("--ft-text-area-helper-horizontal-gap","",r.spacing1),helperIconSize:e.extend("--ft-text-area-helper-icon-size","",r.iconSize2),borderRadius:e.extend("--ft-text-area-border-radius","",r.borderRadiusM)};var ri={height:e.create("--ft-floating-menu-height","","SIZE","50px"),horizontalPadding:e.extend("--ft-floating-menu-horizontal-padding","",r.spacing4),offIconColor:e.extend("--ft-floating-menu-off-icon-color","",a.contentGlobalPrimary),offColor:e.extend("--ft-floating-menu-off-color","",a.contentGlobalPrimary),onColor:e.extend("--ft-floating-menu-on-color","",a.contentActionPrimary),onStateLayerColor:e.extend("--ft-floating-menu-on-state-layer-color","",a.contentActionPrimary),gap:e.extend("--ft-floating-menu-gap","",r.spacing3),focusFocusRingColor:e.extend("--ft-floating-menu-focus-focus-ring-color","",a.borderActionFocusRing),focusOutlineWidth:e.create("--ft-floating-menu-focus-outline-width","","SIZE","3px"),focusStateLayerOpacity:e.extend("--ft-floating-menu-focus-state-layer-opacity","",r.opacity8),hoverStateLayerOpacity:e.extend("--ft-floating-menu-hover-state-layer-opacity","",r.opacity8),activeStateLayerOpacity:e.extend("--ft-floating-menu-active-state-layer-opacity","",r.opacity16),disabledComponentOpacity:e.extend("--ft-floating-menu-disabled-component-opacity","",r.opacity40),iconSize:e.extend("--ft-floating-menu-icon-size","",r.iconSize3),backgroundColor:e.extend("--ft-floating-menu-background-color","",a.backgroundGlobalOnSurface)};var ci={fieldHorizontalPadding:e.extend("--ft-combobox-single-select-field-horizontal-padding","",r.spacing4),fieldHorizontalGap:e.extend("--ft-combobox-single-select-field-horizontal-gap","",r.spacing3),fieldVerticalGap:e.extend("--ft-combobox-single-select-field-vertical-gap","",r.spacing05),fieldIconSize:e.extend("--ft-combobox-single-select-field-icon-size","",r.iconSize3),fieldHeight:e.create("--ft-combobox-single-select-field-height","","SIZE","50px"),helperHorizontalPadding:e.extend("--ft-combobox-single-select-helper-horizontal-padding","",r.spacing4),helperHorizontalGap:e.extend("--ft-combobox-single-select-helper-horizontal-gap","",r.spacing1),helperVerticalGap:e.extend("--ft-combobox-single-select-helper-vertical-gap","",r.spacing1),helperIconSize:e.extend("--ft-combobox-single-select-helper-icon-size","",r.iconSize2),menuVerticalGap:e.extend("--ft-combobox-single-select-menu-vertical-gap","",r.spacing2),borderRadius:e.extend("--ft-combobox-single-select-border-radius","",r.borderRadiusM),backgroundColor:e.extend("--ft-combobox-single-select-background-color","",r.colorWhite),labelColor:e.extend("--ft-combobox-single-select-label-color","",a.contentGlobalSubtle),contentValueColor:e.extend("--ft-combobox-single-select-content-value-color","",a.contentGlobalPrimary),trailingIconColor:e.extend("--ft-combobox-single-select-trailing-icon-color","",a.contentGlobalSubtle),defaultBorderColor:e.extend("--ft-combobox-single-select-default-border-color","",a.borderInputPrimary),defaultHelperTextColor:e.extend("--ft-combobox-single-select-default-helper-text-color","",a.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","",a.borderErrorPrimary),errorHelperTextColor:e.extend("--ft-combobox-single-select-error-helper-text-color","",a.contentErrorPrimary),warningBorderWidth:e.create("--ft-combobox-single-select-warning-border-width","","SIZE","2px"),warningBorderColor:e.extend("--ft-combobox-single-select-warning-border-color","",a.borderWarningPrimary),warningHelperTextColor:e.extend("--ft-combobox-single-select-warning-helper-text-color","",a.contentWarningPrimary),warningHelperIconColor:e.extend("--ft-combobox-single-select-warning-helper-icon-color","",a.contentWarningIconOnly),focusOutlineWidth:e.create("--ft-combobox-single-select-focus-outline-width","","SIZE","2px"),focusFocusRingColor:e.extend("--ft-combobox-single-select-focus-focus-ring-color","",a.borderActionFocusRing),focusOutlineOffset:e.create("--ft-combobox-single-select-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:e.extend("--ft-combobox-single-select-disabled-component-opacity","",r.opacity40)};var fi={backgroundColor:e.extend("--ft-combobox-multi-select-background-color","",r.colorWhite),labelColor:e.extend("--ft-combobox-multi-select-label-color","",a.contentGlobalSubtle),trailingIconColor:e.extend("--ft-combobox-multi-select-trailing-icon-color","",a.contentGlobalSubtle),defaultBorderColor:e.extend("--ft-combobox-multi-select-default-border-color","",a.borderInputPrimary),defaultHelperTextColor:e.extend("--ft-combobox-multi-select-default-helper-text-color","",a.contentGlobalSubtle),defaultBorderWidth:e.create("--ft-combobox-multi-select-default-border-width","","SIZE","1px"),errorBorderColor:e.extend("--ft-combobox-multi-select-error-border-color","",a.borderErrorPrimary),errorHelperTextColor:e.extend("--ft-combobox-multi-select-error-helper-text-color","",a.contentErrorPrimary),errorHelperIcon:e.extend("--ft-combobox-multi-select-error-helper-icon","",a.contentErrorIconOnly),errorBorderWidth:e.create("--ft-combobox-multi-select-error-border-width","","SIZE","2px"),warningBorderColor:e.extend("--ft-combobox-multi-select-warning-border-color","",a.borderWarningPrimary),warningHelperTextColor:e.extend("--ft-combobox-multi-select-warning-helper-text-color","",a.contentWarningPrimary),warningHelperIconColor:e.extend("--ft-combobox-multi-select-warning-helper-icon-color","",a.contentWarningIconOnly),warningBorderWidth:e.create("--ft-combobox-multi-select-warning-border-width","","SIZE","2px"),focusFocusRingColor:e.extend("--ft-combobox-multi-select-focus-focus-ring-color","",a.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","",r.opacity40),helperHorizontalPadding:e.extend("--ft-combobox-multi-select-helper-horizontal-padding","",r.spacing4),helperHorizontalGap:e.extend("--ft-combobox-multi-select-helper-horizontal-gap","",r.spacing1),helperVerticalGap:e.extend("--ft-combobox-multi-select-helper-vertical-gap","",r.spacing1),helperIconSize:e.extend("--ft-combobox-multi-select-helper-icon-size","",r.iconSize2),fieldHorizontalPadding:e.extend("--ft-combobox-multi-select-field-horizontal-padding","",r.spacing4),fieldHorizontalGap:e.extend("--ft-combobox-multi-select-field-horizontal-gap","",r.spacing3),fieldVerticalGap:e.extend("--ft-combobox-multi-select-field-vertical-gap","",r.spacing05),fieldIconSize:e.extend("--ft-combobox-multi-select-field-icon-size","",r.iconSize3),fieldMaxHeight:e.create("--ft-combobox-multi-select-field-max-height","","SIZE","112px"),contentValuesHorizontalGap:e.extend("--ft-combobox-multi-select-content-values-horizontal-gap","",r.spacing1),contentValuesVerticalGap:e.extend("--ft-combobox-multi-select-content-values-vertical-gap","",r.spacing1),borderRadius:e.extend("--ft-combobox-multi-select-border-radius","",r.borderRadiusM)};var mi={backgroundColor:e.extend("--ft-popover-background-color","",a.backgroundGlobalOnSurface),horizontalPadding:e.extend("--ft-popover-horizontal-padding","",r.spacing6),verticalPadding:e.extend("--ft-popover-vertical-padding","",r.spacing6),iconColor:e.extend("--ft-popover-icon-color","",a.contentGlobalSecondary),iconSize:e.extend("--ft-popover-icon-size","",r.iconSize2),titleColor:e.extend("--ft-popover-title-color","",a.contentGlobalPrimary),bodyColor:e.extend("--ft-popover-body-color","",a.contentGlobalSecondary),linkColor:e.extend("--ft-popover-link-color","",a.contentActionPrimary),gap:e.extend("--ft-popover-gap","",r.spacing3),borderRadius:e.extend("--ft-popover-border-radius","",r.borderRadiusM),shadow:e.extend("--ft-popover-shadow","",r.shadowElevation02)};var Ci={topLeftBorderRadius:e.extend("--ft-tabs-top-left-border-radius","",r.borderRadiusS),topRightBorderRadius:e.extend("--ft-tabs-top-right-border-radius","",r.borderRadiusS),labelHorizontalPadding:e.extend("--ft-tabs-label-horizontal-padding","",r.spacing4),labelVerticalPadding:e.extend("--ft-tabs-label-vertical-padding","",r.spacing3),labelGap:e.extend("--ft-tabs-label-gap","",r.spacing1),offHoverStateLayerOpacity:e.extend("--ft-tabs-off-hover-state-layer-opacity","",r.opacity8),offFocusStateLayerOpacity:e.extend("--ft-tabs-off-focus-state-layer-opacity","",r.opacity8),offActiveStateLayerOpacity:e.extend("--ft-tabs-off-active-state-layer-opacity","",r.opacity16),offDisabledComponentOpacity:e.extend("--ft-tabs-off-disabled-component-opacity","",r.opacity40),offColor:e.extend("--ft-tabs-off-color","",a.contentGlobalSubtle),offStateLayerColor:e.extend("--ft-tabs-off-state-layer-color","",a.contentGlobalSubtle),onHoverStateLayerOpacity:e.extend("--ft-tabs-on-hover-state-layer-opacity","",r.opacity8),onFocusStateLayerOpacity:e.extend("--ft-tabs-on-focus-state-layer-opacity","",r.opacity8),onActiveStateLayerOpacity:e.extend("--ft-tabs-on-active-state-layer-opacity","",r.opacity16),onDisabledComponentOpacity:e.extend("--ft-tabs-on-disabled-component-opacity","",r.opacity40),onColor:e.extend("--ft-tabs-on-color","",a.contentActionPrimary),onStateLayerColor:e.extend("--ft-tabs-on-state-layer-color","",a.contentActionPrimary),iconHorizontalPadding:e.extend("--ft-tabs-icon-horizontal-padding","",r.spacing1),iconVerticalPadding:e.extend("--ft-tabs-icon-vertical-padding","",r.spacing4),focusOutlineWidth:e.create("--ft-tabs-focus-outline-width","","SIZE","2px"),focusFocusRingColor:e.extend("--ft-tabs-focus-focus-ring-color","",a.borderActionFocusRing)};var Ii={hoverStateLayerOpacity:e.extend("--ft-collapsible-hover-state-layer-opacity","",r.opacity8),focusStateLayerOpacity:e.extend("--ft-collapsible-focus-state-layer-opacity","",r.opacity8),focusOutlineWidth:e.create("--ft-collapsible-focus-outline-width","","SIZE","3px"),focusFocusRingColor:e.extend("--ft-collapsible-focus-focus-ring-color","",a.borderActionFocusRing),activeStateLayerOpacity:e.extend("--ft-collapsible-active-state-layer-opacity","",r.opacity16),disabledComponentOpacity:e.extend("--ft-collapsible-disabled-component-opacity","",r.opacity40),horizontalPadding:e.extend("--ft-collapsible-horizontal-padding","",r.spacing4),verticalPadding:e.extend("--ft-collapsible-vertical-padding","",r.spacing3),color:e.extend("--ft-collapsible-color","",a.contentGlobalPrimary),stateLayerColor:e.extend("--ft-collapsible-state-layer-color","",a.contentGlobalPrimary),backgroundColor:e.extend("--ft-collapsible-background-color","",a.backgroundGlobalOnSurface),borderColor:e.extend("--ft-collapsible-border-color","",a.borderGlobalSubtle),iconSize:e.extend("--ft-collapsible-icon-size","",r.iconSize3)};var Fi={groupHorizontalPadding:e.extend("--ft-switch-group-horizontal-padding","",r.spacing1),groupVerticalPadding:e.extend("--ft-switch-group-vertical-padding","",r.spacing1),groupGap:e.extend("--ft-switch-group-gap","",r.spacing1),groupBackgroundColor:e.extend("--ft-switch-group-background-color","",a.backgroundGlobalSurface),groupBorderColor:e.extend("--ft-switch-group-border-color","",a.borderGlobalSubtle),groupBorderRadius:e.create("--ft-switch-group-border-radius","","SIZE","6px"),labelHorizontalPadding:e.extend("--ft-switch-label-horizontal-padding","",r.spacing2),labelVerticalPadding:e.extend("--ft-switch-label-vertical-padding","",r.spacing1),offHoverStateLayerOpacity:e.extend("--ft-switch-off-hover-state-layer-opacity","",r.opacity8),offFocusStateLayerOpacity:e.extend("--ft-switch-off-focus-state-layer-opacity","",r.opacity8),offActiveStateLayerOpacity:e.extend("--ft-switch-off-active-state-layer-opacity","",r.opacity16),offDisabledComponentOpacity:e.extend("--ft-switch-off-disabled-component-opacity","",r.opacity40),offColor:e.extend("--ft-switch-off-color","",a.contentGlobalSubtle),offStateLayerColor:e.extend("--ft-switch-off-state-layer-color","",a.contentGlobalSubtle),onHoverStateLayerOpacity:e.extend("--ft-switch-on-hover-state-layer-opacity","",r.opacity8),onFocusStateLayerOpacity:e.extend("--ft-switch-on-focus-state-layer-opacity","",r.opacity8),onActiveStateLayerOpacity:e.extend("--ft-switch-on-active-state-layer-opacity","",r.opacity16),onDisabledComponentOpacity:e.extend("--ft-switch-on-disabled-component-opacity","",r.opacity40),onColor:e.extend("--ft-switch-on-color","",a.contentActionPrimary),onStateLayerColor:e.extend("--ft-switch-on-state-layer-color","",a.contentActionPrimary),iconHorizontalPadding:e.extend("--ft-switch-icon-horizontal-padding","",r.spacing1),iconVerticalPadding:e.extend("--ft-switch-icon-vertical-padding","",r.spacing1),focusOutlineWidth:e.create("--ft-switch-focus-outline-width","","SIZE","2px"),focusFocusRingColor:e.extend("--ft-switch-focus-focus-ring-color","",a.borderActionFocusRing),optionBorderRadius:e.extend("--ft-switch-option-border-radius","",r.borderRadiusS)};var Bi={color1Light:e.extend("--ft-chart-1-light","for area color charts",r.colorBrand40),color1Base:e.extend("--ft-chart-1-base","for line charts",r.colorBrand0),color2Light:e.extend("--ft-chart-2-light","for area color charts",r.colorYellow60),color2Base:e.extend("--ft-chart-2-base","for line charts",r.colorYellow100),color3Light:e.extend("--ft-chart-3-light","",r.colorUltramarine40),color3Base:e.extend("--ft-chart-3-base","",r.colorUltramarine70),color4Light:e.extend("--ft-chart-4-light","",r.colorCyan50),color4Base:e.extend("--ft-chart-4-base","",r.colorCyan100),color5Light:e.extend("--ft-chart-5-light","",r.colorRed40),color5Base:e.extend("--ft-chart-5-base","",r.colorRed60),color6Light:e.extend("--ft-chart-6-light","",r.colorGreen40),color6Base:e.extend("--ft-chart-6-base","",r.colorGreen70),color7Light:e.extend("--ft-chart-7-light","",r.colorOrange70),color7Base:e.extend("--ft-chart-7-base","",r.colorOrange100),color8Light:e.extend("--ft-chart-8-light","",r.colorAvocado70),color8Base:e.extend("--ft-chart-8-base","",r.colorAvocado200),color9Light:e.extend("--ft-chart-9-light","",r.colorBrown50),color9Base:e.extend("--ft-chart-9-base","",r.colorBrown200),color10Light:e.extend("--ft-chart-10-light","",r.colorGray50),color10Base:e.extend("--ft-chart-10-base","",r.colorGray80),monochrome10:e.extend("--ft-chart-monochrome-10","",r.colorBrand10),monochrome20:e.extend("--ft-chart-monochrome-20","",r.colorBrand20),monochrome30:e.extend("--ft-chart-monochrome-30","",r.colorBrand40),monochrome40:e.extend("--ft-chart-monochrome-40","",r.colorBrand60),monochrome50:e.extend("--ft-chart-monochrome-50","",r.colorBrand0),monochrome60:e.extend("--ft-chart-monochrome-60","",r.colorBrand200)};var Hi={largeHorizontalPadding:e.extend("--ft-chip-large-horizontal-padding","",r.spacing4),largeVerticalPadding:e.extend("--ft-chip-large-vertical-padding","",r.spacing2),largeGap:e.extend("--ft-chip-large-gap","",r.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","",r.borderRadiusPill),largeBorderWidth:e.create("--ft-chip-large-border-width","","SIZE","1px"),largeIconSize:e.extend("--ft-chip-large-icon-size","",r.iconSize3),mediumHorizontalPadding:e.extend("--ft-chip-medium-horizontal-padding","",r.spacing3),mediumVerticalPadding:e.extend("--ft-chip-medium-vertical-padding","",r.spacing1),mediumGap:e.extend("--ft-chip-medium-gap","",r.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","",r.borderRadiusPill),mediumBorderWidth:e.create("--ft-chip-medium-border-width","","SIZE","1px"),mediumIconSize:e.extend("--ft-chip-medium-icon-size","",r.iconSize2),smallHorizontalPadding:e.extend("--ft-chip-small-horizontal-padding","",r.spacing2),smallVerticalPadding:e.extend("--ft-chip-small-vertical-padding","",r.spacing05),smallGap:e.extend("--ft-chip-small-gap","",r.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","",r.borderRadiusPill),smallBorderWidth:e.create("--ft-chip-small-border-width","","SIZE","1px"),smallIconSize:e.extend("--ft-chip-small-icon-size","",r.iconSize1),neutralBackgroundColor:e.extend("--ft-chip-neutral-background-color","",a.backgroundGlobalOnSurface),neutralColor:e.extend("--ft-chip-neutral-color","",a.contentGlobalPrimary),neutralIconColor:e.extend("--ft-chip-neutral-icon-color","",a.contentGlobalPrimary),neutralBorderColor:e.extend("--ft-chip-neutral-border-color","",a.borderGlobalSubtle),infoBackgroundColor:e.extend("--ft-chip-info-background-color","",a.backgroundInfoSubtle),infoColor:e.extend("--ft-chip-info-color","",a.contentInfoPrimary),infoIconColor:e.extend("--ft-chip-info-icon-color","",a.contentInfoIconOnly),infoBorderColor:e.extend("--ft-chip-info-border-color","",a.borderInfoSubtle),successBackgroundColor:e.extend("--ft-chip-success-background-color","",a.backgroundSuccessSubtle),successColor:e.extend("--ft-chip-success-color","",a.contentSuccessPrimary),successIconColor:e.extend("--ft-chip-success-icon-color","",a.contentSuccessIconOnly),successBorderColor:e.extend("--ft-chip-success-border-color","",a.borderSuccessSubtle),warningBackgroundColor:e.extend("--ft-chip-warning-background-color","",a.backgroundWarningSubtle),warningColor:e.extend("--ft-chip-warning-color","",a.contentWarningPrimary),warningIconColor:e.extend("--ft-chip-warning-icon-color","",a.contentWarningIconOnly),warningBorderColor:e.extend("--ft-chip-warning-border-color","",a.borderWarningSubtle),errorBackgroundColor:e.extend("--ft-chip-error-background-color","",a.backgroundErrorSubtle),errorColor:e.extend("--ft-chip-error-color","",a.contentErrorPrimary),errorIconColor:e.extend("--ft-chip-error-icon-color","",a.contentErrorIconOnly),errorBorderColor:e.extend("--ft-chip-error-border-color","",a.borderErrorSubtle)};var Ki={infoBorderColor:e.extend("--ft-border-info-border-color","",a.borderInfoSubtle)};var Yi={borderWidth:e.create("--ft-notice-border-width","","SIZE","1px"),horizontalPadding:e.extend("--ft-notice-horizontal-padding","",r.spacing2),verticalPadding:e.extend("--ft-notice-vertical-padding","",r.spacing1),borderRadius:e.extend("--ft-notice-border-radius","",r.borderRadiusS),gap:e.extend("--ft-notice-gap","",r.spacing2),iconSize:e.extend("--ft-notice-icon-size","",r.iconSize3),infoBackgroundColor:e.extend("--ft-notice-info-background-color","",a.backgroundInfoSubtle),infoBorderColor:e.extend("--ft-notice-info-border-color","",a.borderInfoSubtle),infoColor:e.extend("--ft-notice-info-color","",a.contentInfoPrimary),infoIconColor:e.extend("--ft-notice-info-icon-color","",a.contentInfoIconOnly),warningBackgroundColor:e.extend("--ft-notice-warning-background-color","",a.backgroundWarningSubtle),warningBorderColor:e.extend("--ft-notice-warning-border-color","",a.borderWarningSubtle),warningColor:e.extend("--ft-notice-warning-color","",a.contentWarningPrimary),warningIconColor:e.extend("--ft-notice-warning-icon-color","",a.contentWarningIconOnly),errorBackgroundColor:e.extend("--ft-notice-error-background-color","",a.backgroundErrorSubtle),errorBorderColor:e.extend("--ft-notice-error-border-color","",a.borderErrorSubtle),errorColor:e.extend("--ft-notice-error-color","",a.contentErrorPrimary),errorIconColor:e.extend("--ft-notice-error-icon-color","",a.contentErrorIconOnly),successBackgroundColor:e.extend("--ft-notice-success-background-color","",a.backgroundSuccessSubtle),successBorderColor:e.extend("--ft-notice-success-border-color","",a.borderSuccessSubtle),successColor:e.extend("--ft-notice-success-color","",a.contentSuccessPrimary),successIconColor:e.extend("--ft-notice-success-icon-color","",a.contentSuccessIconOnly)};var tc={color:e.extend("--ft-checkbox-color","",a.contentGlobalPrimary),checkedBackgroundColor:e.extend("--ft-checkbox-checked-background-color","",a.contentActionPrimary),checkedStateLayerColor:e.extend("--ft-checkbox-checked-state-layer-color","",a.contentActionPrimary),checkedIconColor:e.extend("--ft-checkbox-checked-icon-color","",a.contentGlobalOnColor),checkedHoverStateLayerOpacity:e.extend("--ft-checkbox-checked-hover-state-layer-opacity","",r.opacity16),checkedFocusStateLayerOpacity:e.extend("--ft-checkbox-checked-focus-state-layer-opacity","",r.opacity16),checkedActiveStateLayerOpacity:e.extend("--ft-checkbox-checked-active-state-layer-opacity","",r.opacity24),checkedDisabledComponentOpacity:e.extend("--ft-checkbox-checked-disabled-component-opacity","",r.opacity40),uncheckedBorderColor:e.extend("--ft-checkbox-unchecked-border-color","",r.colorGray80),uncheckedStateLayerColor:e.extend("--ft-checkbox-unchecked-state-layer-color","",r.colorGray80),uncheckedHoverStateLayerOpacity:e.extend("--ft-checkbox-unchecked-hover-state-layer-opacity","",r.opacity16),uncheckedFocusStateLayerOpacity:e.extend("--ft-checkbox-unchecked-focus-state-layer-opacity","",r.opacity16),uncheckedActiveStateLayerOpacity:e.extend("--ft-checkbox-unchecked-active-state-layer-opacity","",r.opacity24),uncheckedDisabledComponentOpacity:e.extend("--ft-checkbox-unchecked-disabled-component-opacity","",r.opacity40),focusFocusRingColor:e.extend("--ft-checkbox-focus-focus-ring-color","",a.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","",r.spacing3)};var ic={offHoverStateLayerOpacity:e.extend("--ft-toggle-off-hover-state-layer-opacity","",r.opacity16),offFocusStateLayerOpacity:e.extend("--ft-toggle-off-focus-state-layer-opacity","",r.opacity16),offActiveStateLayerOpacity:e.extend("--ft-toggle-off-active-state-layer-opacity","",r.opacity24),offDisabledComponentOpacity:e.extend("--ft-toggle-off-disabled-component-opacity","",r.opacity40),offBackgroundColor:e.extend("--ft-toggle-off-background-color","",a.contentGlobalSubtle),offIconColor:e.extend("--ft-toggle-off-icon-color","",a.contentGlobalSubtle),offStateLayerColor:e.extend("--ft-toggle-off-state-layer-color","",a.contentGlobalSubtle),onHoverStateLayerOpacity:e.extend("--ft-toggle-on-hover-state-layer-opacity","",r.opacity16),onFocusStateLayerOpacity:e.extend("--ft-toggle-on-focus-state-layer-opacity","",r.opacity16),onActiveStateLayerOpacity:e.extend("--ft-toggle-on-active-state-layer-opacity","",r.opacity24),onDisabledComponentOpacity:e.extend("--ft-toggle-on-disabled-component-opacity","",r.opacity40),onBackgroundColor:e.extend("--ft-toggle-on-background-color","",a.contentActionPrimary),onStateLayerColor:e.extend("--ft-toggle-on-state-layer-color","",a.contentActionPrimary),onIconColor:e.extend("--ft-toggle-on-icon-color","",a.contentActionPrimary),color:e.extend("--ft-toggle-color","",a.contentGlobalPrimary),focusFocusRingColor:e.extend("--ft-toggle-focus-focus-ring-color","",a.borderActionFocusRing),gap:e.extend("--ft-toggle-gap","",r.spacing3)};var dc={color:e.extend("--ft-radio-color","",a.contentGlobalPrimary),selectedRadioColor:e.extend("--ft-radio-selected-radio-color","",a.contentActionPrimary),selectedStateLayerColor:e.extend("--ft-radio-selected-state-layer-color","",a.contentActionPrimary),selectedHoverStateLayerOpacity:e.extend("--ft-radio-selected-hover-state-layer-opacity","",r.opacity16),selectedFocusStateLayerOpacity:e.extend("--ft-radio-selected-focus-state-layer-opacity","",r.opacity16),selectedActiveStateLayerOpacity:e.extend("--ft-radio-selected-active-state-layer-opacity","",r.opacity24),selectedDisabledComponentOpacity:e.extend("--ft-radio-selected-disabled-component-opacity","",r.opacity40),unselectedStateLayerColor:e.extend("--ft-radio-unselected-state-layer-color","",a.borderInputPrimary),unselectedBorderColor:e.extend("--ft-radio-unselected-border-color","",a.borderInputPrimary),unselectedHoverStateLayerOpacity:e.extend("--ft-radio-unselected-hover-state-layer-opacity","",r.opacity16),unselectedFocusStateLayerOpacity:e.extend("--ft-radio-unselected-focus-state-layer-opacity","",r.opacity16),unselectedActiveStateLayerOpacity:e.extend("--ft-radio-unselected-active-state-layer-opacity","",r.opacity24),unselectedDisabledComponentOpacity:e.extend("--ft-radio-unselected-disabled-component-opacity","",r.opacity40),focusFocusRingColor:e.extend("--ft-radio-focus-focus-ring-color","",a.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","",r.spacing3)};var gc={iconSize:e.extend("--ft-notification-icon-size","",r.iconSize4),horizontalPadding:e.extend("--ft-notification-horizontal-padding","",r.spacing4),verticalPadding:e.extend("--ft-notification-vertical-padding","",r.spacing4),infoBackgroundColor:e.extend("--ft-notification-info-background-color","",a.backgroundInfoSubtle),infoColor:e.extend("--ft-notification-info-color","",a.contentInfoPrimary),infoIconColor:e.extend("--ft-notification-info-icon-color","",a.contentInfoIconOnly),infoBorderColor:e.extend("--ft-notification-info-border-color","",a.borderInfoSubtle),successBackgroundColor:e.extend("--ft-notification-success-background-color","",a.backgroundSuccessSubtle),successColor:e.extend("--ft-notification-success-color","",a.contentSuccessPrimary),successIconColor:e.extend("--ft-notification-success-icon-color","",a.contentSuccessIconOnly),successBorderColor:e.extend("--ft-notification-success-border-color","",a.borderSuccessSubtle),warningBackgroundColor:e.extend("--ft-notification-warning-background-color","",a.backgroundWarningSubtle),warningColor:e.extend("--ft-notification-warning-color","",a.contentWarningPrimary),warningIconColor:e.extend("--ft-notification-warning-icon-color","",a.contentWarningIconOnly),warningBorderColor:e.extend("--ft-notification-warning-border-color","",a.borderWarningSubtle),errorBackgroundColor:e.extend("--ft-notification-error-background-color","",a.backgroundErrorSubtle),errorColor:e.extend("--ft-notification-error-color","",a.contentErrorPrimary),errorIconColor:e.extend("--ft-notification-error-icon-color","",a.contentErrorIconOnly),errorBorderColor:e.extend("--ft-notification-error-border-color","",a.borderErrorSubtle),borderRadius:e.extend("--ft-notification-border-radius","",r.borderRadiusPill),borderWidth:e.create("--ft-notification-border-width","","SIZE","1px"),leadingGap:e.extend("--ft-notification-leading-gap","",r.spacing2),trailingGap:e.extend("--ft-notification-trailing-gap","",r.spacing8)};var Oc={horizontalPadding:e.extend("--ft-tooltip-horizontal-padding","",r.spacing2),verticalPadding:e.extend("--ft-tooltip-vertical-padding","",r.spacing2),borderRadius:e.extend("--ft-tooltip-border-radius","",r.borderRadiusS),color:e.extend("--ft-tooltip-color","",a.contentGlobalOnColor),backgroundColor:e.extend("--ft-tooltip-background-color","",a.contentGlobalPrimary),backgroundOpacity:e.extend("--ft-tooltip-background-opacity","",r.opacity80),shadow:e.extend("--ft-tooltip-shadow","",r.shadowElevation03),maxWidth:e.create("--ft-tooltip-max-width","","SIZE","256px"),gap:e.extend("--ft-tooltip-gap","",r.spacing05)};var Le=O(z());function Lr(o){let t=we[o];return Le.css`
13
+ .ft-typography--${(0,Le.unsafeCSS)(o)} {
14
+ font-family: ${t.fontFamily};
15
+ font-size: ${t.fontSize};
16
+ font-weight: ${t.fontWeight};
17
+ letter-spacing: ${t.letterSpacing};
18
+ line-height: ${t.lineHeight};
19
+ text-transform: ${t.textCase};
20
+ }
21
+ `}var Ur=f.FtCssVariableFactory.extend("--ft-typography-font-family","",f.designSystemVariables.titleFont),_=f.FtCssVariableFactory.extend("--ft-typography-font-family","",f.designSystemVariables.contentFont),h={fontFamily:_,fontSize:f.FtCssVariableFactory.create("--ft-typography-font-size","","SIZE","16px"),fontWeight:f.FtCssVariableFactory.create("--ft-typography-font-weight","","UNKNOWN","normal"),letterSpacing:f.FtCssVariableFactory.create("--ft-typography-letter-spacing","","SIZE","0.496px"),lineHeight:f.FtCssVariableFactory.create("--ft-typography-line-height","","NUMBER","1.5"),textTransform:f.FtCssVariableFactory.create("--ft-typography-text-transform","","UNKNOWN","inherit")},X={fontFamily:f.FtCssVariableFactory.extend("--ft-typography-title-font-family","",Ur),fontSize:f.FtCssVariableFactory.extend("--ft-typography-title-font-size","",h.fontSize,"20px"),fontWeight:f.FtCssVariableFactory.extend("--ft-typography-title-font-weight","",h.fontWeight,"normal"),letterSpacing:f.FtCssVariableFactory.extend("--ft-typography-title-letter-spacing","",h.letterSpacing,"0.15px"),lineHeight:f.FtCssVariableFactory.extend("--ft-typography-title-line-height","",h.lineHeight,"1.2"),textTransform:f.FtCssVariableFactory.extend("--ft-typography-title-text-transform","",h.textTransform,"inherit")},J={fontFamily:f.FtCssVariableFactory.extend("--ft-typography-title-dense-font-family","",Ur),fontSize:f.FtCssVariableFactory.extend("--ft-typography-title-dense-font-size","",h.fontSize,"14px"),fontWeight:f.FtCssVariableFactory.extend("--ft-typography-title-dense-font-weight","",h.fontWeight,"normal"),letterSpacing:f.FtCssVariableFactory.extend("--ft-typography-title-dense-letter-spacing","",h.letterSpacing,"0.105px"),lineHeight:f.FtCssVariableFactory.extend("--ft-typography-title-dense-line-height","",h.lineHeight,"1.7"),textTransform:f.FtCssVariableFactory.extend("--ft-typography-title-dense-text-transform","",h.textTransform,"inherit")},ee={fontFamily:f.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-family","",_),fontSize:f.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-size","",h.fontSize,"16px"),fontWeight:f.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-weight","",h.fontWeight,"600"),letterSpacing:f.FtCssVariableFactory.extend("--ft-typography-subtitle1-letter-spacing","",h.letterSpacing,"0.144px"),lineHeight:f.FtCssVariableFactory.extend("--ft-typography-subtitle1-line-height","",h.lineHeight,"1.5"),textTransform:f.FtCssVariableFactory.extend("--ft-typography-subtitle1-text-transform","",h.textTransform,"inherit")},te={fontFamily:f.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-family","",_),fontSize:f.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-size","",h.fontSize,"14px"),fontWeight:f.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-weight","",h.fontWeight,"normal"),letterSpacing:f.FtCssVariableFactory.extend("--ft-typography-subtitle2-letter-spacing","",h.letterSpacing,"0.098px"),lineHeight:f.FtCssVariableFactory.extend("--ft-typography-subtitle2-line-height","",h.lineHeight,"1.7"),textTransform:f.FtCssVariableFactory.extend("--ft-typography-subtitle2-text-transform","",h.textTransform,"inherit")},re={fontFamily:f.FtCssVariableFactory.extend("--ft-typography-body1-font-family","",_),fontSize:f.FtCssVariableFactory.extend("--ft-typography-body1-font-size","",h.fontSize,"16px"),fontWeight:f.FtCssVariableFactory.extend("--ft-typography-body1-font-weight","",h.fontWeight,"normal"),letterSpacing:f.FtCssVariableFactory.extend("--ft-typography-body1-letter-spacing","",h.letterSpacing,"0.496px"),lineHeight:f.FtCssVariableFactory.extend("--ft-typography-body1-line-height","",h.lineHeight,"1.5"),textTransform:f.FtCssVariableFactory.extend("--ft-typography-body1-text-transform","",h.textTransform,"inherit")},oe={fontFamily:f.FtCssVariableFactory.extend("--ft-typography-body2-font-family","",_),fontSize:f.FtCssVariableFactory.extend("--ft-typography-body2-font-size","",h.fontSize,"14px"),fontWeight:f.FtCssVariableFactory.extend("--ft-typography-body2-font-weight","",h.fontWeight,"normal"),letterSpacing:f.FtCssVariableFactory.extend("--ft-typography-body2-letter-spacing","",h.letterSpacing,"0.252px"),lineHeight:f.FtCssVariableFactory.extend("--ft-typography-body2-line-height","",h.lineHeight,"1.4"),textTransform:f.FtCssVariableFactory.extend("--ft-typography-body2-text-transform","",h.textTransform,"inherit")},ae={fontFamily:f.FtCssVariableFactory.extend("--ft-typography-caption-font-family","",_),fontSize:f.FtCssVariableFactory.extend("--ft-typography-caption-font-size","",h.fontSize,"12px"),fontWeight:f.FtCssVariableFactory.extend("--ft-typography-caption-font-weight","",h.fontWeight,"normal"),letterSpacing:f.FtCssVariableFactory.extend("--ft-typography-caption-letter-spacing","",h.letterSpacing,"0.396px"),lineHeight:f.FtCssVariableFactory.extend("--ft-typography-caption-line-height","",h.lineHeight,"1.33"),textTransform:f.FtCssVariableFactory.extend("--ft-typography-caption-text-transform","",h.textTransform,"inherit")},ne={fontFamily:f.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-family","",_),fontSize:f.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-size","",h.fontSize,"10px"),fontWeight:f.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-weight","",h.fontWeight,"normal"),letterSpacing:f.FtCssVariableFactory.extend("--ft-typography-breadcrumb-letter-spacing","",h.letterSpacing,"0.33px"),lineHeight:f.FtCssVariableFactory.extend("--ft-typography-breadcrumb-line-height","",h.lineHeight,"1.6"),textTransform:f.FtCssVariableFactory.extend("--ft-typography-breadcrumb-text-transform","",h.textTransform,"inherit")},ie={fontFamily:f.FtCssVariableFactory.extend("--ft-typography-overline-font-family","",_),fontSize:f.FtCssVariableFactory.extend("--ft-typography-overline-font-size","",h.fontSize,"10px"),fontWeight:f.FtCssVariableFactory.extend("--ft-typography-overline-font-weight","",h.fontWeight,"normal"),letterSpacing:f.FtCssVariableFactory.extend("--ft-typography-overline-letter-spacing","",h.letterSpacing,"1.5px"),lineHeight:f.FtCssVariableFactory.extend("--ft-typography-overline-line-height","",h.lineHeight,"1.6"),textTransform:f.FtCssVariableFactory.extend("--ft-typography-overline-text-transform","",h.textTransform,"uppercase")},ce={fontFamily:f.FtCssVariableFactory.extend("--ft-typography-button-font-family","",_),fontSize:f.FtCssVariableFactory.extend("--ft-typography-button-font-size","",h.fontSize,"14px"),fontWeight:f.FtCssVariableFactory.extend("--ft-typography-button-font-weight","",h.fontWeight,"600"),letterSpacing:f.FtCssVariableFactory.extend("--ft-typography-button-letter-spacing","",h.letterSpacing,"1.246px"),lineHeight:f.FtCssVariableFactory.extend("--ft-typography-button-line-height","",h.lineHeight,"1.15"),textTransform:f.FtCssVariableFactory.extend("--ft-typography-button-text-transform","",h.textTransform,"uppercase")},Fr=F.css`
21
22
  .ft-typography--title {
22
- font-family: ${_t};
23
- font-size: ${Gt};
24
- font-weight: ${Mt};
25
- letter-spacing: ${jt};
26
- line-height: ${Yt};
27
- text-transform: ${Vt};
23
+ font-family: ${X.fontFamily};
24
+ font-size: ${X.fontSize};
25
+ font-weight: ${X.fontWeight};
26
+ letter-spacing: ${X.letterSpacing};
27
+ line-height: ${X.lineHeight};
28
+ text-transform: ${X.textTransform};
28
29
  }
29
- `,Jo=e.css`
30
+ `,Tr=F.css`
30
31
  .ft-typography--title-dense {
31
- font-family: ${Xt};
32
- font-size: ${qt};
33
- font-weight: ${Jt};
34
- letter-spacing: ${Qt};
35
- line-height: ${to};
36
- text-transform: ${oo};
32
+ font-family: ${J.fontFamily};
33
+ font-size: ${J.fontSize};
34
+ font-weight: ${J.fontWeight};
35
+ letter-spacing: ${J.letterSpacing};
36
+ line-height: ${J.lineHeight};
37
+ text-transform: ${J.textTransform};
37
38
  }
38
- `,Qo=e.css`
39
+ `,kr=F.css`
39
40
  .ft-typography--subtitle1 {
40
- font-family: ${eo};
41
- font-size: ${ro};
42
- font-weight: ${ao};
43
- letter-spacing: ${io};
44
- line-height: ${no};
45
- text-transform: ${lo};
41
+ font-family: ${ee.fontFamily};
42
+ font-size: ${ee.fontSize};
43
+ font-weight: ${ee.fontWeight};
44
+ letter-spacing: ${ee.letterSpacing};
45
+ line-height: ${ee.lineHeight};
46
+ text-transform: ${ee.textTransform};
46
47
  }
47
- `,te=e.css`
48
+ `,Pr=F.css`
48
49
  .ft-typography--subtitle2 {
49
- font-family: ${co};
50
- font-size: ${po};
51
- font-weight: ${fo};
52
- letter-spacing: ${so};
53
- line-height: ${ho};
54
- text-transform: ${go};
50
+ font-family: ${te.fontFamily};
51
+ font-size: ${te.fontSize};
52
+ font-weight: ${te.fontWeight};
53
+ letter-spacing: ${te.letterSpacing};
54
+ line-height: ${te.lineHeight};
55
+ text-transform: ${te.textTransform};
55
56
  }
56
57
 
57
- `,oe=e.css`
58
+ `,Br=F.css`
58
59
  .ft-typography--body1 {
59
- font-family: ${yo};
60
- font-size: ${bo};
61
- font-weight: ${uo};
62
- letter-spacing: ${mo};
63
- line-height: ${Oo};
64
- text-transform: ${No};
60
+ font-family: ${re.fontFamily};
61
+ font-size: ${re.fontSize};
62
+ font-weight: ${re.fontWeight};
63
+ letter-spacing: ${re.letterSpacing};
64
+ line-height: ${re.lineHeight};
65
+ text-transform: ${re.textTransform};
65
66
  }
66
- `,ee=e.css`
67
+ `,Wr=F.css`
67
68
  .ft-typography--body2 {
68
- font-family: ${xo};
69
- font-size: ${So};
70
- font-weight: ${wo};
71
- letter-spacing: ${Eo};
72
- line-height: ${vo};
73
- text-transform: ${Io};
69
+ font-family: ${oe.fontFamily};
70
+ font-size: ${oe.fontSize};
71
+ font-weight: ${oe.fontWeight};
72
+ letter-spacing: ${oe.letterSpacing};
73
+ line-height: ${oe.lineHeight};
74
+ text-transform: ${oe.textTransform};
74
75
  }
75
- `,re=e.css`
76
+ `,_r=F.css`
76
77
  .ft-typography--caption {
77
- font-family: ${Co};
78
- font-size: ${Uo};
79
- font-weight: ${Ro};
80
- letter-spacing: ${Wo};
81
- line-height: ${Lo};
82
- text-transform: ${Zo};
78
+ font-family: ${ae.fontFamily};
79
+ font-size: ${ae.fontSize};
80
+ font-weight: ${ae.fontWeight};
81
+ letter-spacing: ${ae.letterSpacing};
82
+ line-height: ${ae.lineHeight};
83
+ text-transform: ${ae.textTransform};
83
84
  }
84
- `,ae=e.css`
85
+ `,Dr=F.css`
85
86
  .ft-typography--breadcrumb {
86
- font-family: ${Ko};
87
- font-size: ${zo};
88
- font-weight: ${Ao};
89
- letter-spacing: ${Do};
90
- line-height: ${ko};
91
- text-transform: ${$o};
87
+ font-family: ${ne.fontFamily};
88
+ font-size: ${ne.fontSize};
89
+ font-weight: ${ne.fontWeight};
90
+ letter-spacing: ${ne.letterSpacing};
91
+ line-height: ${ne.lineHeight};
92
+ text-transform: ${ne.textTransform};
92
93
  }
93
- `,ie=e.css`
94
+ `,zr=F.css`
94
95
  .ft-typography--overline {
95
- font-family: ${Fo};
96
- font-size: ${Bo};
97
- font-weight: ${Ho};
98
- letter-spacing: ${To};
99
- line-height: ${Po};
100
- text-transform: ${_o};
96
+ font-family: ${ie.fontFamily};
97
+ font-size: ${ie.fontSize};
98
+ font-weight: ${ie.fontWeight};
99
+ letter-spacing: ${ie.letterSpacing};
100
+ line-height: ${ie.lineHeight};
101
+ text-transform: ${ie.textTransform};
101
102
  }
102
- `,ne=e.css`
103
+ `,Hr=F.css`
103
104
  .ft-typography--button {
104
- font-family: ${Go};
105
- font-size: ${Mo};
106
- font-weight: ${jo};
107
- letter-spacing: ${Yo};
108
- line-height: ${Vo};
109
- text-transform: ${Xo};
105
+ font-family: ${ce.fontFamily};
106
+ font-size: ${ce.fontSize};
107
+ font-weight: ${ce.fontWeight};
108
+ letter-spacing: ${ce.letterSpacing};
109
+ line-height: ${ce.lineHeight};
110
+ text-transform: ${ce.textTransform};
110
111
  }
111
- `,le=e.css`
112
+ `,$r=F.css`
112
113
  .ft-typography {
113
114
  vertical-align: inherit;
114
115
  }
115
- `,ce=[Object.keys(Ft).map((t=>function(t){const o=Ft[t];return e.css`
116
- .ft-typography--${e.unsafeCSS(t)} {
117
- font-family: ${o.fontFamily};
118
- font-size: ${o.fontSize};
119
- font-weight: ${o.fontWeight};
120
- letter-spacing: ${o.letterSpacing};
121
- line-height: ${o.lineHeight};
122
- text-transform: ${o.textCase};
123
- }
124
- `}(t)))];var pe=function(t,o,e,r){for(var a,i=arguments.length,n=i<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,l=t.length-1;l>=0;l--)(a=t[l])&&(n=(i<3?a(n):i>3?a(o,e,n):a(o,e))||n);return i>3&&n&&Object.defineProperty(o,e,n),n};class fe extends o.FtLitElement{constructor(){super(...arguments),this.variant=At.body1}render(){return this.element?zt`
125
- <${Zt(this.element)}
116
+ `,Mr=[Object.keys(we).map(o=>Lr(o))];var Gr=function(o,t,n,i){var c=arguments.length,l=c<3?t:i===null?i=Object.getOwnPropertyDescriptor(t,n):i,p;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")l=Reflect.decorate(o,t,n,i);else for(var u=o.length-1;u>=0;u--)(p=o[u])&&(l=(c<3?p(l):c>3?p(t,n,l):p(t,n))||l);return c>3&&l&&Object.defineProperty(t,n,l),l},D=class extends Kr.FtLitElement{constructor(){super(...arguments),this.variant=Re.body1}render(){return this.element?et`
117
+ <${Je(this.element)}
118
+ part="text"
126
119
  class="ft-typography ft-typography--${this.variant}">
127
120
  <slot></slot>
128
- </${Zt(this.element)}>
129
- `:zt`
130
- <slot class="ft-typography ft-typography--${this.variant}"></slot>
131
- `}}fe.styles=[qo,Jo,Qo,te,oe,ee,re,ae,ie,ne,le,...ce],pe([r.property()],fe.prototype,"element",void 0),pe([r.property()],fe.prototype,"variant",void 0),o.customElement("ft-typography")(fe);class se extends G{render(){let t=this.result?this.selectAbstract(this.result):void 0;return t?e.html`
132
- <ft-typography variant="body1" part="text">${a.unsafeHTML(t)}</ft-typography>
133
- `:e.html`
121
+ </${Je(this.element)}>
122
+ `:et`
123
+ <slot part="text" class="ft-typography ft-typography--${this.variant}"></slot>
124
+ `}};D.styles=[Fr,Tr,kr,Pr,Br,Wr,_r,Dr,zr,Hr,$r,...Mr];Gr([(0,tt.property)()],D.prototype,"element",void 0);Gr([(0,tt.property)()],D.prototype,"variant",void 0);(0,Zr.customElement)("ft-typography")(D);var se=class extends Ae{render(){let t=this.result?this.selectAbstract(this.result):void 0;return t?rt.html`
125
+ <ft-typography variant="body1" part="text">${(0,Vr.unsafeHTML)(t)}</ft-typography>
126
+ `:rt.html`
134
127
  <style>
135
128
  :host {
136
129
  display: none !important;
137
130
  }
138
131
  </style>
139
- `}selectAbstract(t){switch(t.type){case"MAP":return t.map.htmlExcerpt;case"DOCUMENT":return t.document.htmlExcerpt;case"TOPIC":return t.topic.htmlExcerpt}return""}}se.elementDefinitions={"ft-typography":fe},se.styles=j,o.customElement("ft-search-result-abstract")(se),t.FtSearchResultAbstract=se,t.FtSearchResultAbstractCssVariables=M,t.styles=j}({},ftGlobals.wcUtils,ftGlobals.lit,ftGlobals.litDecorators,ftGlobals.litUnsafeHTML);
132
+ `}selectAbstract(t){switch(t.type){case"MAP":return t.map.htmlExcerpt;case"DOCUMENT":return t.document.htmlExcerpt;case"TOPIC":return t.topic.htmlExcerpt}return""}};se.elementDefinitions={"ft-typography":D};se.styles=Dt;(0,qr.customElement)("ft-search-result-abstract")(se);})();
133
+ /*! Bundled license information:
134
+
135
+ lit-html/lit-html.js:
136
+ (**
137
+ * @license
138
+ * Copyright 2017 Google LLC
139
+ * SPDX-License-Identifier: BSD-3-Clause
140
+ *)
141
+
142
+ lit-html/static.js:
143
+ (**
144
+ * @license
145
+ * Copyright 2020 Google LLC
146
+ * SPDX-License-Identifier: BSD-3-Clause
147
+ *)
148
+ */