@fluid-topics/ft-search-results 1.1.39 → 1.1.40

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,7 +1,7 @@
1
1
  import { TemplateResult } from "lit";
2
2
  import { ClusterPolicy, FtSearchResultsProperties } from "./ft-search-results.properties";
3
3
  import { FtSearchComponent } from "@fluid-topics/ft-search-context/build/registration";
4
- import { FtSearchResultClusterEntry } from "@fluid-topics/public-api";
4
+ import type { FtSearchResultClusterEntry } from "@fluid-topics/public-api";
5
5
  import "@fluid-topics/ft-search-result-context";
6
6
  import "@fluid-topics/ft-search-result-title";
7
7
  import "@fluid-topics/ft-search-result-abstract";
@@ -11,6 +11,7 @@ export declare class FtSearchResults extends FtSearchResults_base implements FtS
11
11
  clusterPolicy: ClusterPolicy;
12
12
  displayNoResultsMessage: boolean;
13
13
  renderResult: (resultOrCluster: FtSearchResultClusterEntry, index: number) => TemplateResult | string;
14
+ private request?;
14
15
  private results?;
15
16
  private selectedResultByCluster;
16
17
  constructor();
@@ -49,10 +49,10 @@ class FtSearchResults extends withI18n(FtSearchComponent) {
49
49
  }
50
50
  buildClusters() {
51
51
  switch (this.clusterPolicy) {
52
- case "display-first-result":
53
- return this.buildFullClusters();
54
52
  case "display-all-results":
55
53
  return this.buildAllResultsClusters();
54
+ default:
55
+ return this.buildFullClusters();
56
56
  }
57
57
  }
58
58
  buildFullClusters() {
@@ -64,10 +64,11 @@ class FtSearchResults extends withI18n(FtSearchComponent) {
64
64
  }
65
65
  buildAllResultsClusters() {
66
66
  var _a, _b;
67
- return (_b = (_a = this.results) === null || _a === void 0 ? void 0 : _a.flatMap(cluster => cluster.entries.map(entry => ({
67
+ let results = (_b = (_a = this.results) === null || _a === void 0 ? void 0 : _a.flatMap(cluster => cluster.entries.map(entry => ({
68
68
  id: this.clusterId(entry),
69
69
  entries: [entry]
70
70
  })))) !== null && _b !== void 0 ? _b : [];
71
+ return this.request && this.request.paging.page === 1 ? results.slice(0, this.request.paging.perPage) : results;
71
72
  }
72
73
  clusterId(result) {
73
74
  var _a, _b, _c, _d, _e;
@@ -84,6 +85,9 @@ __decorate([
84
85
  __decorate([
85
86
  property({ attribute: false })
86
87
  ], FtSearchResults.prototype, "renderResult", void 0);
88
+ __decorate([
89
+ redux()
90
+ ], FtSearchResults.prototype, "request", void 0);
87
91
  __decorate([
88
92
  redux()
89
93
  ], FtSearchResults.prototype, "results", void 0);
@@ -13,7 +13,7 @@
13
13
  }
14
14
  `;class M{constructor(t){this.registeredComponents=[],this.registeredMetadata=new Set,this.onResultSelected=t}registerComponent(t){t.setResultStateManager(this),this.registeredComponents.push(t),this.bindComponent(t)}unregisterComponent(t){this.registeredComponents.splice(this.registeredComponents.indexOf(t),1),t.cluster=void 0,t.result=void 0,t.rank=void 0}registerMetadata(t){this.registeredMetadata.add(t)}unregisterMetadata(t){this.registeredMetadata.delete(t)}updateCluster(t,o){this.cluster=t,this.rank=o,this.selectResult(this.cluster.entries[0])}selectResult(t){this.result=t,this.onResultSelected(t),this.registeredComponents.forEach((t=>this.bindComponent(t)))}clear(){this.registeredComponents=[]}bindComponent(t){t.cluster=this.cluster,t.result=this.result,t.rank=this.rank}}var _=function(t,o,e,r){for(var a,i=arguments.length,n=i<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,l=t.length-1;l>=0;l--)(a=t[l])&&(n=(i<3?a(n):i>3?a(o,e,n):a(o,e))||n);return i>3&&n&&Object.defineProperty(o,e,n),n};class j extends CustomEvent{constructor(t){super("ft-search-result-cluster-change",{detail:t,bubbles:!0,composed:!0})}}class Y extends o.FtLitElement{constructor(){super(...arguments),this.index=0,this.stateManager=new M((t=>this.onResultSelected(t)))}render(){return e.html`
15
15
  <slot @register-ft-search-result-component=${this.registerComponent}></slot>
16
- `}onResultSelected(t){this.result=t,this.dispatchEvent(new j(this.result))}registerComponent(t){t.stopPropagation();const o=t.composedPath()[0];this.register(o)}register(t){this.stateManager.registerComponent(t)}update(t){super.update(t),t.has("cluster")&&this.cluster&&this.stateManager.updateCluster(this.cluster,this.index+1)}disconnectedCallback(){super.disconnectedCallback(),this.stateManager.clear()}}Y.elementDefinitions={},Y.styles=G,_([a.property({attribute:!1})],Y.prototype,"cluster",void 0),_([a.state()],Y.prototype,"result",void 0),_([a.property()],Y.prototype,"index",void 0),o.customElement("ft-search-result-context")(Y);var V=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 X extends Event{constructor(){super("register-ft-search-result-component",{bubbles:!0,composed:!0})}}const q=Symbol("registerInterval");class J extends(function(t){var o;class e extends t{constructor(){super(...arguments),this[o]=0}setResultStateManager(t){this.resultStateManager=t}unregisterResultStateManager(){this.resultStateManager&&(this.resultStateManager.unregisterComponent(this),this.resultStateManager=void 0)}connectedCallback(){super.connectedCallback(),this[q]=window.setInterval((()=>this.tryToRegisterToResultContext()),50)}tryToRegisterToResultContext(){null!=this.result?window.clearInterval(this[q]):this.dispatchEvent(new X)}disconnectedCallback(){super.disconnectedCallback(),this.unregisterResultStateManager()}}return o=q,V([a.property({attribute:!1})],e.prototype,"cluster",void 0),V([a.property({attribute:!1})],e.prototype,"result",void 0),V([a.property({attribute:!1,type:Number})],e.prototype,"rank",void 0),e}(P)){}const Q=o.FtCssVariableFactory.create("--ft-srt-highlight-background-color","","COLOR","transparent"),tt=e.css`
16
+ `}onResultSelected(t){this.result=t,this.dispatchEvent(new j(this.result))}registerComponent(t){t.stopPropagation();const o=t.composedPath()[0];this.register(o)}register(t){this.stateManager.registerComponent(t)}update(t){super.update(t),t.has("cluster")&&this.cluster&&this.stateManager.updateCluster(this.cluster,this.index+1)}disconnectedCallback(){super.disconnectedCallback(),this.stateManager.clear()}}Y.elementDefinitions={},Y.styles=G,_([a.property({attribute:!1})],Y.prototype,"cluster",void 0),_([a.state()],Y.prototype,"result",void 0),_([a.property()],Y.prototype,"index",void 0),o.customElement("ft-search-result-context")(Y);var V=function(t,o,e,r){for(var a,i=arguments.length,n=i<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,l=t.length-1;l>=0;l--)(a=t[l])&&(n=(i<3?a(n):i>3?a(o,e,n):a(o,e))||n);return i>3&&n&&Object.defineProperty(o,e,n),n};class q extends Event{constructor(){super("register-ft-search-result-component",{bubbles:!0,composed:!0})}}const X=Symbol("registerInterval");class J extends(function(t){var o;class e extends t{constructor(){super(...arguments),this[o]=0}setResultStateManager(t){this.resultStateManager=t}unregisterResultStateManager(){this.resultStateManager&&(this.resultStateManager.unregisterComponent(this),this.resultStateManager=void 0)}connectedCallback(){super.connectedCallback(),this[X]=window.setInterval((()=>this.tryToRegisterToResultContext()),50)}tryToRegisterToResultContext(){null!=this.result?window.clearInterval(this[X]):this.dispatchEvent(new q)}disconnectedCallback(){super.disconnectedCallback(),this.unregisterResultStateManager()}}return o=X,V([a.property({attribute:!1})],e.prototype,"cluster",void 0),V([a.property({attribute:!1})],e.prototype,"result",void 0),V([a.property({attribute:!1,type:Number})],e.prototype,"rank",void 0),e}(P)){}const Q=o.FtCssVariableFactory.create("--ft-srt-highlight-background-color","","COLOR","transparent"),tt=e.css`
17
17
  .kwicmatch {
18
18
  font-weight: 700;
19
19
  background-color: ${Q};
@@ -38,9 +38,9 @@
38
38
  * Copyright 2020 Google LLC
39
39
  * SPDX-License-Identifier: BSD-3-Clause
40
40
  */
41
- const Dt=Symbol.for(""),zt=t=>{if(t?.r===Dt)return t?._$litStatic$},Ft=t=>({_$litStatic$:t,r:Dt}),Bt=new Map,Ht=(t=>(o,...e)=>{const r=e.length;let a,i;const n=[],l=[];let c,s=0,p=!1;for(;s<r;){for(c=o[s];s<r&&void 0!==(i=e[s],a=zt(i));)c+=a+o[++s],p=!0;s!==r&&l.push(i),n.push(c),s++}if(s===r&&n.push(o[r]),p){const t=n.join("$$lit$$");void 0===(o=Bt.get(t))&&(n.raw=n,Bt.set(t,o=n)),e=l}return t(o,...e)})(Nt);var Tt;!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"}(Tt||(Tt={}));const Pt=t=>"string"==typeof t?e.unsafeCSS(t):t;class Gt{static create(t,o,r,a){const i=t=>Pt(null!=t?t:a),n=e.css`var(${Pt(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(${Pt(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(${Pt(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(${Pt(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):Pt(null!=o?o:t.lastResortDefaultValue()),a=e.css`var(${Pt(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(${Pt(t.name)}, ${r(o)})`,a.breadcrumb=()=>t.fallbackVariable?[t.fallbackVariable.name,...t.fallbackVariable.breadcrumb()]:[],a.lastResortDefaultValue=()=>t.lastResortDefaultValue(),a}}const Mt={colorWhite:Gt.create("--ft-color-white","","COLOR","#ffffff"),colorGray0:Gt.create("--ft-color-gray-0","","COLOR","#71718e"),colorGray10:Gt.create("--ft-color-gray-10","","COLOR","#fbfbfc"),colorGray20:Gt.create("--ft-color-gray-20","","COLOR","#f2f2f5"),colorGray30:Gt.create("--ft-color-gray-30","","COLOR","#e9e9ed"),colorGray40:Gt.create("--ft-color-gray-40","","COLOR","#e0e0e6"),colorGray50:Gt.create("--ft-color-gray-50","","COLOR","#cdcdd7"),colorGray60:Gt.create("--ft-color-gray-60","","COLOR","#bbbbc9"),colorGray70:Gt.create("--ft-color-gray-70","","COLOR","#a8a8ba"),colorGray80:Gt.create("--ft-color-gray-80","","COLOR","#9696ab"),colorGray90:Gt.create("--ft-color-gray-90","","COLOR","#83839d"),colorGray100:Gt.create("--ft-color-gray-100","","COLOR","#62627c"),colorGray200:Gt.create("--ft-color-gray-200","","COLOR","#545469"),colorGray300:Gt.create("--ft-color-gray-300","","COLOR","#454557"),colorGray400:Gt.create("--ft-color-gray-400","","COLOR","#363644"),colorGray500:Gt.create("--ft-color-gray-500","","COLOR","#282832"),colorGray600:Gt.create("--ft-color-gray-600","","COLOR","#19191f"),colorGray700:Gt.create("--ft-color-gray-700","","COLOR","#0a0a0d"),colorBrand0:Gt.create("--ft-color-brand-0","","COLOR","#9d207b"),colorBrand10:Gt.create("--ft-color-brand-10","","COLOR","#f7edf4"),colorBrand20:Gt.create("--ft-color-brand-20","","COLOR","#ebcfe4"),colorBrand30:Gt.create("--ft-color-brand-30","","COLOR","#dfb2d3"),colorBrand40:Gt.create("--ft-color-brand-40","","COLOR","#d395c2"),colorBrand50:Gt.create("--ft-color-brand-50","","COLOR","#c778b1"),colorBrand60:Gt.create("--ft-color-brand-60","","COLOR","#ba5ba1"),colorBrand70:Gt.create("--ft-color-brand-70","","COLOR","#ae3e90"),colorBrand100:Gt.create("--ft-color-brand-100","","COLOR","#8d1d6e"),colorBrand200:Gt.create("--ft-color-brand-200","","COLOR","#78185e"),colorBrand300:Gt.create("--ft-color-brand-300","","COLOR","#62144d"),colorBrand400:Gt.create("--ft-color-brand-400","","COLOR","#4d103c"),colorBrand500:Gt.create("--ft-color-brand-500","","COLOR","#380b2c"),colorBrand600:Gt.create("--ft-color-brand-600","","COLOR","#23071b"),colorBrand700:Gt.create("--ft-color-brand-700","","COLOR","#0d030b"),colorCyan0:Gt.create("--ft-color-cyan-0","","COLOR","#0e98b4"),colorCyan10:Gt.create("--ft-color-cyan-10","","COLOR","#ebf6f9"),colorCyan20:Gt.create("--ft-color-cyan-20","","COLOR","#cbe9ef"),colorCyan30:Gt.create("--ft-color-cyan-30","","COLOR","#acdbe5"),colorCyan40:Gt.create("--ft-color-cyan-40","","COLOR","#8ccedb"),colorCyan50:Gt.create("--ft-color-cyan-50","","COLOR","#6dc0d1"),colorCyan60:Gt.create("--ft-color-cyan-60","","COLOR","#4db3c8"),colorCyan70:Gt.create("--ft-color-cyan-70","","COLOR","#2ea5be"),colorCyan100:Gt.create("--ft-color-cyan-100","","COLOR","#0c849c"),colorCyan200:Gt.create("--ft-color-cyan-200","","COLOR","#0a7085"),colorCyan300:Gt.create("--ft-color-cyan-300","","COLOR","#085c6d"),colorCyan400:Gt.create("--ft-color-cyan-400","","COLOR","#074856"),colorCyan500:Gt.create("--ft-color-cyan-500","","COLOR","#05343e"),colorCyan600:Gt.create("--ft-color-cyan-600","","COLOR","#032127"),colorCyan700:Gt.create("--ft-color-cyan-700","","COLOR","#010d0f"),colorGreen0:Gt.create("--ft-color-green-0","","COLOR","#21a274"),colorGreen10:Gt.create("--ft-color-green-10","","COLOR","#edf7f3"),colorGreen20:Gt.create("--ft-color-green-20","","COLOR","#cfebe1"),colorGreen30:Gt.create("--ft-color-green-30","","COLOR","#b2dfcf"),colorGreen40:Gt.create("--ft-color-green-40","","COLOR","#95d3bd"),colorGreen50:Gt.create("--ft-color-green-50","","COLOR","#78c7ab"),colorGreen60:Gt.create("--ft-color-green-60","","COLOR","#5bba98"),colorGreen70:Gt.create("--ft-color-green-70","","COLOR","#3eae86"),colorGreen100:Gt.create("--ft-color-green-100","","COLOR","#1d8d65"),colorGreen200:Gt.create("--ft-color-green-200","","COLOR","#187856"),colorGreen300:Gt.create("--ft-color-green-300","","COLOR","#146246"),colorGreen400:Gt.create("--ft-color-green-400","","COLOR","#104d37"),colorGreen500:Gt.create("--ft-color-green-500","","COLOR","#0b3828"),colorGreen600:Gt.create("--ft-color-green-600","","COLOR","#072319"),colorGreen700:Gt.create("--ft-color-green-700","","COLOR","#030d0a"),colorOrange0:Gt.create("--ft-color-orange-0","","COLOR","#ee8d17"),colorOrange10:Gt.create("--ft-color-orange-10","","COLOR","#fef6ec"),colorOrange20:Gt.create("--ft-color-orange-20","","COLOR","#fbe7cd"),colorOrange30:Gt.create("--ft-color-orange-30","","COLOR","#f9d8af"),colorOrange40:Gt.create("--ft-color-orange-40","","COLOR","#f7c991"),colorOrange50:Gt.create("--ft-color-orange-50","","COLOR","#f5ba72"),colorOrange60:Gt.create("--ft-color-orange-60","","COLOR","#f2ab54"),colorOrange70:Gt.create("--ft-color-orange-70","","COLOR","#f09c35"),colorOrange100:Gt.create("--ft-color-orange-100","","COLOR","#cf7b14"),colorOrange200:Gt.create("--ft-color-orange-200","","COLOR","#b06811"),colorOrange300:Gt.create("--ft-color-orange-300","","COLOR","#90560e"),colorOrange400:Gt.create("--ft-color-orange-400","","COLOR","#71430b"),colorOrange500:Gt.create("--ft-color-orange-500","","COLOR","#523108"),colorOrange600:Gt.create("--ft-color-orange-600","","COLOR","#331e05"),colorOrange700:Gt.create("--ft-color-orange-700","","COLOR","#140c02"),colorRed0:Gt.create("--ft-color-red-0","","COLOR","#b40e2c"),colorRed10:Gt.create("--ft-color-red-10","","COLOR","#f9ebed"),colorRed20:Gt.create("--ft-color-red-20","","COLOR","#efcbd2"),colorRed30:Gt.create("--ft-color-red-30","","COLOR","#e5acb6"),colorRed40:Gt.create("--ft-color-red-40","","COLOR","#db8c9b"),colorRed50:Gt.create("--ft-color-red-50","","COLOR","#d16d7f"),colorRed60:Gt.create("--ft-color-red-60","","COLOR","#c84d63"),colorRed70:Gt.create("--ft-color-red-70","","COLOR","#be2e48"),colorRed100:Gt.create("--ft-color-red-100","","COLOR","#9c0c26"),colorRed200:Gt.create("--ft-color-red-200","","COLOR","#850a20"),colorRed300:Gt.create("--ft-color-red-300","","COLOR","#6d081b"),colorRed400:Gt.create("--ft-color-red-400","","COLOR","#560715"),colorRed500:Gt.create("--ft-color-red-500","","COLOR","#3e050f"),colorRed600:Gt.create("--ft-color-red-600","","COLOR","#270309"),colorRed700:Gt.create("--ft-color-red-700","","COLOR","#0f0104"),colorYellow0:Gt.create("--ft-color-yellow-0","","COLOR","#E4C00C"),colorYellow10:Gt.create("--ft-color-yellow-10","","COLOR","#fefae9"),colorYellow20:Gt.create("--ft-color-yellow-20","","COLOR","#fcf4ca"),colorYellow30:Gt.create("--ft-color-yellow-30","","COLOR","#faedaa"),colorYellow40:Gt.create("--ft-color-yellow-40","","COLOR","#f9e78b"),colorYellow50:Gt.create("--ft-color-yellow-50","","COLOR","#f7e06b"),colorYellow60:Gt.create("--ft-color-yellow-60","","COLOR","#F4D63E"),colorYellow70:Gt.create("--ft-color-yellow-70","","COLOR","#F3CE16"),colorYellow100:Gt.create("--ft-color-yellow-100","","COLOR","#d3b10b"),colorYellow200:Gt.create("--ft-color-yellow-200","","COLOR","#b3970a"),colorYellow300:Gt.create("--ft-color-yellow-300","","COLOR","#947c08"),colorYellow400:Gt.create("--ft-color-yellow-400","","COLOR","#746206"),colorYellow500:Gt.create("--ft-color-yellow-500","","COLOR","#554705"),colorYellow600:Gt.create("--ft-color-yellow-600","","COLOR","#352d03"),colorYellow700:Gt.create("--ft-color-yellow-700","","COLOR","#161201"),colorUltramarine0:Gt.create("--ft-color-ultramarine-0","","COLOR","#3C19E5"),colorUltramarine10:Gt.create("--ft-color-ultramarine-10","","COLOR","#EDEAFD"),colorUltramarine20:Gt.create("--ft-color-ultramarine-20","","COLOR","#D4CCF9"),colorUltramarine30:Gt.create("--ft-color-ultramarine-30","","COLOR","#BBAFF6"),colorUltramarine40:Gt.create("--ft-color-ultramarine-40","","COLOR","#A191F3"),colorUltramarine50:Gt.create("--ft-color-ultramarine-50","","COLOR","#8873EF"),colorUltramarine60:Gt.create("--ft-color-ultramarine-60","","COLOR","#6F55EC"),colorUltramarine70:Gt.create("--ft-color-ultramarine-70","","COLOR","#5537E8"),colorUltramarine100:Gt.create("--ft-color-ultramarine-100","","COLOR","#3416C7"),colorUltramarine200:Gt.create("--ft-color-ultramarine-200","","COLOR","#2C13A9"),colorUltramarine300:Gt.create("--ft-color-ultramarine-300","","COLOR","#250F8C"),colorUltramarine400:Gt.create("--ft-color-ultramarine-400","","COLOR","#1D0C6E"),colorUltramarine500:Gt.create("--ft-color-ultramarine-500","","COLOR","#150950"),colorUltramarine600:Gt.create("--ft-color-ultramarine-600","","COLOR","#0D0532"),colorUltramarine700:Gt.create("--ft-color-ultramarine-700","","COLOR","#050215"),colorAvocado0:Gt.create("--ft-color-avocado-0","","COLOR","#98BD28"),colorAvocado10:Gt.create("--ft-color-avocado-10","","COLOR","#F6F9EC"),colorAvocado20:Gt.create("--ft-color-avocado-20","","COLOR","#E8F0D0"),colorAvocado30:Gt.create("--ft-color-avocado-30","","COLOR","#DBE8B4"),colorAvocado40:Gt.create("--ft-color-avocado-40","","COLOR","#CEDF98"),colorAvocado50:Gt.create("--ft-color-avocado-50","","COLOR","#C0D77C"),colorAvocado60:Gt.create("--ft-color-avocado-60","","COLOR","#B3CE60"),colorAvocado70:Gt.create("--ft-color-avocado-70","","COLOR","#A5C644"),colorAvocado100:Gt.create("--ft-color-avocado-100","","COLOR","#84A423"),colorAvocado200:Gt.create("--ft-color-avocado-200","","COLOR","#708C1E"),colorAvocado300:Gt.create("--ft-color-avocado-300","","COLOR","#5D7318"),colorAvocado400:Gt.create("--ft-color-avocado-400","","COLOR","#495B13"),colorAvocado500:Gt.create("--ft-color-avocado-500","","COLOR","#35420E"),colorAvocado600:Gt.create("--ft-color-avocado-600","","COLOR","#212A09"),colorAvocado700:Gt.create("--ft-color-avocado-700","","COLOR","#0E1104"),colorBrown0:Gt.create("--ft-color-brown-0","","COLOR","#B26F4D"),colorBrown10:Gt.create("--ft-color-brown-10","","COLOR","#F8F2EF"),colorBrown20:Gt.create("--ft-color-brown-20","","COLOR","#EEDFD8"),colorBrown30:Gt.create("--ft-color-brown-30","","COLOR","#E4CDC1"),colorBrown40:Gt.create("--ft-color-brown-40","","COLOR","#DABAAA"),colorBrown50:Gt.create("--ft-color-brown-50","","COLOR","#D0A792"),colorBrown60:Gt.create("--ft-color-brown-60","","COLOR","#C6947B"),colorBrown70:Gt.create("--ft-color-brown-70","","COLOR","#BC8264"),colorBrown100:Gt.create("--ft-color-brown-100","","COLOR","#9B6143"),colorBrown200:Gt.create("--ft-color-brown-200","","COLOR","#845239"),colorBrown300:Gt.create("--ft-color-brown-300","","COLOR","#6D442F"),colorBrown400:Gt.create("--ft-color-brown-400","","COLOR","#553525"),colorBrown500:Gt.create("--ft-color-brown-500","","COLOR","#3E271B"),colorBrown600:Gt.create("--ft-color-brown-600","","COLOR","#271811"),colorBrown700:Gt.create("--ft-color-brown-700","","COLOR","#100A07"),spacing1:Gt.create("--ft-spacing-1","","SIZE","0.25rem"),spacing2:Gt.create("--ft-spacing-2","","SIZE","calc(var(--ft-spacing-2, 0.25rem)*2)"),spacing3:Gt.create("--ft-spacing-3","","SIZE","calc(var(--ft-spacing-3, 0.25rem)*3)"),spacing4:Gt.create("--ft-spacing-4","","SIZE","calc(var(--ft-spacing-4, 0.25rem)*4)"),spacing5:Gt.create("--ft-spacing-5","","SIZE","calc(var(--ft-spacing-5, 0.25rem)*5)"),spacing6:Gt.create("--ft-spacing-6","","SIZE","calc(var(--ft-spacing-6, 0.25rem)*6)"),spacing8:Gt.create("--ft-spacing-8","","SIZE","calc(var(--ft-spacing-8, 0.25rem)*8)"),spacing10:Gt.create("--ft-spacing-10","","SIZE","calc(var(--ft-spacing-10, 0.25rem)*10)"),spacing12:Gt.create("--ft-spacing-12","","SIZE","calc(var(--ft-spacing-12, 0.25rem)*12)"),spacing16:Gt.create("--ft-spacing-16","","SIZE","calc(var(--ft-spacing-16, 0.25rem)*16)"),spacing20:Gt.create("--ft-spacing-20","","SIZE","calc(var(--ft-spacing-20, 0.25rem)*20)"),spacing24:Gt.create("--ft-spacing-24","","SIZE","calc(var(--ft-spacing-24, 0.25rem)*24)"),spacing28:Gt.create("--ft-spacing-28","","SIZE","calc(var(--ft-spacing-28, 0.25rem)*28)"),spacing32:Gt.create("--ft-spacing-32","","SIZE","calc(var(--ft-spacing-32, 0.25rem)*32)"),spacing05:Gt.create("--ft-spacing-0-5","","SIZE","calc(var(--ft-spacing-0-5, 0.25rem)*0.5)"),borderRadiusS:Gt.create("--ft-border-radius-s","","SIZE","4px"),borderRadiusM:Gt.create("--ft-border-radius-m","","SIZE","8px"),borderRadiusL:Gt.create("--ft-border-radius-l","","SIZE","12px"),borderRadiusXl:Gt.create("--ft-border-radius-xl","","SIZE","16px"),borderRadiusPill:Gt.create("--ft-border-radius-pill","","SIZE","999px"),borderRadiusRound:Gt.create("--ft-border-radius-round","","SIZE","50%"),iconSize1:Gt.create("--ft-icon-size-1","","SIZE","12px"),iconSize2:Gt.create("--ft-icon-size-2","","SIZE","16px"),iconSize3:Gt.create("--ft-icon-size-3","","SIZE","20px"),iconSize4:Gt.create("--ft-icon-size-4","","SIZE","24px"),iconSize5:Gt.create("--ft-icon-size-5","","SIZE","32px"),iconSize6:Gt.create("--ft-icon-size-6","","SIZE","48px"),opacity0:Gt.create("--ft-opacity-0","","NUMBER","0"),opacity8:Gt.create("--ft-opacity-8","","NUMBER","0.08"),opacity16:Gt.create("--ft-opacity-16","","NUMBER","0.16"),opacity24:Gt.create("--ft-opacity-24","","NUMBER","0.24"),opacity40:Gt.create("--ft-opacity-40","","NUMBER","0.4"),opacity80:Gt.create("--ft-opacity-80","","NUMBER","0.8"),shadowElevation01:Gt.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:Gt.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:Gt.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:Gt.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:Gt.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:Gt.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:Gt.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:Gt.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:Gt.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:Gt.create("--ft-typography-display-fontFamily","","UNKNOWN","Inter"),fontWeight:Gt.create("--ft-typography-display-fontWeight","","UNKNOWN","600"),lineHeight:Gt.create("--ft-typography-display-lineHeight","","SIZE","120%"),fontSize:Gt.create("--ft-typography-display-fontSize","","SIZE","2.5rem"),letterSpacing:Gt.create("--ft-typography-display-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:Gt.create("--ft-typography-display-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Gt.create("--ft-typography-display-paragraphIndent","","UNKNOWN","0"),textDecoration:Gt.create("--ft-typography-display-textDecoration","","UNKNOWN","none"),textCase:Gt.create("--ft-typography-display-textCase","","UNKNOWN","none")},"title-1":{fontFamily:Gt.create("--ft-typography-title-1-fontFamily","","UNKNOWN","Inter"),fontWeight:Gt.create("--ft-typography-title-1-fontWeight","","UNKNOWN","600"),lineHeight:Gt.create("--ft-typography-title-1-lineHeight","","SIZE","120%"),fontSize:Gt.create("--ft-typography-title-1-fontSize","","SIZE","1.5rem"),letterSpacing:Gt.create("--ft-typography-title-1-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:Gt.create("--ft-typography-title-1-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Gt.create("--ft-typography-title-1-paragraphIndent","","UNKNOWN","0"),textDecoration:Gt.create("--ft-typography-title-1-textDecoration","","UNKNOWN","none"),textCase:Gt.create("--ft-typography-title-1-textCase","","UNKNOWN","none")},"title-2":{fontFamily:Gt.create("--ft-typography-title-2-fontFamily","","UNKNOWN","Inter"),fontWeight:Gt.create("--ft-typography-title-2-fontWeight","","UNKNOWN","500"),lineHeight:Gt.create("--ft-typography-title-2-lineHeight","","SIZE","120%"),fontSize:Gt.create("--ft-typography-title-2-fontSize","","SIZE","1.25rem"),letterSpacing:Gt.create("--ft-typography-title-2-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:Gt.create("--ft-typography-title-2-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Gt.create("--ft-typography-title-2-paragraphIndent","","UNKNOWN","0"),textDecoration:Gt.create("--ft-typography-title-2-textDecoration","","UNKNOWN","none"),textCase:Gt.create("--ft-typography-title-2-textCase","","UNKNOWN","none")},"title-3":{fontFamily:Gt.create("--ft-typography-title-3-fontFamily","","UNKNOWN","Inter"),fontWeight:Gt.create("--ft-typography-title-3-fontWeight","","UNKNOWN","500"),lineHeight:Gt.create("--ft-typography-title-3-lineHeight","","SIZE","120%"),fontSize:Gt.create("--ft-typography-title-3-fontSize","","SIZE","1.125rem"),letterSpacing:Gt.create("--ft-typography-title-3-letterSpacing","","SIZE","-0.01em"),paragraphSpacing:Gt.create("--ft-typography-title-3-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Gt.create("--ft-typography-title-3-paragraphIndent","","UNKNOWN","0"),textDecoration:Gt.create("--ft-typography-title-3-textDecoration","","UNKNOWN","none"),textCase:Gt.create("--ft-typography-title-3-textCase","","UNKNOWN","none")},"body-1-regular":{fontFamily:Gt.create("--ft-typography-body-1-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:Gt.create("--ft-typography-body-1-regular-fontWeight","","UNKNOWN","400"),lineHeight:Gt.create("--ft-typography-body-1-regular-lineHeight","","SIZE","135%"),fontSize:Gt.create("--ft-typography-body-1-regular-fontSize","","SIZE","1rem"),letterSpacing:Gt.create("--ft-typography-body-1-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:Gt.create("--ft-typography-body-1-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Gt.create("--ft-typography-body-1-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:Gt.create("--ft-typography-body-1-regular-textDecoration","","UNKNOWN","none"),textCase:Gt.create("--ft-typography-body-1-regular-textCase","","UNKNOWN","none")},"body-1-medium":{fontFamily:Gt.create("--ft-typography-body-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:Gt.create("--ft-typography-body-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:Gt.create("--ft-typography-body-1-medium-lineHeight","","SIZE","135%"),fontSize:Gt.create("--ft-typography-body-1-medium-fontSize","","SIZE","1rem"),letterSpacing:Gt.create("--ft-typography-body-1-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:Gt.create("--ft-typography-body-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Gt.create("--ft-typography-body-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:Gt.create("--ft-typography-body-1-medium-textDecoration","","UNKNOWN","none"),textCase:Gt.create("--ft-typography-body-1-medium-textCase","","UNKNOWN","none")},"body-1-semibold":{fontFamily:Gt.create("--ft-typography-body-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:Gt.create("--ft-typography-body-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:Gt.create("--ft-typography-body-1-semibold-lineHeight","","SIZE","135%"),fontSize:Gt.create("--ft-typography-body-1-semibold-fontSize","","SIZE","1rem"),letterSpacing:Gt.create("--ft-typography-body-1-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:Gt.create("--ft-typography-body-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Gt.create("--ft-typography-body-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:Gt.create("--ft-typography-body-1-semibold-textDecoration","","UNKNOWN","none"),textCase:Gt.create("--ft-typography-body-1-semibold-textCase","","UNKNOWN","none")},"body-2-regular":{fontFamily:Gt.create("--ft-typography-body-2-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:Gt.create("--ft-typography-body-2-regular-fontWeight","","UNKNOWN","400"),lineHeight:Gt.create("--ft-typography-body-2-regular-lineHeight","","SIZE","135%"),fontSize:Gt.create("--ft-typography-body-2-regular-fontSize","","SIZE","0.875rem"),letterSpacing:Gt.create("--ft-typography-body-2-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:Gt.create("--ft-typography-body-2-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Gt.create("--ft-typography-body-2-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:Gt.create("--ft-typography-body-2-regular-textDecoration","","UNKNOWN","none"),textCase:Gt.create("--ft-typography-body-2-regular-textCase","","UNKNOWN","none")},"body-2-medium":{fontFamily:Gt.create("--ft-typography-body-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:Gt.create("--ft-typography-body-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:Gt.create("--ft-typography-body-2-medium-lineHeight","","SIZE","135%"),fontSize:Gt.create("--ft-typography-body-2-medium-fontSize","","SIZE","0.875rem"),letterSpacing:Gt.create("--ft-typography-body-2-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:Gt.create("--ft-typography-body-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Gt.create("--ft-typography-body-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:Gt.create("--ft-typography-body-2-medium-textDecoration","","UNKNOWN","none"),textCase:Gt.create("--ft-typography-body-2-medium-textCase","","UNKNOWN","none")},"body-2-semibold":{fontFamily:Gt.create("--ft-typography-body-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:Gt.create("--ft-typography-body-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:Gt.create("--ft-typography-body-2-semibold-lineHeight","","SIZE","135%"),fontSize:Gt.create("--ft-typography-body-2-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:Gt.create("--ft-typography-body-2-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:Gt.create("--ft-typography-body-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Gt.create("--ft-typography-body-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:Gt.create("--ft-typography-body-2-semibold-textDecoration","","UNKNOWN","none"),textCase:Gt.create("--ft-typography-body-2-semibold-textCase","","UNKNOWN","none")},"label-1-medium":{fontFamily:Gt.create("--ft-typography-label-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:Gt.create("--ft-typography-label-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:Gt.create("--ft-typography-label-1-medium-lineHeight","","SIZE","110%"),fontSize:Gt.create("--ft-typography-label-1-medium-fontSize","","SIZE","0.875rem"),letterSpacing:Gt.create("--ft-typography-label-1-medium-letterSpacing","","SIZE","0.04em"),textCase:Gt.create("--ft-typography-label-1-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:Gt.create("--ft-typography-label-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Gt.create("--ft-typography-label-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:Gt.create("--ft-typography-label-1-medium-textDecoration","","UNKNOWN","none")},"label-1-semibold":{fontFamily:Gt.create("--ft-typography-label-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:Gt.create("--ft-typography-label-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:Gt.create("--ft-typography-label-1-semibold-lineHeight","","SIZE","110%"),fontSize:Gt.create("--ft-typography-label-1-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:Gt.create("--ft-typography-label-1-semibold-letterSpacing","","SIZE","0.04em"),textCase:Gt.create("--ft-typography-label-1-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:Gt.create("--ft-typography-label-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Gt.create("--ft-typography-label-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:Gt.create("--ft-typography-label-1-semibold-textDecoration","","UNKNOWN","none")},"label-1-bold":{fontFamily:Gt.create("--ft-typography-label-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:Gt.create("--ft-typography-label-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:Gt.create("--ft-typography-label-1-bold-lineHeight","","SIZE","110%"),fontSize:Gt.create("--ft-typography-label-1-bold-fontSize","","SIZE","0.875rem"),letterSpacing:Gt.create("--ft-typography-label-1-bold-letterSpacing","","SIZE","0.04em"),textCase:Gt.create("--ft-typography-label-1-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:Gt.create("--ft-typography-label-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Gt.create("--ft-typography-label-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:Gt.create("--ft-typography-label-1-bold-textDecoration","","UNKNOWN","none")},"label-2-medium":{fontFamily:Gt.create("--ft-typography-label-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:Gt.create("--ft-typography-label-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:Gt.create("--ft-typography-label-2-medium-lineHeight","","SIZE","110%"),fontSize:Gt.create("--ft-typography-label-2-medium-fontSize","","SIZE","0.75rem"),letterSpacing:Gt.create("--ft-typography-label-2-medium-letterSpacing","","SIZE","0.04em"),textCase:Gt.create("--ft-typography-label-2-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:Gt.create("--ft-typography-label-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Gt.create("--ft-typography-label-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:Gt.create("--ft-typography-label-2-medium-textDecoration","","UNKNOWN","none")},"label-2-semibold":{fontFamily:Gt.create("--ft-typography-label-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:Gt.create("--ft-typography-label-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:Gt.create("--ft-typography-label-2-semibold-lineHeight","","SIZE","110%"),fontSize:Gt.create("--ft-typography-label-2-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:Gt.create("--ft-typography-label-2-semibold-letterSpacing","","SIZE","0.04em"),textCase:Gt.create("--ft-typography-label-2-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:Gt.create("--ft-typography-label-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Gt.create("--ft-typography-label-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:Gt.create("--ft-typography-label-2-semibold-textDecoration","","UNKNOWN","none")},"label-2-bold":{fontFamily:Gt.create("--ft-typography-label-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:Gt.create("--ft-typography-label-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:Gt.create("--ft-typography-label-2-bold-lineHeight","","SIZE","110%"),fontSize:Gt.create("--ft-typography-label-2-bold-fontSize","","SIZE","0.75rem"),letterSpacing:Gt.create("--ft-typography-label-2-bold-letterSpacing","","SIZE","0.04em"),textCase:Gt.create("--ft-typography-label-2-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:Gt.create("--ft-typography-label-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Gt.create("--ft-typography-label-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:Gt.create("--ft-typography-label-2-bold-textDecoration","","UNKNOWN","none")},"caption-1-medium":{fontFamily:Gt.create("--ft-typography-caption-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:Gt.create("--ft-typography-caption-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:Gt.create("--ft-typography-caption-1-medium-lineHeight","","SIZE","130%"),fontSize:Gt.create("--ft-typography-caption-1-medium-fontSize","","SIZE","0.75rem"),letterSpacing:Gt.create("--ft-typography-caption-1-medium-letterSpacing","","SIZE","normal"),textCase:Gt.create("--ft-typography-caption-1-medium-textCase","","UNKNOWN","none"),paragraphSpacing:Gt.create("--ft-typography-caption-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Gt.create("--ft-typography-caption-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:Gt.create("--ft-typography-caption-1-medium-textDecoration","","UNKNOWN","none")},"caption-1-semibold":{fontFamily:Gt.create("--ft-typography-caption-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:Gt.create("--ft-typography-caption-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:Gt.create("--ft-typography-caption-1-semibold-lineHeight","","SIZE","130%"),fontSize:Gt.create("--ft-typography-caption-1-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:Gt.create("--ft-typography-caption-1-semibold-letterSpacing","","SIZE","normal"),textCase:Gt.create("--ft-typography-caption-1-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:Gt.create("--ft-typography-caption-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Gt.create("--ft-typography-caption-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:Gt.create("--ft-typography-caption-1-semibold-textDecoration","","UNKNOWN","none")},"caption-1-bold":{fontFamily:Gt.create("--ft-typography-caption-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:Gt.create("--ft-typography-caption-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:Gt.create("--ft-typography-caption-1-bold-lineHeight","","SIZE","130%"),fontSize:Gt.create("--ft-typography-caption-1-bold-fontSize","","SIZE","0.75rem"),letterSpacing:Gt.create("--ft-typography-caption-1-bold-letterSpacing","","SIZE","normal"),textCase:Gt.create("--ft-typography-caption-1-bold-textCase","","UNKNOWN","none"),paragraphSpacing:Gt.create("--ft-typography-caption-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Gt.create("--ft-typography-caption-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:Gt.create("--ft-typography-caption-1-bold-textDecoration","","UNKNOWN","none")},"caption-2-medium":{fontFamily:Gt.create("--ft-typography-caption-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:Gt.create("--ft-typography-caption-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:Gt.create("--ft-typography-caption-2-medium-lineHeight","","SIZE","130%"),fontSize:Gt.create("--ft-typography-caption-2-medium-fontSize","","SIZE","0.6875rem"),letterSpacing:Gt.create("--ft-typography-caption-2-medium-letterSpacing","","SIZE","normal"),textCase:Gt.create("--ft-typography-caption-2-medium-textCase","","UNKNOWN","none"),paragraphSpacing:Gt.create("--ft-typography-caption-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Gt.create("--ft-typography-caption-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:Gt.create("--ft-typography-caption-2-medium-textDecoration","","UNKNOWN","none")},"caption-2-semibold":{fontFamily:Gt.create("--ft-typography-caption-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:Gt.create("--ft-typography-caption-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:Gt.create("--ft-typography-caption-2-semibold-lineHeight","","SIZE","130%"),fontSize:Gt.create("--ft-typography-caption-2-semibold-fontSize","","SIZE","0.6875rem"),letterSpacing:Gt.create("--ft-typography-caption-2-semibold-letterSpacing","","SIZE","normal"),textCase:Gt.create("--ft-typography-caption-2-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:Gt.create("--ft-typography-caption-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Gt.create("--ft-typography-caption-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:Gt.create("--ft-typography-caption-2-semibold-textDecoration","","UNKNOWN","none")},"caption-2-bold":{fontFamily:Gt.create("--ft-typography-caption-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:Gt.create("--ft-typography-caption-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:Gt.create("--ft-typography-caption-2-bold-lineHeight","","SIZE","130%"),fontSize:Gt.create("--ft-typography-caption-2-bold-fontSize","","SIZE","0.6875rem"),letterSpacing:Gt.create("--ft-typography-caption-2-bold-letterSpacing","","SIZE","normal"),textCase:Gt.create("--ft-typography-caption-2-bold-textCase","","UNKNOWN","none"),paragraphSpacing:Gt.create("--ft-typography-caption-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Gt.create("--ft-typography-caption-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:Gt.create("--ft-typography-caption-2-bold-textDecoration","","UNKNOWN","none")},"caption-3-medium":{fontFamily:Gt.create("--ft-typography-caption-3-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:Gt.create("--ft-typography-caption-3-medium-fontWeight","","UNKNOWN","500"),lineHeight:Gt.create("--ft-typography-caption-3-medium-lineHeight","","SIZE","130%"),fontSize:Gt.create("--ft-typography-caption-3-medium-fontSize","","SIZE","0.625rem"),letterSpacing:Gt.create("--ft-typography-caption-3-medium-letterSpacing","","SIZE","normal"),textCase:Gt.create("--ft-typography-caption-3-medium-textCase","","UNKNOWN","none"),paragraphSpacing:Gt.create("--ft-typography-caption-3-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Gt.create("--ft-typography-caption-3-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:Gt.create("--ft-typography-caption-3-medium-textDecoration","","UNKNOWN","none")},"caption-3-semibold":{fontFamily:Gt.create("--ft-typography-caption-3-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:Gt.create("--ft-typography-caption-3-semibold-fontWeight","","UNKNOWN","600"),lineHeight:Gt.create("--ft-typography-caption-3-semibold-lineHeight","","SIZE","130%"),fontSize:Gt.create("--ft-typography-caption-3-semibold-fontSize","","SIZE","0.625rem"),letterSpacing:Gt.create("--ft-typography-caption-3-semibold-letterSpacing","","SIZE","normal"),textCase:Gt.create("--ft-typography-caption-3-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:Gt.create("--ft-typography-caption-3-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Gt.create("--ft-typography-caption-3-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:Gt.create("--ft-typography-caption-3-semibold-textDecoration","","UNKNOWN","none")},"caption-3-bold":{fontFamily:Gt.create("--ft-typography-caption-3-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:Gt.create("--ft-typography-caption-3-bold-fontWeight","","UNKNOWN","700"),lineHeight:Gt.create("--ft-typography-caption-3-bold-lineHeight","","SIZE","130%"),fontSize:Gt.create("--ft-typography-caption-3-bold-fontSize","","SIZE","0.625rem"),letterSpacing:Gt.create("--ft-typography-caption-3-bold-letterSpacing","","SIZE","normal"),textCase:Gt.create("--ft-typography-caption-3-bold-textCase","","UNKNOWN","none"),paragraphSpacing:Gt.create("--ft-typography-caption-3-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Gt.create("--ft-typography-caption-3-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:Gt.create("--ft-typography-caption-3-bold-textDecoration","","UNKNOWN","none")}},jt={backgroundActionPrimary:Gt.extend("--ft-background-action-primary","Used as backgorund of primary action components.",Mt.colorBrand0),backgroundErrorPrimary:Gt.extend("--ft-background-error-primary","Used as background of error components.",Mt.colorRed0),backgroundErrorSubtle:Gt.extend("--ft-background-error-subtle","Used as background of subtle error components.",Mt.colorRed10),backgroundInfoPrimary:Gt.extend("--ft-background-info-primary","Used as background of information components.",Mt.colorCyan200),backgroundInfoSubtle:Gt.extend("--ft-background-info-subtle","Used as background of subtle information components.",Mt.colorCyan10),backgroundWarningPrimary:Gt.extend("--ft-background-warning-primary","Used as background of warning components.",Mt.colorOrange300),backgroundWarningSubtle:Gt.extend("--ft-background-warning-subtle","Used as background of subtle information components.",Mt.colorOrange10),backgroundSuccessPrimary:Gt.extend("--ft-background-success-primary","Used as background of success components.",Mt.colorGreen200),backgroundSuccessSubtle:Gt.extend("--ft-background-success-subtle","Used as background of subtle success components.",Mt.colorGreen10),backgroundGlobalSurface:Gt.extend("--ft-background-global-surface","Used as app background.",Mt.colorWhite),backgroundGlobalOnSurface:Gt.extend("--ft-background-global-on-surface","Used as background on element on the base background, like cards.",Mt.colorGray10),backgroundGlobalOnSurfaceDark:Gt.extend("--ft-background-global-on-surface-dark","Used as background on element that need background separation.",Mt.colorGray30),contentActionPrimary:Gt.extend("--ft-content-action-primary","Used on label of primary action on light surface.",Mt.colorBrand0),contentWarningPrimary:Gt.extend("--ft-content-warning-primary","Used on label of warning messages on light surface.",Mt.colorOrange300),contentWarningIconOnly:Gt.extend("--ft-content-warning-icon-only","Used on warning status icons alone",Mt.colorOrange0),contentErrorPrimary:Gt.extend("--ft-content-error-primary","Used on label of error messages on light surface.",Mt.colorRed0),contentErrorIconOnly:Gt.extend("--ft-content-error-icon-only","Used on error status icons alone",Mt.colorRed0),contentInfoPrimary:Gt.extend("--ft-content-info-primary","Used on label of information messages on light surface.",Mt.colorCyan200),contentInfoIconOnly:Gt.extend("--ft-content-info-icon-only","Used on info status icons alone",Mt.colorCyan0),contentSuccessPrimary:Gt.extend("--ft-content-success-primary","Used on label of success messages on light surface.",Mt.colorGreen200),contentSuccessIconOnly:Gt.extend("--ft-content-success-icon-only","Used on success status icons alone",Mt.colorGreen0),contentGlobalPrimary:Gt.extend("--ft-content-global-primary","Used for main content on the page.",Mt.colorGray500),contentGlobalSecondary:Gt.extend("--ft-content-global-secondary","Used for secondary content, often paired with primary content.\nAlso for action icons.",Mt.colorGray200),contentGlobalSubtle:Gt.extend("--ft-content-global-subtle","Used for placeholder, unselected items in a tab component or breadcrumb.",Mt.colorGray0),contentGlobalOnColor:Gt.extend("--ft-content-global-on-color","Used for content on a dominant color.",Mt.colorWhite),borderActionPrimary:Gt.extend("--ft-border-action-primary","Used as border for primary action components.",Mt.colorBrand0),borderActionFocusRing:Gt.extend("--ft-border-action-focus-ring","Focus ring is an additional border to indicate focus-visible state.",Mt.colorCyan0),borderWarningPrimary:Gt.extend("--ft-border-warning-primary","Used as border for text fields in warning state and for buttons in warning color",Mt.colorOrange300),borderWarningSubtle:Gt.extend("--ft-border-warning-subtle","Used as border for warning components.",Mt.colorOrange30),borderSuccessPrimary:Gt.extend("--ft-border-success-primary","Used as border for success buttons.",Mt.colorGreen200),borderSuccessSubtle:Gt.extend("--ft-border-success-subtle","Used as border for success components.",Mt.colorGreen30),borderErrorPrimary:Gt.extend("--ft-border-error-primary","Used as border for text fields in error states.",Mt.colorRed0),borderErrorSubtle:Gt.extend("--ft-border-error-subtle","Used as border for error components.",Mt.colorRed30),borderInfoPrimary:Gt.extend("--ft-border-info-primary","Used as border for buttons in info color.",Mt.colorCyan200),borderInfoSubtle:Gt.extend("--ft-border-info-subtle","Used as border for information components.",Mt.colorCyan30),borderGlobalPrimary:Gt.extend("--ft-border-global-primary","Used as border for element like input.",Mt.colorGray50),borderGlobalSubtle:Gt.extend("--ft-border-global-subtle","Used as border to deliminate an area filled with background.on-surface and separators.",Mt.colorGray30),borderInputPrimary:Gt.extend("--ft-border-input-primary","Used as border for checkboxes and radio buttons",Mt.colorGray80)};Gt.create("--ft-button-large-height","","SIZE","40px"),Gt.extend("--ft-button-large-horizontal-padding","",Mt.spacing4),Gt.extend("--ft-button-large-gap","",Mt.spacing2),Gt.extend("--ft-button-large-border-radius","",Mt.borderRadiusS),Gt.extend("--ft-button-large-icon-size","",Mt.iconSize3),Gt.create("--ft-button-large-border-width","","SIZE","1px"),Gt.create("--ft-button-large-focus-outline-offset","","SIZE","2px"),Gt.create("--ft-button-large-focus-outline-width","","SIZE","2px"),Gt.create("--ft-button-large-icon-only-width","","SIZE","40px"),Gt.create("--ft-button-small-height","","SIZE","30px"),Gt.extend("--ft-button-small-horizontal-padding","",Mt.spacing3),Gt.extend("--ft-button-small-gap","",Mt.spacing2),Gt.extend("--ft-button-small-border-radius","",Mt.borderRadiusS),Gt.extend("--ft-button-small-icon-size","",Mt.iconSize2),Gt.create("--ft-button-small-border-width","","SIZE","1px"),Gt.create("--ft-button-small-focus-outline-offset","","SIZE","2px"),Gt.create("--ft-button-small-focus-outline-width","","SIZE","2px"),Gt.create("--ft-button-small-icon-only-width","","SIZE","30px"),Gt.extend("--ft-button-primary-background-color","",jt.backgroundActionPrimary),Gt.extend("--ft-button-primary-color","",jt.contentGlobalOnColor),Gt.extend("--ft-button-primary-icon-color","",jt.contentGlobalOnColor),Gt.extend("--ft-button-primary-state-layer-color","",jt.contentGlobalOnColor),Gt.extend("--ft-button-primary-state-layer-opacity-hover","",Mt.opacity16),Gt.extend("--ft-button-primary-state-layer-opacity-focus","",Mt.opacity16),Gt.extend("--ft-button-primary-state-layer-opacity-active","",Mt.opacity24),Gt.extend("--ft-button-primary-component-opacity-disabled","",Mt.opacity40),Gt.extend("--ft-button-focus-focus-ring-color","",jt.borderActionFocusRing),Gt.create("--ft-button-tertiary-background-color","","COLOR","rgba(0,0,0,0)"),Gt.extend("--ft-button-tertiary-color","",jt.contentActionPrimary),Gt.extend("--ft-button-tertiary-icon-color","",jt.contentActionPrimary),Gt.extend("--ft-button-tertiary-state-layer-color","",jt.contentActionPrimary),Gt.extend("--ft-button-tertiary-state-layer-opacity-hover","",Mt.opacity8),Gt.extend("--ft-button-tertiary-state-layer-opacity-focus","",Mt.opacity8),Gt.extend("--ft-button-tertiary-state-layer-opacity-active","",Mt.opacity16),Gt.extend("--ft-button-tertiary-component-opacity-disabled","",Mt.opacity40),Gt.create("--ft-button-secondary-background-color","","COLOR","rgba(0,0,0,0)"),Gt.extend("--ft-button-secondary-color","",jt.contentActionPrimary),Gt.extend("--ft-button-secondary-icon-color","",jt.contentActionPrimary),Gt.extend("--ft-button-secondary-state-layer-color","",jt.contentActionPrimary),Gt.extend("--ft-button-secondary-state-layer-opacity-hover","",Mt.opacity8),Gt.extend("--ft-button-secondary-state-layer-opacity-focus","",Mt.opacity8),Gt.extend("--ft-button-secondary-state-layer-opacity-active","",Mt.opacity16),Gt.extend("--ft-button-secondary-component-opacity-disabled","",Mt.opacity40),Gt.extend("--ft-button-secondary-border-color","",jt.borderActionPrimary),Gt.create("--ft-button-neutral-background-color","","COLOR","rgba(0,0,0,0)"),Gt.extend("--ft-button-neutral-icon-color","",jt.contentGlobalSecondary),Gt.extend("--ft-button-neutral-color","",jt.contentGlobalSecondary),Gt.extend("--ft-button-neutral-state-layer-color","",jt.contentGlobalSecondary),Gt.extend("--ft-button-neutral-state-layer-opacity-hover","",Mt.opacity8),Gt.extend("--ft-button-neutral-state-layer-opacity-focus","",Mt.opacity8),Gt.extend("--ft-button-neutral-state-layer-opacity-active","",Mt.opacity16),Gt.extend("--ft-button-neutral-component-opacity-disabled","",Mt.opacity40),Gt.extend("--ft-floating-menu-horizontal-padding","",Mt.spacing4),Gt.extend("--ft-floating-menu-vertical-padding","",Mt.spacing4),Gt.extend("--ft-floating-menu-off-icon-color","",jt.contentGlobalPrimary),Gt.extend("--ft-floating-menu-off-color","",jt.contentGlobalPrimary),Gt.extend("--ft-floating-menu-on-color","",jt.contentActionPrimary),Gt.extend("--ft-floating-menu-on-icon-color","",jt.contentActionPrimary),Gt.extend("--ft-floating-menu-on-state-layer-color","",jt.contentActionPrimary),Gt.extend("--ft-floating-menu-gap","",Mt.spacing3),Gt.extend("--ft-floating-menu-focus-focus-ring-color","",jt.borderActionFocusRing),Gt.create("--ft-floating-menu-focus-outline-width","","SIZE","3px"),Gt.extend("--ft-floating-menu-state-layer-opacity-hover","",Mt.opacity8),Gt.extend("--ft-floating-menu-state-layer-opacity-active","",Mt.opacity16),Gt.extend("--ft-floating-menu-state-layer-opacity-focus","",Mt.opacity8),Gt.extend("--ft-floating-menu-component-opacity-disabled","",Mt.opacity40),Gt.extend("--ft-floating-menu-icon-size","",Mt.iconSize3),Gt.extend("--ft-floating-menu-background-color","",jt.backgroundGlobalOnSurface),Gt.extend("--ft-tabs-top-left-border-radius","",Mt.borderRadiusS),Gt.extend("--ft-tabs-top-right-border-radius","",Mt.borderRadiusS),Gt.extend("--ft-tabs-label-horizontal-padding","",Mt.spacing4),Gt.extend("--ft-tabs-label-vertical-padding","",Mt.spacing3),Gt.extend("--ft-tabs-label-gap","",Mt.spacing1),Gt.extend("--ft-tabs-icon-horizontal-padding","",Mt.spacing1),Gt.extend("--ft-tabs-icon-vertical-padding","",Mt.spacing4),Gt.create("--ft-tabs-focus-outline-width","","SIZE","2px"),Gt.extend("--ft-tabs-focus-focus-ring-color","",jt.borderActionFocusRing),Gt.extend("--ft-tabs-off-state-layer-opacity-hover","",Mt.opacity8),Gt.extend("--ft-tabs-off-state-layer-opacity-focus","",Mt.opacity8),Gt.extend("--ft-tabs-off-state-layer-opacity-active","",Mt.opacity16),Gt.extend("--ft-tabs-off-component-opacity-disabled","",Mt.opacity40),Gt.extend("--ft-tabs-off-color","",jt.contentGlobalSubtle),Gt.extend("--ft-tabs-off-state-layer-color","",jt.contentGlobalSubtle),Gt.extend("--ft-tabs-on-state-layer-opacity-hover","",Mt.opacity8),Gt.extend("--ft-tabs-on-state-layer-opacity-focus","",Mt.opacity8),Gt.extend("--ft-tabs-on-state-layer-opacity-active","",Mt.opacity16),Gt.extend("--ft-tabs-on-component-opacity-disabled","",Mt.opacity40),Gt.extend("--ft-tabs-on-color","",jt.contentActionPrimary),Gt.extend("--ft-tabs-on-state-layer-color","",jt.contentActionPrimary),Gt.extend("--ft-collapsible-state-layer-opacity-hover","",Mt.opacity8),Gt.extend("--ft-collapsible-state-layer-opacity-focus","",Mt.opacity8),Gt.extend("--ft-collapsible-state-layer-opacity-active","",Mt.opacity16),Gt.extend("--ft-collapsible-component-opacity-disabled","",Mt.opacity40),Gt.extend("--ft-collapsible-horizontal-padding","",Mt.spacing4),Gt.extend("--ft-collapsible-vertical-padding","",Mt.spacing3),Gt.create("--ft-collapsible-focus-outline-width","","SIZE","3px"),Gt.extend("--ft-collapsible-focus-focus-ring-color","",jt.borderActionFocusRing),Gt.extend("--ft-collapsible-color","",jt.contentGlobalPrimary),Gt.extend("--ft-collapsible-state-layer-color","",jt.contentGlobalPrimary),Gt.extend("--ft-collapsible-background-color","",jt.backgroundGlobalOnSurface),Gt.extend("--ft-collapsible-border-color","",jt.borderGlobalSubtle),Gt.extend("--ft-collapsible-icon-size","",Mt.iconSize3),Gt.extend("--ft-switch-group-horizontal-padding","",Mt.spacing1),Gt.extend("--ft-switch-group-vertical-padding","",Mt.spacing1),Gt.extend("--ft-switch-group-gap","",Mt.spacing1),Gt.extend("--ft-switch-group-background-color","",jt.backgroundGlobalSurface),Gt.extend("--ft-switch-group-border-color","",jt.borderGlobalSubtle),Gt.create("--ft-switch-group-border-radius","","SIZE","6px"),Gt.extend("--ft-switch-label-horizontal-padding","",Mt.spacing2),Gt.extend("--ft-switch-label-vertical-padding","",Mt.spacing1),Gt.extend("--ft-switch-icon-horizontal-padding","",Mt.spacing1),Gt.extend("--ft-switch-icon-vertical-padding","",Mt.spacing1),Gt.create("--ft-switch-focus-outline-width","","SIZE","2px"),Gt.extend("--ft-switch-focus-focus-ring-color","",jt.borderActionFocusRing),Gt.extend("--ft-switch-option-border-radius","",Mt.borderRadiusS),Gt.extend("--ft-switch-off-state-layer-opacity-hover","",Mt.opacity8),Gt.extend("--ft-switch-off-state-layer-opacity-focus","",Mt.opacity8),Gt.extend("--ft-switch-off-state-layer-opacity-active","",Mt.opacity16),Gt.extend("--ft-switch-off-component-opacity-disabled","",Mt.opacity40),Gt.extend("--ft-switch-off-color","",jt.contentGlobalSubtle),Gt.extend("--ft-switch-off-state-layer-color","",jt.contentGlobalSubtle),Gt.extend("--ft-switch-on-state-layer-opacity-hover","",Mt.opacity8),Gt.extend("--ft-switch-on-state-layer-opacity-focus","",Mt.opacity8),Gt.extend("--ft-switch-on-state-layer-opacity-active","",Mt.opacity16),Gt.extend("--ft-switch-on-component-opacity-disabled","",Mt.opacity40),Gt.extend("--ft-switch-on-color","",jt.contentActionPrimary),Gt.extend("--ft-switch-on-state-layer-color","",jt.contentActionPrimary),Gt.extend("--ft-chart-1-light","for area color charts",Mt.colorBrand40),Gt.extend("--ft-chart-1-base","for line charts",Mt.colorBrand0),Gt.extend("--ft-chart-2-light","for area color charts",Mt.colorYellow60),Gt.extend("--ft-chart-2-base","for line charts",Mt.colorYellow100),Gt.extend("--ft-chart-3-light","",Mt.colorUltramarine40),Gt.extend("--ft-chart-3-base","",Mt.colorUltramarine70),Gt.extend("--ft-chart-4-light","",Mt.colorCyan50),Gt.extend("--ft-chart-4-base","",Mt.colorCyan100),Gt.extend("--ft-chart-5-light","",Mt.colorRed40),Gt.extend("--ft-chart-5-base","",Mt.colorRed60),Gt.extend("--ft-chart-6-light","",Mt.colorGreen40),Gt.extend("--ft-chart-6-base","",Mt.colorGreen70),Gt.extend("--ft-chart-7-light","",Mt.colorOrange70),Gt.extend("--ft-chart-7-base","",Mt.colorOrange100),Gt.extend("--ft-chart-8-light","",Mt.colorAvocado70),Gt.extend("--ft-chart-8-base","",Mt.colorAvocado200),Gt.extend("--ft-chart-9-light","",Mt.colorBrown50),Gt.extend("--ft-chart-9-base","",Mt.colorBrown200),Gt.extend("--ft-chart-10-light","",Mt.colorGray50),Gt.extend("--ft-chart-10-base","",Mt.colorGray80),Gt.extend("--ft-chart-monochrome-10","",Mt.colorBrand10),Gt.extend("--ft-chart-monochrome-20","",Mt.colorBrand20),Gt.extend("--ft-chart-monochrome-30","",Mt.colorBrand40),Gt.extend("--ft-chart-monochrome-40","",Mt.colorBrand60),Gt.extend("--ft-chart-monochrome-50","",Mt.colorBrand0),Gt.extend("--ft-chart-monochrome-60","",Mt.colorBrand200),Gt.extend("--ft-chip-large-horizontal-padding","",Mt.spacing4),Gt.extend("--ft-chip-large-vertical-padding","",Mt.spacing2),Gt.extend("--ft-chip-large-gap","",Mt.spacing1),Gt.create("--ft-chip-large-focus-outline-offset","","SIZE","2px"),Gt.create("--ft-chip-large-focus-outline-width","","SIZE","2px"),Gt.extend("--ft-chip-large-border-radius","",Mt.borderRadiusPill),Gt.create("--ft-chip-large-border-width","","SIZE","1px"),Gt.extend("--ft-chip-large-icon-size","",Mt.iconSize3),Gt.extend("--ft-chip-medium-horizontal-padding","",Mt.spacing3),Gt.extend("--ft-chip-medium-vertical-padding","",Mt.spacing1),Gt.extend("--ft-chip-medium-gap","",Mt.spacing1),Gt.create("--ft-chip-medium-focus-outline-offset","","SIZE","2px"),Gt.create("--ft-chip-medium-focus-outline-width","","SIZE","2px"),Gt.extend("--ft-chip-medium-border-radius","",Mt.borderRadiusPill),Gt.create("--ft-chip-medium-border-width","","SIZE","1px"),Gt.extend("--ft-chip-medium-icon-size","",Mt.iconSize2),Gt.extend("--ft-chip-small-horizontal-padding","",Mt.spacing2),Gt.extend("--ft-chip-small-vertical-padding","",Mt.spacing05),Gt.extend("--ft-chip-small-gap","",Mt.spacing1),Gt.create("--ft-chip-small-focus-outline-offset","","SIZE","2px"),Gt.create("--ft-chip-small-focus-outline-width","","SIZE","2px"),Gt.extend("--ft-chip-small-border-radius","",Mt.borderRadiusPill),Gt.create("--ft-chip-small-border-width","","SIZE","1px"),Gt.extend("--ft-chip-small-icon-size","",Mt.iconSize1),Gt.extend("--ft-chip-neutral-background-color","",jt.backgroundGlobalOnSurface),Gt.extend("--ft-chip-neutral-color","",jt.contentGlobalPrimary),Gt.extend("--ft-chip-neutral-border-color","",jt.borderGlobalSubtle),Gt.extend("--ft-chip-info-background-color","",jt.backgroundInfoSubtle),Gt.extend("--ft-chip-info-color","",jt.contentInfoPrimary),Gt.extend("--ft-chip-info-border-color","",jt.borderInfoSubtle),Gt.extend("--ft-chip-success-background-color","",jt.backgroundSuccessSubtle),Gt.extend("--ft-chip-success-color","",jt.contentSuccessPrimary),Gt.extend("--ft-chip-success-border-color","",jt.borderSuccessSubtle),Gt.extend("--ft-chip-warning-background-color","",jt.backgroundWarningSubtle),Gt.extend("--ft-chip-warning-color","",jt.contentWarningPrimary),Gt.extend("--ft-chip-warning-border-color","",jt.borderWarningSubtle),Gt.extend("--ft-chip-error-background-color","",jt.backgroundErrorSubtle),Gt.extend("--ft-chip-error-color","",jt.contentErrorPrimary),Gt.extend("--ft-chip-error-border-color","",jt.borderErrorSubtle),Gt.create("--ft-notice-border-width","","SIZE","1px"),Gt.extend("--ft-notice-horizontal-padding","",Mt.spacing2),Gt.extend("--ft-notice-vertical-padding","",Mt.spacing1),Gt.extend("--ft-notice-border-radius","",Mt.borderRadiusS),Gt.extend("--ft-notice-gap","",Mt.spacing2),Gt.extend("--ft-notice-icon-size","",Mt.iconSize3),Gt.extend("--ft-notice-info-background-color","",jt.backgroundInfoSubtle),Gt.extend("--ft-notice-info-border-color","",jt.borderInfoSubtle),Gt.extend("--ft-notice-info-color","",jt.contentInfoPrimary),Gt.extend("--ft-notice-warning-background-color","",jt.backgroundWarningSubtle),Gt.extend("--ft-notice-warning-border-color","",jt.borderWarningSubtle),Gt.extend("--ft-notice-warning-color","",jt.contentWarningPrimary),Gt.extend("--ft-checkbox-label-color","",jt.contentGlobalPrimary),Gt.extend("--ft-checkbox-checked-background-color","",jt.contentActionPrimary),Gt.extend("--ft-checkbox-checked-state-layer-color","",jt.contentActionPrimary),Gt.extend("--ft-checkbox-checked-color","",jt.contentGlobalOnColor),Gt.extend("--ft-checkbox-checked-state-layer-opacity-hover","",Mt.opacity16),Gt.extend("--ft-checkbox-checked-state-layer-opacity-focus","",Mt.opacity16),Gt.extend("--ft-checkbox-checked-state-layer-opacity-active","",Mt.opacity24),Gt.extend("--ft-checkbox-checked-component-opacity-disabled","",Mt.opacity40),Gt.extend("--ft-checkbox-unchecked-border-color","",Mt.colorGray80),Gt.extend("--ft-checkbox-unchecked-state-layer-color","",Mt.colorGray80),Gt.extend("--ft-checkbox-unchecked-state-layer-opacity-hover","",Mt.opacity16),Gt.extend("--ft-checkbox-unchecked-state-layer-opacity-focus","",Mt.opacity16),Gt.extend("--ft-checkbox-unchecked-state-layer-opacity-active","",Mt.opacity24),Gt.extend("--ft-checkbox-unchecked-component-opacity-disabled","",Mt.opacity40),Gt.extend("--ft-checkbox-focus-focus-ring-color","",jt.borderActionFocusRing),Gt.create("--ft-checkbox-focus-outline-offset","","SIZE","3px"),Gt.create("--ft-checkbox-focus-outline-width","","SIZE","2px"),Gt.extend("--ft-checkbox-gap","",Mt.spacing3),Gt.extend("--ft-toggle-off-state-layer-opacity-hover","",Mt.opacity16),Gt.extend("--ft-toggle-off-state-layer-opacity-focus","",Mt.opacity16),Gt.extend("--ft-toggle-off-state-layer-opacity-active","",Mt.opacity24),Gt.extend("--ft-toggle-off-component-opacity-disabled","",Mt.opacity40),Gt.extend("--ft-toggle-off-background-color","",jt.contentGlobalSubtle),Gt.extend("--ft-toggle-off-icon-color","",jt.contentGlobalSubtle),Gt.extend("--ft-toggle-off-state-layer-color","",jt.contentGlobalSubtle),Gt.extend("--ft-toggle-on-state-layer-opacity-hover","",Mt.opacity16),Gt.extend("--ft-toggle-on-state-layer-opacity-focus","",Mt.opacity16),Gt.extend("--ft-toggle-on-state-layer-opacity-active","",Mt.opacity24),Gt.extend("--ft-toggle-on-component-opacity-disabled","",Mt.opacity40),Gt.extend("--ft-toggle-on-background-color","",jt.contentActionPrimary),Gt.extend("--ft-toggle-on-icon-color","",jt.contentActionPrimary),Gt.extend("--ft-toggle-on-state-layer-color","",jt.contentActionPrimary),Gt.extend("--ft-toggle-label-color","",jt.contentGlobalPrimary),Gt.extend("--ft-toggle-focus-focus-ring-color","",jt.borderActionFocusRing),Gt.extend("--ft-toggle-gap","",Mt.spacing3),Gt.extend("--ft-radio-label-color","",jt.contentGlobalPrimary),Gt.extend("--ft-radio-selected-color","",jt.contentActionPrimary),Gt.extend("--ft-radio-selected-state-layer-color","",jt.contentActionPrimary),Gt.extend("--ft-radio-selected-state-layer-opacity-hover","",Mt.opacity16),Gt.extend("--ft-radio-selected-state-layer-opacity-focus","",Mt.opacity16),Gt.extend("--ft-radio-selected-state-layer-opacity-active","",Mt.opacity24),Gt.extend("--ft-radio-selected-component-opacity-disabled","",Mt.opacity40),Gt.extend("--ft-radio-unselected-state-layer-color","",Mt.colorGray80),Gt.extend("--ft-radio-unselected-state-layer-opacity-hover","",Mt.opacity16),Gt.extend("--ft-radio-unselected-state-layer-opacity-focus","",Mt.opacity16),Gt.extend("--ft-radio-unselected-state-layer-opacity-active","",Mt.opacity24),Gt.extend("--ft-radio-unselected-component-opacity-disabled","",Mt.opacity40),Gt.extend("--ft-radio-focus-focus-ring-color","",jt.borderActionFocusRing),Gt.create("--ft-radio-focus-outline-offset","","SIZE","3px"),Gt.create("--ft-radio-focus-outline-width","","SIZE","2px"),Gt.extend("--ft-radio-gap","",Mt.spacing3),Gt.extend("--ft-notification-icon-size","",Mt.iconSize4),Gt.extend("--ft-notification-horizontal-padding","",Mt.spacing4),Gt.extend("--ft-notification-vertical-padding","",Mt.spacing4),Gt.extend("--ft-notification-info-background-color","",jt.backgroundInfoSubtle),Gt.extend("--ft-notification-info-color","",jt.contentInfoPrimary),Gt.extend("--ft-notification-info-border-color","",jt.borderInfoSubtle),Gt.extend("--ft-notification-success-background-color","",jt.backgroundSuccessSubtle),Gt.extend("--ft-notification-success-color","",jt.contentSuccessPrimary),Gt.extend("--ft-notification-success-border-color","",jt.borderSuccessSubtle),Gt.extend("--ft-notification-warning-background-color","",jt.backgroundWarningSubtle),Gt.extend("--ft-notification-warning-color","",jt.contentWarningPrimary),Gt.extend("--ft-notification-warning-border-color","",jt.borderWarningSubtle),Gt.extend("--ft-notification-error-background-color","",jt.backgroundErrorSubtle),Gt.extend("--ft-notification-error-color","",jt.contentErrorPrimary),Gt.extend("--ft-notification-error-border-color","",jt.borderErrorSubtle),Gt.extend("--ft-notification-border-radius","",Mt.borderRadiusPill),Gt.create("--ft-notification-border-width","","SIZE","1px"),Gt.extend("--ft-notification-gap-leading","",Mt.spacing2),Gt.extend("--ft-notification-gap-trailing","",Mt.spacing8),Gt.extend("--ft-tooltip-horizontal-padding","",Mt.spacing2),Gt.extend("--ft-tooltip-vertical-padding","",Mt.spacing2),Gt.extend("--ft-tooltip-border-radius","",Mt.borderRadiusS),Gt.extend("--ft-tooltip-label","",jt.contentGlobalOnColor),Gt.extend("--ft-tooltip-background","",jt.contentGlobalPrimary),Gt.extend("--ft-tooltip-background-opacity","",Mt.opacity80),Gt.extend("--ft-tooltip-shadow","",Mt.shadowElevation03);const Yt=o.FtCssVariableFactory.extend("--ft-typography-font-family","",o.designSystemVariables.titleFont),Vt=o.FtCssVariableFactory.extend("--ft-typography-font-family","",o.designSystemVariables.contentFont),Xt={fontFamily:Vt,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")},qt=o.FtCssVariableFactory.extend("--ft-typography-title-font-family","",Yt),Jt=o.FtCssVariableFactory.extend("--ft-typography-title-font-size","",Xt.fontSize,"20px"),Qt=o.FtCssVariableFactory.extend("--ft-typography-title-font-weight","",Xt.fontWeight,"normal"),to=o.FtCssVariableFactory.extend("--ft-typography-title-letter-spacing","",Xt.letterSpacing,"0.15px"),oo=o.FtCssVariableFactory.extend("--ft-typography-title-line-height","",Xt.lineHeight,"1.2"),eo=o.FtCssVariableFactory.extend("--ft-typography-title-text-transform","",Xt.textTransform,"inherit"),ro=o.FtCssVariableFactory.extend("--ft-typography-title-dense-font-family","",Yt),ao=o.FtCssVariableFactory.extend("--ft-typography-title-dense-font-size","",Xt.fontSize,"14px"),io=o.FtCssVariableFactory.extend("--ft-typography-title-dense-font-weight","",Xt.fontWeight,"normal"),no=o.FtCssVariableFactory.extend("--ft-typography-title-dense-letter-spacing","",Xt.letterSpacing,"0.105px"),lo=o.FtCssVariableFactory.extend("--ft-typography-title-dense-line-height","",Xt.lineHeight,"1.7"),co=o.FtCssVariableFactory.extend("--ft-typography-title-dense-text-transform","",Xt.textTransform,"inherit"),so=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-family","",Vt),po=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-size","",Xt.fontSize,"16px"),fo=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-weight","",Xt.fontWeight,"600"),ho=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-letter-spacing","",Xt.letterSpacing,"0.144px"),yo=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-line-height","",Xt.lineHeight,"1.5"),go=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-text-transform","",Xt.textTransform,"inherit"),uo=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-family","",Vt),bo=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-size","",Xt.fontSize,"14px"),mo=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-weight","",Xt.fontWeight,"normal"),Oo=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-letter-spacing","",Xt.letterSpacing,"0.098px"),No=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-line-height","",Xt.lineHeight,"1.7"),So=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-text-transform","",Xt.textTransform,"inherit"),xo=o.FtCssVariableFactory.extend("--ft-typography-body1-font-family","",Vt),vo=o.FtCssVariableFactory.extend("--ft-typography-body1-font-size","",Xt.fontSize,"16px"),Co=o.FtCssVariableFactory.extend("--ft-typography-body1-font-weight","",Xt.fontWeight,"normal"),wo=o.FtCssVariableFactory.extend("--ft-typography-body1-letter-spacing","",Xt.letterSpacing,"0.496px"),Eo=o.FtCssVariableFactory.extend("--ft-typography-body1-line-height","",Xt.lineHeight,"1.5"),Io=o.FtCssVariableFactory.extend("--ft-typography-body1-text-transform","",Xt.textTransform,"inherit"),Uo=o.FtCssVariableFactory.extend("--ft-typography-body2-font-family","",Vt),Ro=o.FtCssVariableFactory.extend("--ft-typography-body2-font-size","",Xt.fontSize,"14px"),Wo=o.FtCssVariableFactory.extend("--ft-typography-body2-font-weight","",Xt.fontWeight,"normal"),Lo=o.FtCssVariableFactory.extend("--ft-typography-body2-letter-spacing","",Xt.letterSpacing,"0.252px"),Ko=o.FtCssVariableFactory.extend("--ft-typography-body2-line-height","",Xt.lineHeight,"1.4"),Ao=o.FtCssVariableFactory.extend("--ft-typography-body2-text-transform","",Xt.textTransform,"inherit"),ko=o.FtCssVariableFactory.extend("--ft-typography-caption-font-family","",Vt),Zo=o.FtCssVariableFactory.extend("--ft-typography-caption-font-size","",Xt.fontSize,"12px"),$o=o.FtCssVariableFactory.extend("--ft-typography-caption-font-weight","",Xt.fontWeight,"normal"),Do=o.FtCssVariableFactory.extend("--ft-typography-caption-letter-spacing","",Xt.letterSpacing,"0.396px"),zo=o.FtCssVariableFactory.extend("--ft-typography-caption-line-height","",Xt.lineHeight,"1.33"),Fo=o.FtCssVariableFactory.extend("--ft-typography-caption-text-transform","",Xt.textTransform,"inherit"),Bo=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-family","",Vt),Ho=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-size","",Xt.fontSize,"10px"),To=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-weight","",Xt.fontWeight,"normal"),Po=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-letter-spacing","",Xt.letterSpacing,"0.33px"),Go=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-line-height","",Xt.lineHeight,"1.6"),Mo=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-text-transform","",Xt.textTransform,"inherit"),_o=o.FtCssVariableFactory.extend("--ft-typography-overline-font-family","",Vt),jo=o.FtCssVariableFactory.extend("--ft-typography-overline-font-size","",Xt.fontSize,"10px"),Yo=o.FtCssVariableFactory.extend("--ft-typography-overline-font-weight","",Xt.fontWeight,"normal"),Vo=o.FtCssVariableFactory.extend("--ft-typography-overline-letter-spacing","",Xt.letterSpacing,"1.5px"),Xo=o.FtCssVariableFactory.extend("--ft-typography-overline-line-height","",Xt.lineHeight,"1.6"),qo=o.FtCssVariableFactory.extend("--ft-typography-overline-text-transform","",Xt.textTransform,"uppercase"),Jo=o.FtCssVariableFactory.extend("--ft-typography-button-font-family","",Vt),Qo=o.FtCssVariableFactory.extend("--ft-typography-button-font-size","",Xt.fontSize,"14px"),te=o.FtCssVariableFactory.extend("--ft-typography-button-font-weight","",Xt.fontWeight,"600"),oe=o.FtCssVariableFactory.extend("--ft-typography-button-letter-spacing","",Xt.letterSpacing,"1.246px"),ee=o.FtCssVariableFactory.extend("--ft-typography-button-line-height","",Xt.lineHeight,"1.15"),re=o.FtCssVariableFactory.extend("--ft-typography-button-text-transform","",Xt.textTransform,"uppercase"),ae=e.css`
41
+ const Dt=Symbol.for(""),zt=t=>{if(t?.r===Dt)return t?._$litStatic$},Ft=t=>({_$litStatic$:t,r:Dt}),Bt=new Map,Ht=(t=>(o,...e)=>{const r=e.length;let a,i;const n=[],l=[];let c,s=0,p=!1;for(;s<r;){for(c=o[s];s<r&&void 0!==(i=e[s],a=zt(i));)c+=a+o[++s],p=!0;s!==r&&l.push(i),n.push(c),s++}if(s===r&&n.push(o[r]),p){const t=n.join("$$lit$$");void 0===(o=Bt.get(t))&&(n.raw=n,Bt.set(t,o=n)),e=l}return t(o,...e)})(Nt);var Tt;!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"}(Tt||(Tt={}));const Pt=t=>"string"==typeof t?e.unsafeCSS(t):t;class Gt{static create(t,o,r,a){const i=t=>Pt(null!=t?t:a),n=e.css`var(${Pt(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(${Pt(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(${Pt(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(${Pt(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):Pt(null!=o?o:t.lastResortDefaultValue()),a=e.css`var(${Pt(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(${Pt(t.name)}, ${r(o)})`,a.breadcrumb=()=>t.fallbackVariable?[t.fallbackVariable.name,...t.fallbackVariable.breadcrumb()]:[],a.lastResortDefaultValue=()=>t.lastResortDefaultValue(),a}}const Mt={colorWhite:Gt.create("--ft-color-white","","COLOR","#ffffff"),colorGray0:Gt.create("--ft-color-gray-0","","COLOR","#71718e"),colorGray10:Gt.create("--ft-color-gray-10","","COLOR","#fbfbfc"),colorGray20:Gt.create("--ft-color-gray-20","","COLOR","#f2f2f5"),colorGray30:Gt.create("--ft-color-gray-30","","COLOR","#e9e9ed"),colorGray40:Gt.create("--ft-color-gray-40","","COLOR","#e0e0e6"),colorGray50:Gt.create("--ft-color-gray-50","","COLOR","#cdcdd7"),colorGray60:Gt.create("--ft-color-gray-60","","COLOR","#bbbbc9"),colorGray70:Gt.create("--ft-color-gray-70","","COLOR","#a8a8ba"),colorGray80:Gt.create("--ft-color-gray-80","","COLOR","#9696ab"),colorGray90:Gt.create("--ft-color-gray-90","","COLOR","#83839d"),colorGray100:Gt.create("--ft-color-gray-100","","COLOR","#62627c"),colorGray200:Gt.create("--ft-color-gray-200","","COLOR","#545469"),colorGray300:Gt.create("--ft-color-gray-300","","COLOR","#454557"),colorGray400:Gt.create("--ft-color-gray-400","","COLOR","#363644"),colorGray500:Gt.create("--ft-color-gray-500","","COLOR","#282832"),colorGray600:Gt.create("--ft-color-gray-600","","COLOR","#19191f"),colorGray700:Gt.create("--ft-color-gray-700","","COLOR","#0a0a0d"),colorBrand0:Gt.create("--ft-color-brand-0","","COLOR","#9d207b"),colorBrand10:Gt.create("--ft-color-brand-10","","COLOR","#f7edf4"),colorBrand20:Gt.create("--ft-color-brand-20","","COLOR","#ebcfe4"),colorBrand30:Gt.create("--ft-color-brand-30","","COLOR","#dfb2d3"),colorBrand40:Gt.create("--ft-color-brand-40","","COLOR","#d395c2"),colorBrand50:Gt.create("--ft-color-brand-50","","COLOR","#c778b1"),colorBrand60:Gt.create("--ft-color-brand-60","","COLOR","#ba5ba1"),colorBrand70:Gt.create("--ft-color-brand-70","","COLOR","#ae3e90"),colorBrand100:Gt.create("--ft-color-brand-100","","COLOR","#8d1d6e"),colorBrand200:Gt.create("--ft-color-brand-200","","COLOR","#78185e"),colorBrand300:Gt.create("--ft-color-brand-300","","COLOR","#62144d"),colorBrand400:Gt.create("--ft-color-brand-400","","COLOR","#4d103c"),colorBrand500:Gt.create("--ft-color-brand-500","","COLOR","#380b2c"),colorBrand600:Gt.create("--ft-color-brand-600","","COLOR","#23071b"),colorBrand700:Gt.create("--ft-color-brand-700","","COLOR","#0d030b"),colorCyan0:Gt.create("--ft-color-cyan-0","","COLOR","#0e98b4"),colorCyan10:Gt.create("--ft-color-cyan-10","","COLOR","#ebf6f9"),colorCyan20:Gt.create("--ft-color-cyan-20","","COLOR","#cbe9ef"),colorCyan30:Gt.create("--ft-color-cyan-30","","COLOR","#acdbe5"),colorCyan40:Gt.create("--ft-color-cyan-40","","COLOR","#8ccedb"),colorCyan50:Gt.create("--ft-color-cyan-50","","COLOR","#6dc0d1"),colorCyan60:Gt.create("--ft-color-cyan-60","","COLOR","#4db3c8"),colorCyan70:Gt.create("--ft-color-cyan-70","","COLOR","#2ea5be"),colorCyan100:Gt.create("--ft-color-cyan-100","","COLOR","#0c849c"),colorCyan200:Gt.create("--ft-color-cyan-200","","COLOR","#0a7085"),colorCyan300:Gt.create("--ft-color-cyan-300","","COLOR","#085c6d"),colorCyan400:Gt.create("--ft-color-cyan-400","","COLOR","#074856"),colorCyan500:Gt.create("--ft-color-cyan-500","","COLOR","#05343e"),colorCyan600:Gt.create("--ft-color-cyan-600","","COLOR","#032127"),colorCyan700:Gt.create("--ft-color-cyan-700","","COLOR","#010d0f"),colorGreen0:Gt.create("--ft-color-green-0","","COLOR","#21a274"),colorGreen10:Gt.create("--ft-color-green-10","","COLOR","#edf7f3"),colorGreen20:Gt.create("--ft-color-green-20","","COLOR","#cfebe1"),colorGreen30:Gt.create("--ft-color-green-30","","COLOR","#b2dfcf"),colorGreen40:Gt.create("--ft-color-green-40","","COLOR","#95d3bd"),colorGreen50:Gt.create("--ft-color-green-50","","COLOR","#78c7ab"),colorGreen60:Gt.create("--ft-color-green-60","","COLOR","#5bba98"),colorGreen70:Gt.create("--ft-color-green-70","","COLOR","#3eae86"),colorGreen100:Gt.create("--ft-color-green-100","","COLOR","#1d8d65"),colorGreen200:Gt.create("--ft-color-green-200","","COLOR","#187856"),colorGreen300:Gt.create("--ft-color-green-300","","COLOR","#146246"),colorGreen400:Gt.create("--ft-color-green-400","","COLOR","#104d37"),colorGreen500:Gt.create("--ft-color-green-500","","COLOR","#0b3828"),colorGreen600:Gt.create("--ft-color-green-600","","COLOR","#072319"),colorGreen700:Gt.create("--ft-color-green-700","","COLOR","#030d0a"),colorOrange0:Gt.create("--ft-color-orange-0","","COLOR","#ee8d17"),colorOrange10:Gt.create("--ft-color-orange-10","","COLOR","#fef6ec"),colorOrange20:Gt.create("--ft-color-orange-20","","COLOR","#fbe7cd"),colorOrange30:Gt.create("--ft-color-orange-30","","COLOR","#f9d8af"),colorOrange40:Gt.create("--ft-color-orange-40","","COLOR","#f7c991"),colorOrange50:Gt.create("--ft-color-orange-50","","COLOR","#f5ba72"),colorOrange60:Gt.create("--ft-color-orange-60","","COLOR","#f2ab54"),colorOrange70:Gt.create("--ft-color-orange-70","","COLOR","#f09c35"),colorOrange100:Gt.create("--ft-color-orange-100","","COLOR","#cf7b14"),colorOrange200:Gt.create("--ft-color-orange-200","","COLOR","#b06811"),colorOrange300:Gt.create("--ft-color-orange-300","","COLOR","#90560e"),colorOrange400:Gt.create("--ft-color-orange-400","","COLOR","#71430b"),colorOrange500:Gt.create("--ft-color-orange-500","","COLOR","#523108"),colorOrange600:Gt.create("--ft-color-orange-600","","COLOR","#331e05"),colorOrange700:Gt.create("--ft-color-orange-700","","COLOR","#140c02"),colorRed0:Gt.create("--ft-color-red-0","","COLOR","#b40e2c"),colorRed10:Gt.create("--ft-color-red-10","","COLOR","#f9ebed"),colorRed20:Gt.create("--ft-color-red-20","","COLOR","#efcbd2"),colorRed30:Gt.create("--ft-color-red-30","","COLOR","#e5acb6"),colorRed40:Gt.create("--ft-color-red-40","","COLOR","#db8c9b"),colorRed50:Gt.create("--ft-color-red-50","","COLOR","#d16d7f"),colorRed60:Gt.create("--ft-color-red-60","","COLOR","#c84d63"),colorRed70:Gt.create("--ft-color-red-70","","COLOR","#be2e48"),colorRed100:Gt.create("--ft-color-red-100","","COLOR","#9c0c26"),colorRed200:Gt.create("--ft-color-red-200","","COLOR","#850a20"),colorRed300:Gt.create("--ft-color-red-300","","COLOR","#6d081b"),colorRed400:Gt.create("--ft-color-red-400","","COLOR","#560715"),colorRed500:Gt.create("--ft-color-red-500","","COLOR","#3e050f"),colorRed600:Gt.create("--ft-color-red-600","","COLOR","#270309"),colorRed700:Gt.create("--ft-color-red-700","","COLOR","#0f0104"),colorYellow0:Gt.create("--ft-color-yellow-0","","COLOR","#E4C00C"),colorYellow10:Gt.create("--ft-color-yellow-10","","COLOR","#fefae9"),colorYellow20:Gt.create("--ft-color-yellow-20","","COLOR","#fcf4ca"),colorYellow30:Gt.create("--ft-color-yellow-30","","COLOR","#faedaa"),colorYellow40:Gt.create("--ft-color-yellow-40","","COLOR","#f9e78b"),colorYellow50:Gt.create("--ft-color-yellow-50","","COLOR","#f7e06b"),colorYellow60:Gt.create("--ft-color-yellow-60","","COLOR","#F4D63E"),colorYellow70:Gt.create("--ft-color-yellow-70","","COLOR","#F3CE16"),colorYellow100:Gt.create("--ft-color-yellow-100","","COLOR","#d3b10b"),colorYellow200:Gt.create("--ft-color-yellow-200","","COLOR","#b3970a"),colorYellow300:Gt.create("--ft-color-yellow-300","","COLOR","#947c08"),colorYellow400:Gt.create("--ft-color-yellow-400","","COLOR","#746206"),colorYellow500:Gt.create("--ft-color-yellow-500","","COLOR","#554705"),colorYellow600:Gt.create("--ft-color-yellow-600","","COLOR","#352d03"),colorYellow700:Gt.create("--ft-color-yellow-700","","COLOR","#161201"),colorUltramarine0:Gt.create("--ft-color-ultramarine-0","","COLOR","#3C19E5"),colorUltramarine10:Gt.create("--ft-color-ultramarine-10","","COLOR","#EDEAFD"),colorUltramarine20:Gt.create("--ft-color-ultramarine-20","","COLOR","#D4CCF9"),colorUltramarine30:Gt.create("--ft-color-ultramarine-30","","COLOR","#BBAFF6"),colorUltramarine40:Gt.create("--ft-color-ultramarine-40","","COLOR","#A191F3"),colorUltramarine50:Gt.create("--ft-color-ultramarine-50","","COLOR","#8873EF"),colorUltramarine60:Gt.create("--ft-color-ultramarine-60","","COLOR","#6F55EC"),colorUltramarine70:Gt.create("--ft-color-ultramarine-70","","COLOR","#5537E8"),colorUltramarine100:Gt.create("--ft-color-ultramarine-100","","COLOR","#3416C7"),colorUltramarine200:Gt.create("--ft-color-ultramarine-200","","COLOR","#2C13A9"),colorUltramarine300:Gt.create("--ft-color-ultramarine-300","","COLOR","#250F8C"),colorUltramarine400:Gt.create("--ft-color-ultramarine-400","","COLOR","#1D0C6E"),colorUltramarine500:Gt.create("--ft-color-ultramarine-500","","COLOR","#150950"),colorUltramarine600:Gt.create("--ft-color-ultramarine-600","","COLOR","#0D0532"),colorUltramarine700:Gt.create("--ft-color-ultramarine-700","","COLOR","#050215"),colorAvocado0:Gt.create("--ft-color-avocado-0","","COLOR","#98BD28"),colorAvocado10:Gt.create("--ft-color-avocado-10","","COLOR","#F6F9EC"),colorAvocado20:Gt.create("--ft-color-avocado-20","","COLOR","#E8F0D0"),colorAvocado30:Gt.create("--ft-color-avocado-30","","COLOR","#DBE8B4"),colorAvocado40:Gt.create("--ft-color-avocado-40","","COLOR","#CEDF98"),colorAvocado50:Gt.create("--ft-color-avocado-50","","COLOR","#C0D77C"),colorAvocado60:Gt.create("--ft-color-avocado-60","","COLOR","#B3CE60"),colorAvocado70:Gt.create("--ft-color-avocado-70","","COLOR","#A5C644"),colorAvocado100:Gt.create("--ft-color-avocado-100","","COLOR","#84A423"),colorAvocado200:Gt.create("--ft-color-avocado-200","","COLOR","#708C1E"),colorAvocado300:Gt.create("--ft-color-avocado-300","","COLOR","#5D7318"),colorAvocado400:Gt.create("--ft-color-avocado-400","","COLOR","#495B13"),colorAvocado500:Gt.create("--ft-color-avocado-500","","COLOR","#35420E"),colorAvocado600:Gt.create("--ft-color-avocado-600","","COLOR","#212A09"),colorAvocado700:Gt.create("--ft-color-avocado-700","","COLOR","#0E1104"),colorBrown0:Gt.create("--ft-color-brown-0","","COLOR","#B26F4D"),colorBrown10:Gt.create("--ft-color-brown-10","","COLOR","#F8F2EF"),colorBrown20:Gt.create("--ft-color-brown-20","","COLOR","#EEDFD8"),colorBrown30:Gt.create("--ft-color-brown-30","","COLOR","#E4CDC1"),colorBrown40:Gt.create("--ft-color-brown-40","","COLOR","#DABAAA"),colorBrown50:Gt.create("--ft-color-brown-50","","COLOR","#D0A792"),colorBrown60:Gt.create("--ft-color-brown-60","","COLOR","#C6947B"),colorBrown70:Gt.create("--ft-color-brown-70","","COLOR","#BC8264"),colorBrown100:Gt.create("--ft-color-brown-100","","COLOR","#9B6143"),colorBrown200:Gt.create("--ft-color-brown-200","","COLOR","#845239"),colorBrown300:Gt.create("--ft-color-brown-300","","COLOR","#6D442F"),colorBrown400:Gt.create("--ft-color-brown-400","","COLOR","#553525"),colorBrown500:Gt.create("--ft-color-brown-500","","COLOR","#3E271B"),colorBrown600:Gt.create("--ft-color-brown-600","","COLOR","#271811"),colorBrown700:Gt.create("--ft-color-brown-700","","COLOR","#100A07"),spacing1:Gt.create("--ft-spacing-1","","SIZE","0.25rem"),spacing2:Gt.create("--ft-spacing-2","","SIZE","calc(var(--ft-spacing-2, 0.25rem)*2)"),spacing3:Gt.create("--ft-spacing-3","","SIZE","calc(var(--ft-spacing-3, 0.25rem)*3)"),spacing4:Gt.create("--ft-spacing-4","","SIZE","calc(var(--ft-spacing-4, 0.25rem)*4)"),spacing5:Gt.create("--ft-spacing-5","","SIZE","calc(var(--ft-spacing-5, 0.25rem)*5)"),spacing6:Gt.create("--ft-spacing-6","","SIZE","calc(var(--ft-spacing-6, 0.25rem)*6)"),spacing8:Gt.create("--ft-spacing-8","","SIZE","calc(var(--ft-spacing-8, 0.25rem)*8)"),spacing10:Gt.create("--ft-spacing-10","","SIZE","calc(var(--ft-spacing-10, 0.25rem)*10)"),spacing12:Gt.create("--ft-spacing-12","","SIZE","calc(var(--ft-spacing-12, 0.25rem)*12)"),spacing16:Gt.create("--ft-spacing-16","","SIZE","calc(var(--ft-spacing-16, 0.25rem)*16)"),spacing20:Gt.create("--ft-spacing-20","","SIZE","calc(var(--ft-spacing-20, 0.25rem)*20)"),spacing24:Gt.create("--ft-spacing-24","","SIZE","calc(var(--ft-spacing-24, 0.25rem)*24)"),spacing28:Gt.create("--ft-spacing-28","","SIZE","calc(var(--ft-spacing-28, 0.25rem)*28)"),spacing32:Gt.create("--ft-spacing-32","","SIZE","calc(var(--ft-spacing-32, 0.25rem)*32)"),spacing05:Gt.create("--ft-spacing-0-5","","SIZE","calc(var(--ft-spacing-0-5, 0.25rem)*0.5)"),borderRadiusS:Gt.create("--ft-border-radius-s","","SIZE","4px"),borderRadiusM:Gt.create("--ft-border-radius-m","","SIZE","8px"),borderRadiusL:Gt.create("--ft-border-radius-l","","SIZE","12px"),borderRadiusXl:Gt.create("--ft-border-radius-xl","","SIZE","16px"),borderRadiusPill:Gt.create("--ft-border-radius-pill","","SIZE","999px"),borderRadiusRound:Gt.create("--ft-border-radius-round","","SIZE","50%"),iconSize1:Gt.create("--ft-icon-size-1","","SIZE","12px"),iconSize2:Gt.create("--ft-icon-size-2","","SIZE","16px"),iconSize3:Gt.create("--ft-icon-size-3","","SIZE","20px"),iconSize4:Gt.create("--ft-icon-size-4","","SIZE","24px"),iconSize5:Gt.create("--ft-icon-size-5","","SIZE","32px"),iconSize6:Gt.create("--ft-icon-size-6","","SIZE","48px"),opacity0:Gt.create("--ft-opacity-0","","NUMBER","0"),opacity8:Gt.create("--ft-opacity-8","","NUMBER","0.08"),opacity16:Gt.create("--ft-opacity-16","","NUMBER","0.16"),opacity24:Gt.create("--ft-opacity-24","","NUMBER","0.24"),opacity40:Gt.create("--ft-opacity-40","","NUMBER","0.4"),opacity80:Gt.create("--ft-opacity-80","","NUMBER","0.8"),shadowElevation01:Gt.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:Gt.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:Gt.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:Gt.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:Gt.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:Gt.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:Gt.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:Gt.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:Gt.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:Gt.create("--ft-typography-display-fontFamily","","UNKNOWN","Inter"),fontWeight:Gt.create("--ft-typography-display-fontWeight","","UNKNOWN","600"),lineHeight:Gt.create("--ft-typography-display-lineHeight","","SIZE","120%"),fontSize:Gt.create("--ft-typography-display-fontSize","","SIZE","2.5rem"),letterSpacing:Gt.create("--ft-typography-display-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:Gt.create("--ft-typography-display-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Gt.create("--ft-typography-display-paragraphIndent","","UNKNOWN","0"),textDecoration:Gt.create("--ft-typography-display-textDecoration","","UNKNOWN","none"),textCase:Gt.create("--ft-typography-display-textCase","","UNKNOWN","none")},"title-1":{fontFamily:Gt.create("--ft-typography-title-1-fontFamily","","UNKNOWN","Inter"),fontWeight:Gt.create("--ft-typography-title-1-fontWeight","","UNKNOWN","600"),lineHeight:Gt.create("--ft-typography-title-1-lineHeight","","SIZE","120%"),fontSize:Gt.create("--ft-typography-title-1-fontSize","","SIZE","1.5rem"),letterSpacing:Gt.create("--ft-typography-title-1-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:Gt.create("--ft-typography-title-1-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Gt.create("--ft-typography-title-1-paragraphIndent","","UNKNOWN","0"),textDecoration:Gt.create("--ft-typography-title-1-textDecoration","","UNKNOWN","none"),textCase:Gt.create("--ft-typography-title-1-textCase","","UNKNOWN","none")},"title-2":{fontFamily:Gt.create("--ft-typography-title-2-fontFamily","","UNKNOWN","Inter"),fontWeight:Gt.create("--ft-typography-title-2-fontWeight","","UNKNOWN","500"),lineHeight:Gt.create("--ft-typography-title-2-lineHeight","","SIZE","120%"),fontSize:Gt.create("--ft-typography-title-2-fontSize","","SIZE","1.25rem"),letterSpacing:Gt.create("--ft-typography-title-2-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:Gt.create("--ft-typography-title-2-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Gt.create("--ft-typography-title-2-paragraphIndent","","UNKNOWN","0"),textDecoration:Gt.create("--ft-typography-title-2-textDecoration","","UNKNOWN","none"),textCase:Gt.create("--ft-typography-title-2-textCase","","UNKNOWN","none")},"title-3":{fontFamily:Gt.create("--ft-typography-title-3-fontFamily","","UNKNOWN","Inter"),fontWeight:Gt.create("--ft-typography-title-3-fontWeight","","UNKNOWN","500"),lineHeight:Gt.create("--ft-typography-title-3-lineHeight","","SIZE","120%"),fontSize:Gt.create("--ft-typography-title-3-fontSize","","SIZE","1.125rem"),letterSpacing:Gt.create("--ft-typography-title-3-letterSpacing","","SIZE","-0.01em"),paragraphSpacing:Gt.create("--ft-typography-title-3-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Gt.create("--ft-typography-title-3-paragraphIndent","","UNKNOWN","0"),textDecoration:Gt.create("--ft-typography-title-3-textDecoration","","UNKNOWN","none"),textCase:Gt.create("--ft-typography-title-3-textCase","","UNKNOWN","none")},"body-1-regular":{fontFamily:Gt.create("--ft-typography-body-1-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:Gt.create("--ft-typography-body-1-regular-fontWeight","","UNKNOWN","400"),lineHeight:Gt.create("--ft-typography-body-1-regular-lineHeight","","SIZE","135%"),fontSize:Gt.create("--ft-typography-body-1-regular-fontSize","","SIZE","1rem"),letterSpacing:Gt.create("--ft-typography-body-1-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:Gt.create("--ft-typography-body-1-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Gt.create("--ft-typography-body-1-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:Gt.create("--ft-typography-body-1-regular-textDecoration","","UNKNOWN","none"),textCase:Gt.create("--ft-typography-body-1-regular-textCase","","UNKNOWN","none")},"body-1-medium":{fontFamily:Gt.create("--ft-typography-body-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:Gt.create("--ft-typography-body-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:Gt.create("--ft-typography-body-1-medium-lineHeight","","SIZE","135%"),fontSize:Gt.create("--ft-typography-body-1-medium-fontSize","","SIZE","1rem"),letterSpacing:Gt.create("--ft-typography-body-1-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:Gt.create("--ft-typography-body-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Gt.create("--ft-typography-body-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:Gt.create("--ft-typography-body-1-medium-textDecoration","","UNKNOWN","none"),textCase:Gt.create("--ft-typography-body-1-medium-textCase","","UNKNOWN","none")},"body-1-semibold":{fontFamily:Gt.create("--ft-typography-body-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:Gt.create("--ft-typography-body-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:Gt.create("--ft-typography-body-1-semibold-lineHeight","","SIZE","135%"),fontSize:Gt.create("--ft-typography-body-1-semibold-fontSize","","SIZE","1rem"),letterSpacing:Gt.create("--ft-typography-body-1-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:Gt.create("--ft-typography-body-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Gt.create("--ft-typography-body-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:Gt.create("--ft-typography-body-1-semibold-textDecoration","","UNKNOWN","none"),textCase:Gt.create("--ft-typography-body-1-semibold-textCase","","UNKNOWN","none")},"body-2-regular":{fontFamily:Gt.create("--ft-typography-body-2-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:Gt.create("--ft-typography-body-2-regular-fontWeight","","UNKNOWN","400"),lineHeight:Gt.create("--ft-typography-body-2-regular-lineHeight","","SIZE","135%"),fontSize:Gt.create("--ft-typography-body-2-regular-fontSize","","SIZE","0.875rem"),letterSpacing:Gt.create("--ft-typography-body-2-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:Gt.create("--ft-typography-body-2-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Gt.create("--ft-typography-body-2-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:Gt.create("--ft-typography-body-2-regular-textDecoration","","UNKNOWN","none"),textCase:Gt.create("--ft-typography-body-2-regular-textCase","","UNKNOWN","none")},"body-2-medium":{fontFamily:Gt.create("--ft-typography-body-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:Gt.create("--ft-typography-body-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:Gt.create("--ft-typography-body-2-medium-lineHeight","","SIZE","135%"),fontSize:Gt.create("--ft-typography-body-2-medium-fontSize","","SIZE","0.875rem"),letterSpacing:Gt.create("--ft-typography-body-2-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:Gt.create("--ft-typography-body-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Gt.create("--ft-typography-body-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:Gt.create("--ft-typography-body-2-medium-textDecoration","","UNKNOWN","none"),textCase:Gt.create("--ft-typography-body-2-medium-textCase","","UNKNOWN","none")},"body-2-semibold":{fontFamily:Gt.create("--ft-typography-body-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:Gt.create("--ft-typography-body-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:Gt.create("--ft-typography-body-2-semibold-lineHeight","","SIZE","135%"),fontSize:Gt.create("--ft-typography-body-2-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:Gt.create("--ft-typography-body-2-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:Gt.create("--ft-typography-body-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Gt.create("--ft-typography-body-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:Gt.create("--ft-typography-body-2-semibold-textDecoration","","UNKNOWN","none"),textCase:Gt.create("--ft-typography-body-2-semibold-textCase","","UNKNOWN","none")},"label-1-medium":{fontFamily:Gt.create("--ft-typography-label-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:Gt.create("--ft-typography-label-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:Gt.create("--ft-typography-label-1-medium-lineHeight","","SIZE","110%"),fontSize:Gt.create("--ft-typography-label-1-medium-fontSize","","SIZE","0.875rem"),letterSpacing:Gt.create("--ft-typography-label-1-medium-letterSpacing","","SIZE","0.04em"),textCase:Gt.create("--ft-typography-label-1-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:Gt.create("--ft-typography-label-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Gt.create("--ft-typography-label-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:Gt.create("--ft-typography-label-1-medium-textDecoration","","UNKNOWN","none")},"label-1-semibold":{fontFamily:Gt.create("--ft-typography-label-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:Gt.create("--ft-typography-label-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:Gt.create("--ft-typography-label-1-semibold-lineHeight","","SIZE","110%"),fontSize:Gt.create("--ft-typography-label-1-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:Gt.create("--ft-typography-label-1-semibold-letterSpacing","","SIZE","0.04em"),textCase:Gt.create("--ft-typography-label-1-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:Gt.create("--ft-typography-label-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Gt.create("--ft-typography-label-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:Gt.create("--ft-typography-label-1-semibold-textDecoration","","UNKNOWN","none")},"label-1-bold":{fontFamily:Gt.create("--ft-typography-label-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:Gt.create("--ft-typography-label-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:Gt.create("--ft-typography-label-1-bold-lineHeight","","SIZE","110%"),fontSize:Gt.create("--ft-typography-label-1-bold-fontSize","","SIZE","0.875rem"),letterSpacing:Gt.create("--ft-typography-label-1-bold-letterSpacing","","SIZE","0.04em"),textCase:Gt.create("--ft-typography-label-1-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:Gt.create("--ft-typography-label-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Gt.create("--ft-typography-label-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:Gt.create("--ft-typography-label-1-bold-textDecoration","","UNKNOWN","none")},"label-2-medium":{fontFamily:Gt.create("--ft-typography-label-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:Gt.create("--ft-typography-label-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:Gt.create("--ft-typography-label-2-medium-lineHeight","","SIZE","110%"),fontSize:Gt.create("--ft-typography-label-2-medium-fontSize","","SIZE","0.75rem"),letterSpacing:Gt.create("--ft-typography-label-2-medium-letterSpacing","","SIZE","0.04em"),textCase:Gt.create("--ft-typography-label-2-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:Gt.create("--ft-typography-label-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Gt.create("--ft-typography-label-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:Gt.create("--ft-typography-label-2-medium-textDecoration","","UNKNOWN","none")},"label-2-semibold":{fontFamily:Gt.create("--ft-typography-label-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:Gt.create("--ft-typography-label-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:Gt.create("--ft-typography-label-2-semibold-lineHeight","","SIZE","110%"),fontSize:Gt.create("--ft-typography-label-2-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:Gt.create("--ft-typography-label-2-semibold-letterSpacing","","SIZE","0.04em"),textCase:Gt.create("--ft-typography-label-2-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:Gt.create("--ft-typography-label-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Gt.create("--ft-typography-label-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:Gt.create("--ft-typography-label-2-semibold-textDecoration","","UNKNOWN","none")},"label-2-bold":{fontFamily:Gt.create("--ft-typography-label-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:Gt.create("--ft-typography-label-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:Gt.create("--ft-typography-label-2-bold-lineHeight","","SIZE","110%"),fontSize:Gt.create("--ft-typography-label-2-bold-fontSize","","SIZE","0.75rem"),letterSpacing:Gt.create("--ft-typography-label-2-bold-letterSpacing","","SIZE","0.04em"),textCase:Gt.create("--ft-typography-label-2-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:Gt.create("--ft-typography-label-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Gt.create("--ft-typography-label-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:Gt.create("--ft-typography-label-2-bold-textDecoration","","UNKNOWN","none")},"caption-1-medium":{fontFamily:Gt.create("--ft-typography-caption-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:Gt.create("--ft-typography-caption-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:Gt.create("--ft-typography-caption-1-medium-lineHeight","","SIZE","130%"),fontSize:Gt.create("--ft-typography-caption-1-medium-fontSize","","SIZE","0.75rem"),letterSpacing:Gt.create("--ft-typography-caption-1-medium-letterSpacing","","SIZE","normal"),textCase:Gt.create("--ft-typography-caption-1-medium-textCase","","UNKNOWN","none"),paragraphSpacing:Gt.create("--ft-typography-caption-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Gt.create("--ft-typography-caption-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:Gt.create("--ft-typography-caption-1-medium-textDecoration","","UNKNOWN","none")},"caption-1-semibold":{fontFamily:Gt.create("--ft-typography-caption-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:Gt.create("--ft-typography-caption-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:Gt.create("--ft-typography-caption-1-semibold-lineHeight","","SIZE","130%"),fontSize:Gt.create("--ft-typography-caption-1-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:Gt.create("--ft-typography-caption-1-semibold-letterSpacing","","SIZE","normal"),textCase:Gt.create("--ft-typography-caption-1-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:Gt.create("--ft-typography-caption-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Gt.create("--ft-typography-caption-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:Gt.create("--ft-typography-caption-1-semibold-textDecoration","","UNKNOWN","none")},"caption-1-bold":{fontFamily:Gt.create("--ft-typography-caption-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:Gt.create("--ft-typography-caption-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:Gt.create("--ft-typography-caption-1-bold-lineHeight","","SIZE","130%"),fontSize:Gt.create("--ft-typography-caption-1-bold-fontSize","","SIZE","0.75rem"),letterSpacing:Gt.create("--ft-typography-caption-1-bold-letterSpacing","","SIZE","normal"),textCase:Gt.create("--ft-typography-caption-1-bold-textCase","","UNKNOWN","none"),paragraphSpacing:Gt.create("--ft-typography-caption-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Gt.create("--ft-typography-caption-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:Gt.create("--ft-typography-caption-1-bold-textDecoration","","UNKNOWN","none")},"caption-2-medium":{fontFamily:Gt.create("--ft-typography-caption-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:Gt.create("--ft-typography-caption-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:Gt.create("--ft-typography-caption-2-medium-lineHeight","","SIZE","130%"),fontSize:Gt.create("--ft-typography-caption-2-medium-fontSize","","SIZE","0.6875rem"),letterSpacing:Gt.create("--ft-typography-caption-2-medium-letterSpacing","","SIZE","normal"),textCase:Gt.create("--ft-typography-caption-2-medium-textCase","","UNKNOWN","none"),paragraphSpacing:Gt.create("--ft-typography-caption-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Gt.create("--ft-typography-caption-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:Gt.create("--ft-typography-caption-2-medium-textDecoration","","UNKNOWN","none")},"caption-2-semibold":{fontFamily:Gt.create("--ft-typography-caption-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:Gt.create("--ft-typography-caption-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:Gt.create("--ft-typography-caption-2-semibold-lineHeight","","SIZE","130%"),fontSize:Gt.create("--ft-typography-caption-2-semibold-fontSize","","SIZE","0.6875rem"),letterSpacing:Gt.create("--ft-typography-caption-2-semibold-letterSpacing","","SIZE","normal"),textCase:Gt.create("--ft-typography-caption-2-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:Gt.create("--ft-typography-caption-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Gt.create("--ft-typography-caption-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:Gt.create("--ft-typography-caption-2-semibold-textDecoration","","UNKNOWN","none")},"caption-2-bold":{fontFamily:Gt.create("--ft-typography-caption-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:Gt.create("--ft-typography-caption-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:Gt.create("--ft-typography-caption-2-bold-lineHeight","","SIZE","130%"),fontSize:Gt.create("--ft-typography-caption-2-bold-fontSize","","SIZE","0.6875rem"),letterSpacing:Gt.create("--ft-typography-caption-2-bold-letterSpacing","","SIZE","normal"),textCase:Gt.create("--ft-typography-caption-2-bold-textCase","","UNKNOWN","none"),paragraphSpacing:Gt.create("--ft-typography-caption-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Gt.create("--ft-typography-caption-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:Gt.create("--ft-typography-caption-2-bold-textDecoration","","UNKNOWN","none")},"caption-3-medium":{fontFamily:Gt.create("--ft-typography-caption-3-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:Gt.create("--ft-typography-caption-3-medium-fontWeight","","UNKNOWN","500"),lineHeight:Gt.create("--ft-typography-caption-3-medium-lineHeight","","SIZE","130%"),fontSize:Gt.create("--ft-typography-caption-3-medium-fontSize","","SIZE","0.625rem"),letterSpacing:Gt.create("--ft-typography-caption-3-medium-letterSpacing","","SIZE","normal"),textCase:Gt.create("--ft-typography-caption-3-medium-textCase","","UNKNOWN","none"),paragraphSpacing:Gt.create("--ft-typography-caption-3-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Gt.create("--ft-typography-caption-3-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:Gt.create("--ft-typography-caption-3-medium-textDecoration","","UNKNOWN","none")},"caption-3-semibold":{fontFamily:Gt.create("--ft-typography-caption-3-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:Gt.create("--ft-typography-caption-3-semibold-fontWeight","","UNKNOWN","600"),lineHeight:Gt.create("--ft-typography-caption-3-semibold-lineHeight","","SIZE","130%"),fontSize:Gt.create("--ft-typography-caption-3-semibold-fontSize","","SIZE","0.625rem"),letterSpacing:Gt.create("--ft-typography-caption-3-semibold-letterSpacing","","SIZE","normal"),textCase:Gt.create("--ft-typography-caption-3-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:Gt.create("--ft-typography-caption-3-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Gt.create("--ft-typography-caption-3-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:Gt.create("--ft-typography-caption-3-semibold-textDecoration","","UNKNOWN","none")},"caption-3-bold":{fontFamily:Gt.create("--ft-typography-caption-3-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:Gt.create("--ft-typography-caption-3-bold-fontWeight","","UNKNOWN","700"),lineHeight:Gt.create("--ft-typography-caption-3-bold-lineHeight","","SIZE","130%"),fontSize:Gt.create("--ft-typography-caption-3-bold-fontSize","","SIZE","0.625rem"),letterSpacing:Gt.create("--ft-typography-caption-3-bold-letterSpacing","","SIZE","normal"),textCase:Gt.create("--ft-typography-caption-3-bold-textCase","","UNKNOWN","none"),paragraphSpacing:Gt.create("--ft-typography-caption-3-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Gt.create("--ft-typography-caption-3-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:Gt.create("--ft-typography-caption-3-bold-textDecoration","","UNKNOWN","none")}},jt={backgroundActionPrimary:Gt.extend("--ft-background-action-primary","Used as backgorund of primary action components.",Mt.colorBrand0),backgroundErrorPrimary:Gt.extend("--ft-background-error-primary","Used as background of error components.",Mt.colorRed0),backgroundErrorSubtle:Gt.extend("--ft-background-error-subtle","Used as background of subtle error components.",Mt.colorRed10),backgroundInfoPrimary:Gt.extend("--ft-background-info-primary","Used as background of information components.",Mt.colorCyan200),backgroundInfoSubtle:Gt.extend("--ft-background-info-subtle","Used as background of subtle information components.",Mt.colorCyan10),backgroundWarningPrimary:Gt.extend("--ft-background-warning-primary","Used as background of warning components.",Mt.colorOrange300),backgroundWarningSubtle:Gt.extend("--ft-background-warning-subtle","Used as background of subtle information components.",Mt.colorOrange10),backgroundSuccessPrimary:Gt.extend("--ft-background-success-primary","Used as background of success components.",Mt.colorGreen200),backgroundSuccessSubtle:Gt.extend("--ft-background-success-subtle","Used as background of subtle success components.",Mt.colorGreen10),backgroundGlobalSurface:Gt.extend("--ft-background-global-surface","Used as app background.",Mt.colorWhite),backgroundGlobalOnSurface:Gt.extend("--ft-background-global-on-surface","Used as background on element on the base background, like cards.",Mt.colorGray10),backgroundGlobalOnSurfaceDark:Gt.extend("--ft-background-global-on-surface-dark","Used as background on element that need background separation.",Mt.colorGray30),contentActionPrimary:Gt.extend("--ft-content-action-primary","Used on label of primary action on light surface.",Mt.colorBrand0),contentWarningPrimary:Gt.extend("--ft-content-warning-primary","Used on label of warning messages on light surface.",Mt.colorOrange300),contentWarningIconOnly:Gt.extend("--ft-content-warning-icon-only","Used on warning status icons alone",Mt.colorOrange0),contentErrorPrimary:Gt.extend("--ft-content-error-primary","Used on label of error messages on light surface.",Mt.colorRed0),contentErrorIconOnly:Gt.extend("--ft-content-error-icon-only","Used on error status icons alone",Mt.colorRed0),contentInfoPrimary:Gt.extend("--ft-content-info-primary","Used on label of information messages on light surface.",Mt.colorCyan200),contentInfoIconOnly:Gt.extend("--ft-content-info-icon-only","Used on info status icons alone",Mt.colorCyan0),contentSuccessPrimary:Gt.extend("--ft-content-success-primary","Used on label of success messages on light surface.",Mt.colorGreen200),contentSuccessIconOnly:Gt.extend("--ft-content-success-icon-only","Used on success status icons alone",Mt.colorGreen0),contentGlobalPrimary:Gt.extend("--ft-content-global-primary","Used for main content on the page.",Mt.colorGray500),contentGlobalSecondary:Gt.extend("--ft-content-global-secondary","Used for secondary content, often paired with primary content.\nAlso for action icons.",Mt.colorGray200),contentGlobalSubtle:Gt.extend("--ft-content-global-subtle","Used for placeholder, unselected items in a tab component or breadcrumb.",Mt.colorGray0),contentGlobalOnColor:Gt.extend("--ft-content-global-on-color","Used for content on a dominant color.",Mt.colorWhite),borderActionPrimary:Gt.extend("--ft-border-action-primary","Used as border for primary action components.",Mt.colorBrand0),borderActionFocusRing:Gt.extend("--ft-border-action-focus-ring","Focus ring is an additional border to indicate focus-visible state.",Mt.colorCyan0),borderWarningPrimary:Gt.extend("--ft-border-warning-primary","Used as border for text fields in warning state and for buttons in warning color",Mt.colorOrange300),borderWarningSubtle:Gt.extend("--ft-border-warning-subtle","Used as border for warning components.",Mt.colorOrange30),borderSuccessPrimary:Gt.extend("--ft-border-success-primary","Used as border for success buttons.",Mt.colorGreen200),borderSuccessSubtle:Gt.extend("--ft-border-success-subtle","Used as border for success components.",Mt.colorGreen30),borderErrorPrimary:Gt.extend("--ft-border-error-primary","Used as border for text fields in error states.",Mt.colorRed0),borderErrorSubtle:Gt.extend("--ft-border-error-subtle","Used as border for error components.",Mt.colorRed30),borderInfoPrimary:Gt.extend("--ft-border-info-primary","Used as border for buttons in info color.",Mt.colorCyan200),borderInfoSubtle:Gt.extend("--ft-border-info-subtle","Used as border for information components.",Mt.colorCyan30),borderGlobalPrimary:Gt.extend("--ft-border-global-primary","Used as border for element like input.",Mt.colorGray50),borderGlobalSubtle:Gt.extend("--ft-border-global-subtle","Used as border to deliminate an area filled with background.on-surface and separators.",Mt.colorGray30),borderInputPrimary:Gt.extend("--ft-border-input-primary","Used as border for checkboxes and radio buttons",Mt.colorGray80)};Gt.create("--ft-button-large-height","","SIZE","40px"),Gt.extend("--ft-button-large-horizontal-padding","",Mt.spacing4),Gt.extend("--ft-button-large-gap","",Mt.spacing2),Gt.extend("--ft-button-large-border-radius","",Mt.borderRadiusS),Gt.extend("--ft-button-large-icon-size","",Mt.iconSize3),Gt.create("--ft-button-large-border-width","","SIZE","1px"),Gt.create("--ft-button-large-focus-outline-offset","","SIZE","2px"),Gt.create("--ft-button-large-focus-outline-width","","SIZE","2px"),Gt.create("--ft-button-large-icon-only-width","","SIZE","40px"),Gt.create("--ft-button-small-height","","SIZE","30px"),Gt.extend("--ft-button-small-horizontal-padding","",Mt.spacing3),Gt.extend("--ft-button-small-gap","",Mt.spacing2),Gt.extend("--ft-button-small-border-radius","",Mt.borderRadiusS),Gt.extend("--ft-button-small-icon-size","",Mt.iconSize2),Gt.create("--ft-button-small-border-width","","SIZE","1px"),Gt.create("--ft-button-small-focus-outline-offset","","SIZE","2px"),Gt.create("--ft-button-small-focus-outline-width","","SIZE","2px"),Gt.create("--ft-button-small-icon-only-width","","SIZE","30px"),Gt.extend("--ft-button-primary-background-color","",jt.backgroundActionPrimary),Gt.extend("--ft-button-primary-color","",jt.contentGlobalOnColor),Gt.extend("--ft-button-primary-icon-color","",jt.contentGlobalOnColor),Gt.extend("--ft-button-primary-state-layer-color","",jt.contentGlobalOnColor),Gt.extend("--ft-button-primary-state-layer-opacity-hover","",Mt.opacity16),Gt.extend("--ft-button-primary-state-layer-opacity-focus","",Mt.opacity16),Gt.extend("--ft-button-primary-state-layer-opacity-active","",Mt.opacity24),Gt.extend("--ft-button-primary-component-opacity-disabled","",Mt.opacity40),Gt.extend("--ft-button-focus-focus-ring-color","",jt.borderActionFocusRing),Gt.create("--ft-button-tertiary-background-color","","COLOR","rgba(0,0,0,0)"),Gt.extend("--ft-button-tertiary-color","",jt.contentActionPrimary),Gt.extend("--ft-button-tertiary-icon-color","",jt.contentActionPrimary),Gt.extend("--ft-button-tertiary-state-layer-color","",jt.contentActionPrimary),Gt.extend("--ft-button-tertiary-state-layer-opacity-hover","",Mt.opacity8),Gt.extend("--ft-button-tertiary-state-layer-opacity-focus","",Mt.opacity8),Gt.extend("--ft-button-tertiary-state-layer-opacity-active","",Mt.opacity16),Gt.extend("--ft-button-tertiary-component-opacity-disabled","",Mt.opacity40),Gt.create("--ft-button-secondary-background-color","","COLOR","rgba(0,0,0,0)"),Gt.extend("--ft-button-secondary-color","",jt.contentActionPrimary),Gt.extend("--ft-button-secondary-icon-color","",jt.contentActionPrimary),Gt.extend("--ft-button-secondary-state-layer-color","",jt.contentActionPrimary),Gt.extend("--ft-button-secondary-state-layer-opacity-hover","",Mt.opacity8),Gt.extend("--ft-button-secondary-state-layer-opacity-focus","",Mt.opacity8),Gt.extend("--ft-button-secondary-state-layer-opacity-active","",Mt.opacity16),Gt.extend("--ft-button-secondary-component-opacity-disabled","",Mt.opacity40),Gt.extend("--ft-button-secondary-border-color","",jt.borderActionPrimary),Gt.create("--ft-button-neutral-background-color","","COLOR","rgba(0,0,0,0)"),Gt.extend("--ft-button-neutral-icon-color","",jt.contentGlobalSecondary),Gt.extend("--ft-button-neutral-color","",jt.contentGlobalSecondary),Gt.extend("--ft-button-neutral-state-layer-color","",jt.contentGlobalSecondary),Gt.extend("--ft-button-neutral-state-layer-opacity-hover","",Mt.opacity8),Gt.extend("--ft-button-neutral-state-layer-opacity-focus","",Mt.opacity8),Gt.extend("--ft-button-neutral-state-layer-opacity-active","",Mt.opacity16),Gt.extend("--ft-button-neutral-component-opacity-disabled","",Mt.opacity40),Gt.extend("--ft-floating-menu-horizontal-padding","",Mt.spacing4),Gt.extend("--ft-floating-menu-vertical-padding","",Mt.spacing4),Gt.extend("--ft-floating-menu-off-icon-color","",jt.contentGlobalPrimary),Gt.extend("--ft-floating-menu-off-color","",jt.contentGlobalPrimary),Gt.extend("--ft-floating-menu-on-color","",jt.contentActionPrimary),Gt.extend("--ft-floating-menu-on-icon-color","",jt.contentActionPrimary),Gt.extend("--ft-floating-menu-on-state-layer-color","",jt.contentActionPrimary),Gt.extend("--ft-floating-menu-gap","",Mt.spacing3),Gt.extend("--ft-floating-menu-focus-focus-ring-color","",jt.borderActionFocusRing),Gt.create("--ft-floating-menu-focus-outline-width","","SIZE","3px"),Gt.extend("--ft-floating-menu-state-layer-opacity-hover","",Mt.opacity8),Gt.extend("--ft-floating-menu-state-layer-opacity-active","",Mt.opacity16),Gt.extend("--ft-floating-menu-state-layer-opacity-focus","",Mt.opacity8),Gt.extend("--ft-floating-menu-component-opacity-disabled","",Mt.opacity40),Gt.extend("--ft-floating-menu-icon-size","",Mt.iconSize3),Gt.extend("--ft-floating-menu-background-color","",jt.backgroundGlobalOnSurface),Gt.extend("--ft-tabs-top-left-border-radius","",Mt.borderRadiusS),Gt.extend("--ft-tabs-top-right-border-radius","",Mt.borderRadiusS),Gt.extend("--ft-tabs-label-horizontal-padding","",Mt.spacing4),Gt.extend("--ft-tabs-label-vertical-padding","",Mt.spacing3),Gt.extend("--ft-tabs-label-gap","",Mt.spacing1),Gt.extend("--ft-tabs-icon-horizontal-padding","",Mt.spacing1),Gt.extend("--ft-tabs-icon-vertical-padding","",Mt.spacing4),Gt.create("--ft-tabs-focus-outline-width","","SIZE","2px"),Gt.extend("--ft-tabs-focus-focus-ring-color","",jt.borderActionFocusRing),Gt.extend("--ft-tabs-off-state-layer-opacity-hover","",Mt.opacity8),Gt.extend("--ft-tabs-off-state-layer-opacity-focus","",Mt.opacity8),Gt.extend("--ft-tabs-off-state-layer-opacity-active","",Mt.opacity16),Gt.extend("--ft-tabs-off-component-opacity-disabled","",Mt.opacity40),Gt.extend("--ft-tabs-off-color","",jt.contentGlobalSubtle),Gt.extend("--ft-tabs-off-state-layer-color","",jt.contentGlobalSubtle),Gt.extend("--ft-tabs-on-state-layer-opacity-hover","",Mt.opacity8),Gt.extend("--ft-tabs-on-state-layer-opacity-focus","",Mt.opacity8),Gt.extend("--ft-tabs-on-state-layer-opacity-active","",Mt.opacity16),Gt.extend("--ft-tabs-on-component-opacity-disabled","",Mt.opacity40),Gt.extend("--ft-tabs-on-color","",jt.contentActionPrimary),Gt.extend("--ft-tabs-on-state-layer-color","",jt.contentActionPrimary),Gt.extend("--ft-collapsible-state-layer-opacity-hover","",Mt.opacity8),Gt.extend("--ft-collapsible-state-layer-opacity-focus","",Mt.opacity8),Gt.extend("--ft-collapsible-state-layer-opacity-active","",Mt.opacity16),Gt.extend("--ft-collapsible-component-opacity-disabled","",Mt.opacity40),Gt.extend("--ft-collapsible-horizontal-padding","",Mt.spacing4),Gt.extend("--ft-collapsible-vertical-padding","",Mt.spacing3),Gt.create("--ft-collapsible-focus-outline-width","","SIZE","3px"),Gt.extend("--ft-collapsible-focus-focus-ring-color","",jt.borderActionFocusRing),Gt.extend("--ft-collapsible-color","",jt.contentGlobalPrimary),Gt.extend("--ft-collapsible-state-layer-color","",jt.contentGlobalPrimary),Gt.extend("--ft-collapsible-background-color","",jt.backgroundGlobalOnSurface),Gt.extend("--ft-collapsible-border-color","",jt.borderGlobalSubtle),Gt.extend("--ft-collapsible-icon-size","",Mt.iconSize3),Gt.extend("--ft-switch-group-horizontal-padding","",Mt.spacing1),Gt.extend("--ft-switch-group-vertical-padding","",Mt.spacing1),Gt.extend("--ft-switch-group-gap","",Mt.spacing1),Gt.extend("--ft-switch-group-background-color","",jt.backgroundGlobalSurface),Gt.extend("--ft-switch-group-border-color","",jt.borderGlobalSubtle),Gt.create("--ft-switch-group-border-radius","","SIZE","6px"),Gt.extend("--ft-switch-label-horizontal-padding","",Mt.spacing2),Gt.extend("--ft-switch-label-vertical-padding","",Mt.spacing1),Gt.extend("--ft-switch-icon-horizontal-padding","",Mt.spacing1),Gt.extend("--ft-switch-icon-vertical-padding","",Mt.spacing1),Gt.create("--ft-switch-focus-outline-width","","SIZE","2px"),Gt.extend("--ft-switch-focus-focus-ring-color","",jt.borderActionFocusRing),Gt.extend("--ft-switch-option-border-radius","",Mt.borderRadiusS),Gt.extend("--ft-switch-off-state-layer-opacity-hover","",Mt.opacity8),Gt.extend("--ft-switch-off-state-layer-opacity-focus","",Mt.opacity8),Gt.extend("--ft-switch-off-state-layer-opacity-active","",Mt.opacity16),Gt.extend("--ft-switch-off-component-opacity-disabled","",Mt.opacity40),Gt.extend("--ft-switch-off-color","",jt.contentGlobalSubtle),Gt.extend("--ft-switch-off-state-layer-color","",jt.contentGlobalSubtle),Gt.extend("--ft-switch-on-state-layer-opacity-hover","",Mt.opacity8),Gt.extend("--ft-switch-on-state-layer-opacity-focus","",Mt.opacity8),Gt.extend("--ft-switch-on-state-layer-opacity-active","",Mt.opacity16),Gt.extend("--ft-switch-on-component-opacity-disabled","",Mt.opacity40),Gt.extend("--ft-switch-on-color","",jt.contentActionPrimary),Gt.extend("--ft-switch-on-state-layer-color","",jt.contentActionPrimary),Gt.extend("--ft-chart-1-light","for area color charts",Mt.colorBrand40),Gt.extend("--ft-chart-1-base","for line charts",Mt.colorBrand0),Gt.extend("--ft-chart-2-light","for area color charts",Mt.colorYellow60),Gt.extend("--ft-chart-2-base","for line charts",Mt.colorYellow100),Gt.extend("--ft-chart-3-light","",Mt.colorUltramarine40),Gt.extend("--ft-chart-3-base","",Mt.colorUltramarine70),Gt.extend("--ft-chart-4-light","",Mt.colorCyan50),Gt.extend("--ft-chart-4-base","",Mt.colorCyan100),Gt.extend("--ft-chart-5-light","",Mt.colorRed40),Gt.extend("--ft-chart-5-base","",Mt.colorRed60),Gt.extend("--ft-chart-6-light","",Mt.colorGreen40),Gt.extend("--ft-chart-6-base","",Mt.colorGreen70),Gt.extend("--ft-chart-7-light","",Mt.colorOrange70),Gt.extend("--ft-chart-7-base","",Mt.colorOrange100),Gt.extend("--ft-chart-8-light","",Mt.colorAvocado70),Gt.extend("--ft-chart-8-base","",Mt.colorAvocado200),Gt.extend("--ft-chart-9-light","",Mt.colorBrown50),Gt.extend("--ft-chart-9-base","",Mt.colorBrown200),Gt.extend("--ft-chart-10-light","",Mt.colorGray50),Gt.extend("--ft-chart-10-base","",Mt.colorGray80),Gt.extend("--ft-chart-monochrome-10","",Mt.colorBrand10),Gt.extend("--ft-chart-monochrome-20","",Mt.colorBrand20),Gt.extend("--ft-chart-monochrome-30","",Mt.colorBrand40),Gt.extend("--ft-chart-monochrome-40","",Mt.colorBrand60),Gt.extend("--ft-chart-monochrome-50","",Mt.colorBrand0),Gt.extend("--ft-chart-monochrome-60","",Mt.colorBrand200),Gt.extend("--ft-chip-large-horizontal-padding","",Mt.spacing4),Gt.extend("--ft-chip-large-vertical-padding","",Mt.spacing2),Gt.extend("--ft-chip-large-gap","",Mt.spacing1),Gt.create("--ft-chip-large-focus-outline-offset","","SIZE","2px"),Gt.create("--ft-chip-large-focus-outline-width","","SIZE","2px"),Gt.extend("--ft-chip-large-border-radius","",Mt.borderRadiusPill),Gt.create("--ft-chip-large-border-width","","SIZE","1px"),Gt.extend("--ft-chip-large-icon-size","",Mt.iconSize3),Gt.extend("--ft-chip-medium-horizontal-padding","",Mt.spacing3),Gt.extend("--ft-chip-medium-vertical-padding","",Mt.spacing1),Gt.extend("--ft-chip-medium-gap","",Mt.spacing1),Gt.create("--ft-chip-medium-focus-outline-offset","","SIZE","2px"),Gt.create("--ft-chip-medium-focus-outline-width","","SIZE","2px"),Gt.extend("--ft-chip-medium-border-radius","",Mt.borderRadiusPill),Gt.create("--ft-chip-medium-border-width","","SIZE","1px"),Gt.extend("--ft-chip-medium-icon-size","",Mt.iconSize2),Gt.extend("--ft-chip-small-horizontal-padding","",Mt.spacing2),Gt.extend("--ft-chip-small-vertical-padding","",Mt.spacing05),Gt.extend("--ft-chip-small-gap","",Mt.spacing1),Gt.create("--ft-chip-small-focus-outline-offset","","SIZE","2px"),Gt.create("--ft-chip-small-focus-outline-width","","SIZE","2px"),Gt.extend("--ft-chip-small-border-radius","",Mt.borderRadiusPill),Gt.create("--ft-chip-small-border-width","","SIZE","1px"),Gt.extend("--ft-chip-small-icon-size","",Mt.iconSize1),Gt.extend("--ft-chip-neutral-background-color","",jt.backgroundGlobalOnSurface),Gt.extend("--ft-chip-neutral-color","",jt.contentGlobalPrimary),Gt.extend("--ft-chip-neutral-border-color","",jt.borderGlobalSubtle),Gt.extend("--ft-chip-info-background-color","",jt.backgroundInfoSubtle),Gt.extend("--ft-chip-info-color","",jt.contentInfoPrimary),Gt.extend("--ft-chip-info-border-color","",jt.borderInfoSubtle),Gt.extend("--ft-chip-success-background-color","",jt.backgroundSuccessSubtle),Gt.extend("--ft-chip-success-color","",jt.contentSuccessPrimary),Gt.extend("--ft-chip-success-border-color","",jt.borderSuccessSubtle),Gt.extend("--ft-chip-warning-background-color","",jt.backgroundWarningSubtle),Gt.extend("--ft-chip-warning-color","",jt.contentWarningPrimary),Gt.extend("--ft-chip-warning-border-color","",jt.borderWarningSubtle),Gt.extend("--ft-chip-error-background-color","",jt.backgroundErrorSubtle),Gt.extend("--ft-chip-error-color","",jt.contentErrorPrimary),Gt.extend("--ft-chip-error-border-color","",jt.borderErrorSubtle),Gt.create("--ft-notice-border-width","","SIZE","1px"),Gt.extend("--ft-notice-horizontal-padding","",Mt.spacing2),Gt.extend("--ft-notice-vertical-padding","",Mt.spacing1),Gt.extend("--ft-notice-border-radius","",Mt.borderRadiusS),Gt.extend("--ft-notice-gap","",Mt.spacing2),Gt.extend("--ft-notice-icon-size","",Mt.iconSize3),Gt.extend("--ft-notice-info-background-color","",jt.backgroundInfoSubtle),Gt.extend("--ft-notice-info-border-color","",jt.borderInfoSubtle),Gt.extend("--ft-notice-info-color","",jt.contentInfoPrimary),Gt.extend("--ft-notice-warning-background-color","",jt.backgroundWarningSubtle),Gt.extend("--ft-notice-warning-border-color","",jt.borderWarningSubtle),Gt.extend("--ft-notice-warning-color","",jt.contentWarningPrimary),Gt.extend("--ft-checkbox-label-color","",jt.contentGlobalPrimary),Gt.extend("--ft-checkbox-checked-background-color","",jt.contentActionPrimary),Gt.extend("--ft-checkbox-checked-state-layer-color","",jt.contentActionPrimary),Gt.extend("--ft-checkbox-checked-color","",jt.contentGlobalOnColor),Gt.extend("--ft-checkbox-checked-state-layer-opacity-hover","",Mt.opacity16),Gt.extend("--ft-checkbox-checked-state-layer-opacity-focus","",Mt.opacity16),Gt.extend("--ft-checkbox-checked-state-layer-opacity-active","",Mt.opacity24),Gt.extend("--ft-checkbox-checked-component-opacity-disabled","",Mt.opacity40),Gt.extend("--ft-checkbox-unchecked-border-color","",Mt.colorGray80),Gt.extend("--ft-checkbox-unchecked-state-layer-color","",Mt.colorGray80),Gt.extend("--ft-checkbox-unchecked-state-layer-opacity-hover","",Mt.opacity16),Gt.extend("--ft-checkbox-unchecked-state-layer-opacity-focus","",Mt.opacity16),Gt.extend("--ft-checkbox-unchecked-state-layer-opacity-active","",Mt.opacity24),Gt.extend("--ft-checkbox-unchecked-component-opacity-disabled","",Mt.opacity40),Gt.extend("--ft-checkbox-focus-focus-ring-color","",jt.borderActionFocusRing),Gt.create("--ft-checkbox-focus-outline-offset","","SIZE","3px"),Gt.create("--ft-checkbox-focus-outline-width","","SIZE","2px"),Gt.extend("--ft-checkbox-gap","",Mt.spacing3),Gt.extend("--ft-toggle-off-state-layer-opacity-hover","",Mt.opacity16),Gt.extend("--ft-toggle-off-state-layer-opacity-focus","",Mt.opacity16),Gt.extend("--ft-toggle-off-state-layer-opacity-active","",Mt.opacity24),Gt.extend("--ft-toggle-off-component-opacity-disabled","",Mt.opacity40),Gt.extend("--ft-toggle-off-background-color","",jt.contentGlobalSubtle),Gt.extend("--ft-toggle-off-icon-color","",jt.contentGlobalSubtle),Gt.extend("--ft-toggle-off-state-layer-color","",jt.contentGlobalSubtle),Gt.extend("--ft-toggle-on-state-layer-opacity-hover","",Mt.opacity16),Gt.extend("--ft-toggle-on-state-layer-opacity-focus","",Mt.opacity16),Gt.extend("--ft-toggle-on-state-layer-opacity-active","",Mt.opacity24),Gt.extend("--ft-toggle-on-component-opacity-disabled","",Mt.opacity40),Gt.extend("--ft-toggle-on-background-color","",jt.contentActionPrimary),Gt.extend("--ft-toggle-on-icon-color","",jt.contentActionPrimary),Gt.extend("--ft-toggle-on-state-layer-color","",jt.contentActionPrimary),Gt.extend("--ft-toggle-label-color","",jt.contentGlobalPrimary),Gt.extend("--ft-toggle-focus-focus-ring-color","",jt.borderActionFocusRing),Gt.extend("--ft-toggle-gap","",Mt.spacing3),Gt.extend("--ft-radio-label-color","",jt.contentGlobalPrimary),Gt.extend("--ft-radio-selected-color","",jt.contentActionPrimary),Gt.extend("--ft-radio-selected-state-layer-color","",jt.contentActionPrimary),Gt.extend("--ft-radio-selected-state-layer-opacity-hover","",Mt.opacity16),Gt.extend("--ft-radio-selected-state-layer-opacity-focus","",Mt.opacity16),Gt.extend("--ft-radio-selected-state-layer-opacity-active","",Mt.opacity24),Gt.extend("--ft-radio-selected-component-opacity-disabled","",Mt.opacity40),Gt.extend("--ft-radio-unselected-state-layer-color","",Mt.colorGray80),Gt.extend("--ft-radio-unselected-state-layer-opacity-hover","",Mt.opacity16),Gt.extend("--ft-radio-unselected-state-layer-opacity-focus","",Mt.opacity16),Gt.extend("--ft-radio-unselected-state-layer-opacity-active","",Mt.opacity24),Gt.extend("--ft-radio-unselected-component-opacity-disabled","",Mt.opacity40),Gt.extend("--ft-radio-focus-focus-ring-color","",jt.borderActionFocusRing),Gt.create("--ft-radio-focus-outline-offset","","SIZE","3px"),Gt.create("--ft-radio-focus-outline-width","","SIZE","2px"),Gt.extend("--ft-radio-gap","",Mt.spacing3),Gt.extend("--ft-notification-icon-size","",Mt.iconSize4),Gt.extend("--ft-notification-horizontal-padding","",Mt.spacing4),Gt.extend("--ft-notification-vertical-padding","",Mt.spacing4),Gt.extend("--ft-notification-info-background-color","",jt.backgroundInfoSubtle),Gt.extend("--ft-notification-info-color","",jt.contentInfoPrimary),Gt.extend("--ft-notification-info-border-color","",jt.borderInfoSubtle),Gt.extend("--ft-notification-success-background-color","",jt.backgroundSuccessSubtle),Gt.extend("--ft-notification-success-color","",jt.contentSuccessPrimary),Gt.extend("--ft-notification-success-border-color","",jt.borderSuccessSubtle),Gt.extend("--ft-notification-warning-background-color","",jt.backgroundWarningSubtle),Gt.extend("--ft-notification-warning-color","",jt.contentWarningPrimary),Gt.extend("--ft-notification-warning-border-color","",jt.borderWarningSubtle),Gt.extend("--ft-notification-error-background-color","",jt.backgroundErrorSubtle),Gt.extend("--ft-notification-error-color","",jt.contentErrorPrimary),Gt.extend("--ft-notification-error-border-color","",jt.borderErrorSubtle),Gt.extend("--ft-notification-border-radius","",Mt.borderRadiusPill),Gt.create("--ft-notification-border-width","","SIZE","1px"),Gt.extend("--ft-notification-gap-leading","",Mt.spacing2),Gt.extend("--ft-notification-gap-trailing","",Mt.spacing8),Gt.extend("--ft-tooltip-horizontal-padding","",Mt.spacing2),Gt.extend("--ft-tooltip-vertical-padding","",Mt.spacing2),Gt.extend("--ft-tooltip-border-radius","",Mt.borderRadiusS),Gt.extend("--ft-tooltip-label","",jt.contentGlobalOnColor),Gt.extend("--ft-tooltip-background","",jt.contentGlobalPrimary),Gt.extend("--ft-tooltip-background-opacity","",Mt.opacity80),Gt.extend("--ft-tooltip-shadow","",Mt.shadowElevation03);const Yt=o.FtCssVariableFactory.extend("--ft-typography-font-family","",o.designSystemVariables.titleFont),Vt=o.FtCssVariableFactory.extend("--ft-typography-font-family","",o.designSystemVariables.contentFont),qt={fontFamily:Vt,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")},Xt=o.FtCssVariableFactory.extend("--ft-typography-title-font-family","",Yt),Jt=o.FtCssVariableFactory.extend("--ft-typography-title-font-size","",qt.fontSize,"20px"),Qt=o.FtCssVariableFactory.extend("--ft-typography-title-font-weight","",qt.fontWeight,"normal"),to=o.FtCssVariableFactory.extend("--ft-typography-title-letter-spacing","",qt.letterSpacing,"0.15px"),oo=o.FtCssVariableFactory.extend("--ft-typography-title-line-height","",qt.lineHeight,"1.2"),eo=o.FtCssVariableFactory.extend("--ft-typography-title-text-transform","",qt.textTransform,"inherit"),ro=o.FtCssVariableFactory.extend("--ft-typography-title-dense-font-family","",Yt),ao=o.FtCssVariableFactory.extend("--ft-typography-title-dense-font-size","",qt.fontSize,"14px"),io=o.FtCssVariableFactory.extend("--ft-typography-title-dense-font-weight","",qt.fontWeight,"normal"),no=o.FtCssVariableFactory.extend("--ft-typography-title-dense-letter-spacing","",qt.letterSpacing,"0.105px"),lo=o.FtCssVariableFactory.extend("--ft-typography-title-dense-line-height","",qt.lineHeight,"1.7"),co=o.FtCssVariableFactory.extend("--ft-typography-title-dense-text-transform","",qt.textTransform,"inherit"),so=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-family","",Vt),po=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-size","",qt.fontSize,"16px"),fo=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-weight","",qt.fontWeight,"600"),ho=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-letter-spacing","",qt.letterSpacing,"0.144px"),yo=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-line-height","",qt.lineHeight,"1.5"),go=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-text-transform","",qt.textTransform,"inherit"),uo=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-family","",Vt),bo=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-size","",qt.fontSize,"14px"),mo=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-weight","",qt.fontWeight,"normal"),Oo=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-letter-spacing","",qt.letterSpacing,"0.098px"),No=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-line-height","",qt.lineHeight,"1.7"),So=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-text-transform","",qt.textTransform,"inherit"),xo=o.FtCssVariableFactory.extend("--ft-typography-body1-font-family","",Vt),vo=o.FtCssVariableFactory.extend("--ft-typography-body1-font-size","",qt.fontSize,"16px"),Co=o.FtCssVariableFactory.extend("--ft-typography-body1-font-weight","",qt.fontWeight,"normal"),wo=o.FtCssVariableFactory.extend("--ft-typography-body1-letter-spacing","",qt.letterSpacing,"0.496px"),Eo=o.FtCssVariableFactory.extend("--ft-typography-body1-line-height","",qt.lineHeight,"1.5"),Io=o.FtCssVariableFactory.extend("--ft-typography-body1-text-transform","",qt.textTransform,"inherit"),Uo=o.FtCssVariableFactory.extend("--ft-typography-body2-font-family","",Vt),Ro=o.FtCssVariableFactory.extend("--ft-typography-body2-font-size","",qt.fontSize,"14px"),Wo=o.FtCssVariableFactory.extend("--ft-typography-body2-font-weight","",qt.fontWeight,"normal"),Lo=o.FtCssVariableFactory.extend("--ft-typography-body2-letter-spacing","",qt.letterSpacing,"0.252px"),Ko=o.FtCssVariableFactory.extend("--ft-typography-body2-line-height","",qt.lineHeight,"1.4"),Ao=o.FtCssVariableFactory.extend("--ft-typography-body2-text-transform","",qt.textTransform,"inherit"),ko=o.FtCssVariableFactory.extend("--ft-typography-caption-font-family","",Vt),Zo=o.FtCssVariableFactory.extend("--ft-typography-caption-font-size","",qt.fontSize,"12px"),$o=o.FtCssVariableFactory.extend("--ft-typography-caption-font-weight","",qt.fontWeight,"normal"),Do=o.FtCssVariableFactory.extend("--ft-typography-caption-letter-spacing","",qt.letterSpacing,"0.396px"),zo=o.FtCssVariableFactory.extend("--ft-typography-caption-line-height","",qt.lineHeight,"1.33"),Fo=o.FtCssVariableFactory.extend("--ft-typography-caption-text-transform","",qt.textTransform,"inherit"),Bo=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-family","",Vt),Ho=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-size","",qt.fontSize,"10px"),To=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-weight","",qt.fontWeight,"normal"),Po=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-letter-spacing","",qt.letterSpacing,"0.33px"),Go=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-line-height","",qt.lineHeight,"1.6"),Mo=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-text-transform","",qt.textTransform,"inherit"),_o=o.FtCssVariableFactory.extend("--ft-typography-overline-font-family","",Vt),jo=o.FtCssVariableFactory.extend("--ft-typography-overline-font-size","",qt.fontSize,"10px"),Yo=o.FtCssVariableFactory.extend("--ft-typography-overline-font-weight","",qt.fontWeight,"normal"),Vo=o.FtCssVariableFactory.extend("--ft-typography-overline-letter-spacing","",qt.letterSpacing,"1.5px"),qo=o.FtCssVariableFactory.extend("--ft-typography-overline-line-height","",qt.lineHeight,"1.6"),Xo=o.FtCssVariableFactory.extend("--ft-typography-overline-text-transform","",qt.textTransform,"uppercase"),Jo=o.FtCssVariableFactory.extend("--ft-typography-button-font-family","",Vt),Qo=o.FtCssVariableFactory.extend("--ft-typography-button-font-size","",qt.fontSize,"14px"),te=o.FtCssVariableFactory.extend("--ft-typography-button-font-weight","",qt.fontWeight,"600"),oe=o.FtCssVariableFactory.extend("--ft-typography-button-letter-spacing","",qt.letterSpacing,"1.246px"),ee=o.FtCssVariableFactory.extend("--ft-typography-button-line-height","",qt.lineHeight,"1.15"),re=o.FtCssVariableFactory.extend("--ft-typography-button-text-transform","",qt.textTransform,"uppercase"),ae=e.css`
42
42
  .ft-typography--title {
43
- font-family: ${qt};
43
+ font-family: ${Xt};
44
44
  font-size: ${Jt};
45
45
  font-weight: ${Qt};
46
46
  letter-spacing: ${to};
@@ -117,8 +117,8 @@ const Dt=Symbol.for(""),zt=t=>{if(t?.r===Dt)return t?._$litStatic$},Ft=t=>({_$li
117
117
  font-size: ${jo};
118
118
  font-weight: ${Yo};
119
119
  letter-spacing: ${Vo};
120
- line-height: ${Xo};
121
- text-transform: ${qo};
120
+ line-height: ${qo};
121
+ text-transform: ${Xo};
122
122
  }
123
123
  `,de=e.css`
124
124
  .ft-typography--button {
@@ -181,4 +181,4 @@ const Dt=Symbol.for(""),zt=t=>{if(t?.r===Dt)return t?._$litStatic$},Ft=t=>({_$li
181
181
  @ft-search-result-cluster-change="${o=>this.onClusterChange(t.id,o.detail)}">
182
182
  ${this.renderResult(null!==(r=this.selectedResultByCluster[t.id])&&void 0!==r?r:t.entries[0],o)}
183
183
  </ft-search-result-context>
184
- `}))}onClusterChange(t,o){this.selectedResultByCluster[t]=o}buildClusters(){switch(this.clusterPolicy){case"display-first-result":return this.buildFullClusters();case"display-all-results":return this.buildAllResultsClusters()}}buildFullClusters(){var t,o;return null!==(o=null===(t=this.results)||void 0===t?void 0:t.map((t=>({id:this.clusterId(t.entries[0]),entries:t.entries}))))&&void 0!==o?o:[]}buildAllResultsClusters(){var t,o;return null!==(o=null===(t=this.results)||void 0===t?void 0:t.flatMap((t=>t.entries.map((t=>({id:this.clusterId(t),entries:[t]}))))))&&void 0!==o?o:[]}clusterId(t){var o,e,r,a,i;return null!==(a=null!==(e=null===(o=t.map)||void 0===o?void 0:o.mapId)&&void 0!==e?e:null===(r=t.topic)||void 0===r?void 0:r.tocId)&&void 0!==a?a:null===(i=t.document)||void 0===i?void 0:i.documentId}}ze.styles=n,De([a.property({type:String,attribute:"cluster-policy"})],ze.prototype,"clusterPolicy",void 0),De([a.property({type:Boolean})],ze.prototype,"displayNoResultsMessage",void 0),De([a.property({attribute:!1})],ze.prototype,"renderResult",void 0),De([o.redux()],ze.prototype,"results",void 0),o.customElement("ft-search-results")(ze),t.FtSearchResults=ze,t.FtSearchResultsCssVariables={},t.styles=n}({},ftGlobals.wcUtils,ftGlobals.lit,ftGlobals.litRepeat,ftGlobals.litDecorators,ftGlobals.litUnsafeHTML);
184
+ `}))}onClusterChange(t,o){this.selectedResultByCluster[t]=o}buildClusters(){return"display-all-results"===this.clusterPolicy?this.buildAllResultsClusters():this.buildFullClusters()}buildFullClusters(){var t,o;return null!==(o=null===(t=this.results)||void 0===t?void 0:t.map((t=>({id:this.clusterId(t.entries[0]),entries:t.entries}))))&&void 0!==o?o:[]}buildAllResultsClusters(){var t,o;let e=null!==(o=null===(t=this.results)||void 0===t?void 0:t.flatMap((t=>t.entries.map((t=>({id:this.clusterId(t),entries:[t]}))))))&&void 0!==o?o:[];return this.request&&1===this.request.paging.page?e.slice(0,this.request.paging.perPage):e}clusterId(t){var o,e,r,a,i;return null!==(a=null!==(e=null===(o=t.map)||void 0===o?void 0:o.mapId)&&void 0!==e?e:null===(r=t.topic)||void 0===r?void 0:r.tocId)&&void 0!==a?a:null===(i=t.document)||void 0===i?void 0:i.documentId}}ze.styles=n,De([a.property({type:String,attribute:"cluster-policy"})],ze.prototype,"clusterPolicy",void 0),De([a.property({type:Boolean})],ze.prototype,"displayNoResultsMessage",void 0),De([a.property({attribute:!1})],ze.prototype,"renderResult",void 0),De([o.redux()],ze.prototype,"request",void 0),De([o.redux()],ze.prototype,"results",void 0),o.customElement("ft-search-results")(ze),t.FtSearchResults=ze,t.FtSearchResultsCssVariables={},t.styles=n}({},ftGlobals.wcUtils,ftGlobals.lit,ftGlobals.litRepeat,ftGlobals.litDecorators,ftGlobals.litUnsafeHTML);
@@ -306,4 +306,4 @@ class wa extends Tr{constructor(t){if(super(t),this.et=et,t.type!==Fr)throw Erro
306
306
  @ft-search-result-cluster-change="${e=>this.onClusterChange(t.id,e.detail)}">
307
307
  ${this.renderResult(null!==(o=this.selectedResultByCluster[t.id])&&void 0!==o?o:t.entries[0],e)}
308
308
  </ft-search-result-context>
309
- `}))}onClusterChange(t,e){this.selectedResultByCluster[t]=e}buildClusters(){switch(this.clusterPolicy){case"display-first-result":return this.buildFullClusters();case"display-all-results":return this.buildAllResultsClusters()}}buildFullClusters(){var t,e;return null!==(e=null===(t=this.results)||void 0===t?void 0:t.map((t=>({id:this.clusterId(t.entries[0]),entries:t.entries}))))&&void 0!==e?e:[]}buildAllResultsClusters(){var t,e;return null!==(e=null===(t=this.results)||void 0===t?void 0:t.flatMap((t=>t.entries.map((t=>({id:this.clusterId(t),entries:[t]}))))))&&void 0!==e?e:[]}clusterId(t){var e,o,r,n,i;return null!==(n=null!==(o=null===(e=t.map)||void 0===e?void 0:e.mapId)&&void 0!==o?o:null===(r=t.topic)||void 0===r?void 0:r.tocId)&&void 0!==n?n:null===(i=t.document)||void 0===i?void 0:i.documentId}}_a.styles=Xr,za([U({type:String,attribute:"cluster-policy"})],_a.prototype,"clusterPolicy",void 0),za([U({type:Boolean})],_a.prototype,"displayNoResultsMessage",void 0),za([U({attribute:!1})],_a.prototype,"renderResult",void 0),za([je()],_a.prototype,"results",void 0),W("ft-search-results")(_a),t.FtSearchResults=_a,t.FtSearchResultsCssVariables={},t.styles=Xr}({});
309
+ `}))}onClusterChange(t,e){this.selectedResultByCluster[t]=e}buildClusters(){return"display-all-results"===this.clusterPolicy?this.buildAllResultsClusters():this.buildFullClusters()}buildFullClusters(){var t,e;return null!==(e=null===(t=this.results)||void 0===t?void 0:t.map((t=>({id:this.clusterId(t.entries[0]),entries:t.entries}))))&&void 0!==e?e:[]}buildAllResultsClusters(){var t,e;let o=null!==(e=null===(t=this.results)||void 0===t?void 0:t.flatMap((t=>t.entries.map((t=>({id:this.clusterId(t),entries:[t]}))))))&&void 0!==e?e:[];return this.request&&1===this.request.paging.page?o.slice(0,this.request.paging.perPage):o}clusterId(t){var e,o,r,n,i;return null!==(n=null!==(o=null===(e=t.map)||void 0===e?void 0:e.mapId)&&void 0!==o?o:null===(r=t.topic)||void 0===r?void 0:r.tocId)&&void 0!==n?n:null===(i=t.document)||void 0===i?void 0:i.documentId}}_a.styles=Xr,za([U({type:String,attribute:"cluster-policy"})],_a.prototype,"clusterPolicy",void 0),za([U({type:Boolean})],_a.prototype,"displayNoResultsMessage",void 0),za([U({attribute:!1})],_a.prototype,"renderResult",void 0),za([je()],_a.prototype,"request",void 0),za([je()],_a.prototype,"results",void 0),W("ft-search-results")(_a),t.FtSearchResults=_a,t.FtSearchResultsCssVariables={},t.styles=Xr}({});
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-search-results",
3
- "version": "1.1.39",
3
+ "version": "1.1.40",
4
4
  "description": "Search result list for integrated search component",
5
5
  "keywords": [
6
6
  "Lit"
@@ -19,12 +19,12 @@
19
19
  "url": "ssh://git@scm.mrs.antidot.net:2222/fluidtopics/ft-web-components.git"
20
20
  },
21
21
  "dependencies": {
22
- "@fluid-topics/ft-search-result-context": "1.1.39",
23
- "@fluid-topics/ft-wc-utils": "1.1.39",
22
+ "@fluid-topics/ft-search-result-context": "1.1.40",
23
+ "@fluid-topics/ft-wc-utils": "1.1.40",
24
24
  "lit": "3.1.0"
25
25
  },
26
26
  "devDependencies": {
27
27
  "@fluid-topics/public-api": "1.0.60"
28
28
  },
29
- "gitHead": "a9b7f979a6e94b58571a61de90a4b2655800690d"
29
+ "gitHead": "ef5d1fb82ff388535e7a81aa3e8ffdb53c7591b4"
30
30
  }