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