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