@fluid-topics/ft-reader-attachments 1.1.25 → 1.1.27
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,4 +1,4 @@
|
|
|
1
|
-
!function(t,o,e,r,
|
|
1
|
+
!function(t,o,e,a,r,i,n){const l=o.FtCssVariableFactory.extend("--ft-ripple-color","",o.designSystemVariables.colorContent),p={color:l,backgroundColor:o.FtCssVariableFactory.extend("--ft-ripple-background-color","",l),opacityContentOnSurfacePressed:o.FtCssVariableFactory.external(o.designSystemVariables.opacityContentOnSurfacePressed,"Design system"),opacityContentOnSurfaceHover:o.FtCssVariableFactory.external(o.designSystemVariables.opacityContentOnSurfaceHover,"Design system"),opacityContentOnSurfaceFocused:o.FtCssVariableFactory.external(o.designSystemVariables.opacityContentOnSurfaceFocused,"Design system"),opacityContentOnSurfaceSelected:o.FtCssVariableFactory.external(o.designSystemVariables.opacityContentOnSurfaceSelected,"Design system"),borderRadius:o.FtCssVariableFactory.create("--ft-ripple-border-radius","","SIZE","0px")},c=o.FtCssVariableFactory.extend("--ft-ripple-color","",o.designSystemVariables.colorPrimary),s=c,f=o.FtCssVariableFactory.extend("--ft-ripple-background-color","",c),d=o.FtCssVariableFactory.extend("--ft-ripple-color","",o.designSystemVariables.colorSecondary),h=d,g=o.FtCssVariableFactory.extend("--ft-ripple-background-color","",d),y=e.css`
|
|
2
2
|
:host {
|
|
3
3
|
display: contents;
|
|
4
4
|
}
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
|
|
12
12
|
.ft-ripple:not(.ft-ripple--unbounded) {
|
|
13
13
|
overflow: hidden;
|
|
14
|
-
border-radius: ${
|
|
14
|
+
border-radius: ${p.borderRadius};
|
|
15
15
|
}
|
|
16
16
|
|
|
17
17
|
.ft-ripple .ft-ripple--background,
|
|
@@ -45,11 +45,11 @@
|
|
|
45
45
|
}
|
|
46
46
|
|
|
47
47
|
.ft-ripple .ft-ripple--background {
|
|
48
|
-
background-color: ${
|
|
48
|
+
background-color: ${p.backgroundColor};
|
|
49
49
|
}
|
|
50
50
|
|
|
51
51
|
.ft-ripple .ft-ripple--effect {
|
|
52
|
-
background-color: ${
|
|
52
|
+
background-color: ${p.color};
|
|
53
53
|
}
|
|
54
54
|
|
|
55
55
|
.ft-ripple.ft-ripple--secondary .ft-ripple--background {
|
|
@@ -95,22 +95,22 @@
|
|
|
95
95
|
}
|
|
96
96
|
|
|
97
97
|
.ft-ripple.ft-ripple--hovered .ft-ripple--background {
|
|
98
|
-
opacity: ${
|
|
98
|
+
opacity: ${p.opacityContentOnSurfaceHover};
|
|
99
99
|
}
|
|
100
100
|
|
|
101
101
|
.ft-ripple.ft-ripple--selected .ft-ripple--background {
|
|
102
|
-
opacity: ${
|
|
102
|
+
opacity: ${p.opacityContentOnSurfaceSelected};
|
|
103
103
|
}
|
|
104
104
|
|
|
105
105
|
.ft-ripple.ft-ripple--focused .ft-ripple--background {
|
|
106
|
-
opacity: ${
|
|
106
|
+
opacity: ${p.opacityContentOnSurfaceFocused};
|
|
107
107
|
}
|
|
108
108
|
|
|
109
109
|
.ft-ripple.ft-ripple--pressed .ft-ripple--effect {
|
|
110
|
-
opacity: ${
|
|
110
|
+
opacity: ${p.opacityContentOnSurfacePressed};
|
|
111
111
|
transform: translate(-50%, -50%) scale(1);
|
|
112
112
|
}
|
|
113
|
-
`,
|
|
113
|
+
`,b={size:o.FtCssVariableFactory.create("--ft-icon-font-size","","SIZE","24px"),fluidTopicsFontFamily:o.FtCssVariableFactory.extend("--ft-icon-fluid-topics-font-family","",o.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","ft-icons")),fileFormatFontFamily:o.FtCssVariableFactory.extend("--ft-icon-file-format-font-family","",o.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","ft-mime")),materialFontFamily:o.FtCssVariableFactory.extend("--ft-icon-material-font-family","",o.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","Material Icons")),verticalAlign:o.FtCssVariableFactory.create("--ft-icon-vertical-align","","UNKNOWN","unset")},m=e.css`
|
|
114
114
|
:host, i.ft-icon {
|
|
115
115
|
display: inline-flex;
|
|
116
116
|
align-items: center;
|
|
@@ -119,14 +119,14 @@
|
|
|
119
119
|
}
|
|
120
120
|
|
|
121
121
|
:host {
|
|
122
|
-
width: ${
|
|
123
|
-
height: ${
|
|
122
|
+
width: ${b.size};
|
|
123
|
+
height: ${b.size};
|
|
124
124
|
}
|
|
125
125
|
|
|
126
126
|
i.ft-icon {
|
|
127
127
|
width: 100%;
|
|
128
128
|
height: 100%;
|
|
129
|
-
font-size: ${
|
|
129
|
+
font-size: ${b.size};
|
|
130
130
|
line-height: 1;
|
|
131
131
|
font-weight: normal;
|
|
132
132
|
text-transform: none;
|
|
@@ -137,26 +137,26 @@
|
|
|
137
137
|
text-rendering: auto;
|
|
138
138
|
-webkit-font-smoothing: antialiased;
|
|
139
139
|
-moz-osx-font-smoothing: grayscale;
|
|
140
|
-
vertical-align: ${
|
|
140
|
+
vertical-align: ${b.verticalAlign};
|
|
141
141
|
}
|
|
142
142
|
|
|
143
143
|
i.ft-icon.ft-icon--fluid-topics {
|
|
144
|
-
font-family: ${
|
|
144
|
+
font-family: ${b.fluidTopicsFontFamily}, ft-icons, fticons, sans-serif;
|
|
145
145
|
|
|
146
146
|
/* Ugly fix because font is broken */
|
|
147
|
-
font-size: calc(0.75 * ${
|
|
148
|
-
line-height: ${
|
|
147
|
+
font-size: calc(0.75 * ${b.size});
|
|
148
|
+
line-height: ${b.size};
|
|
149
149
|
position: relative;
|
|
150
150
|
top: -4%;
|
|
151
151
|
justify-content: center;
|
|
152
152
|
}
|
|
153
153
|
|
|
154
154
|
.ft-icon--file-format {
|
|
155
|
-
font-family: ${
|
|
155
|
+
font-family: ${b.fileFormatFontFamily}, ft-mime, sans-serif;
|
|
156
156
|
}
|
|
157
157
|
|
|
158
158
|
.ft-icon--material {
|
|
159
|
-
font-family: ${
|
|
159
|
+
font-family: ${b.materialFontFamily}, "Material Icons", sans-serif;
|
|
160
160
|
}
|
|
161
161
|
`,u={itemsGap:o.FtCssVariableFactory.create("--ft-reader-attachments-items-gap","","SIZE","8px"),itemPadding:o.FtCssVariableFactory.create("--ft-reader-attachments-item-padding","","SIZE","8px"),itemBorderWidth:o.FtCssVariableFactory.create("--ft-reader-attachments-item-border-width","","SIZE","1px"),itemBorderColor:o.FtCssVariableFactory.extend("--ft-reader-attachments-item-border-color","",o.designSystemVariables.colorOutline),itemBorderRadius:o.FtCssVariableFactory.extend("--ft-reader-attachments-item-border-radius","",o.designSystemVariables.borderRadiusS),itemBackgroundColor:o.FtCssVariableFactory.extend("--ft-reader-attachments-item-background-color","",o.designSystemVariables.colorSurface),itemTextColor:o.FtCssVariableFactory.extend("--ft-reader-attachments-item-text-color","",o.designSystemVariables.colorOnSurfaceMedium),itemHoverBackgroundColor:o.FtCssVariableFactory.extend("--ft-reader-attachments-item-hover-background-color","",o.designSystemVariables.colorPrimary),itemHoverTextColor:o.FtCssVariableFactory.extend("--ft-reader-attachments-item-hover-text-color","",o.designSystemVariables.colorOnSurfaceHigh),fileFormatIconSize:o.FtCssVariableFactory.create("--ft-reader-attachments-file-format-icon-size","","SIZE","30px"),downloadIconSize:o.FtCssVariableFactory.create("--ft-reader-attachments-down-icon-size","","SIZE","20px")},x=e.css`
|
|
162
162
|
[part="container"] {
|
|
@@ -202,16 +202,16 @@
|
|
|
202
202
|
}
|
|
203
203
|
|
|
204
204
|
[part~="ripple"] {
|
|
205
|
-
${o.setVariable(
|
|
206
|
-
${o.setVariable(
|
|
205
|
+
${o.setVariable(p.color,u.itemHoverBackgroundColor)};
|
|
206
|
+
${o.setVariable(p.borderRadius,u.itemBorderRadius)};
|
|
207
207
|
}
|
|
208
208
|
|
|
209
209
|
[part="file-format-icon"] {
|
|
210
|
-
${o.setVariable(
|
|
210
|
+
${o.setVariable(b.size,u.fileFormatIconSize)};
|
|
211
211
|
}
|
|
212
212
|
|
|
213
213
|
[part="download-icon"] {
|
|
214
|
-
${o.setVariable(
|
|
214
|
+
${o.setVariable(b.size,u.downloadIconSize)};
|
|
215
215
|
}
|
|
216
216
|
|
|
217
217
|
.hide-file-format-icon [part="file-format-icon"] {
|
|
@@ -225,45 +225,45 @@
|
|
|
225
225
|
.hide-download-icon [part="download-link"] {
|
|
226
226
|
display: none;
|
|
227
227
|
}
|
|
228
|
-
`;var O;!function(t){t.FEEDBACK="FEEDBACK",t.RATING="RATING",t.PRINT="PRINT",t.BOOKMARK="BOOKMARK",t.COLLECTIONS="COLLECTIONS",t.PERSONAL_BOOKS="PERSONAL_BOOKS"}(O||(O={}));var N=function(t,o,e,
|
|
228
|
+
`;var O;!function(t){t.FEEDBACK="FEEDBACK",t.RATING="RATING",t.PRINT="PRINT",t.BOOKMARK="BOOKMARK",t.COLLECTIONS="COLLECTIONS",t.PERSONAL_BOOKS="PERSONAL_BOOKS"}(O||(O={}));var N=function(t,o,e,a){for(var r,i=arguments.length,n=i<3?o:null===a?a=Object.getOwnPropertyDescriptor(o,e):a,l=t.length-1;l>=0;l--)(r=t[l])&&(n=(i<3?r(n):i>3?r(o,e,n):r(o,e))||n);return i>3&&n&&Object.defineProperty(o,e,n),n};class v extends Event{constructor(){super("register-ft-reader-component",{bubbles:!0,composed:!0})}}const S=Symbol("registerInterval");class w extends(function(t){var o;class e extends t{constructor(){super(...arguments),this[o]=0}setReaderStateManager(t){this.clearStateManager(),this.stateManager=t,this.addStore(t.store,"reader")}clearStateManager(){this.stateManager&&(this.removeStore("reader"),this.stateManager=void 0)}get service(){var t;return null===(t=this.stateManager)||void 0===t?void 0:t.service}connectedCallback(){super.connectedCallback(),this[S]=window.setInterval((()=>this.tryToRegisterToContext()),50)}tryToRegisterToContext(){null!=this.stateManager?window.clearInterval(this[S]):this.dispatchEvent(new v)}disconnectedCallback(){super.disconnectedCallback(),this.clearStateManager()}}return o=S,N([a.state()],e.prototype,"stateManager",void 0),e}(o.FtLitElementRedux)){}const C=e.css`
|
|
229
229
|
`,I=e.css`
|
|
230
|
-
`,U=o.FtReduxStore.get({name:"ft-app-info",reducers:{},initialState:{baseUrl:void 0,apiIntegrationIdentifier:void 0,uiLocale:document.documentElement.lang||"en-US",availableUiLocales:[],metadataConfiguration:void 0,editorMode:!1,noCustom:!1,noCustomComponent:!1,session:void 0}});class E{static build(t){const{baseUrl:o,apiIntegrationIdentifier:e}=U.getState(),
|
|
230
|
+
`,U=o.FtReduxStore.get({name:"ft-app-info",reducers:{},initialState:{baseUrl:void 0,apiIntegrationIdentifier:void 0,uiLocale:document.documentElement.lang||"en-US",availableUiLocales:[],metadataConfiguration:void 0,editorMode:!1,noCustom:!1,noCustomComponent:!1,session:void 0}});class E{static build(t){const{baseUrl:o,apiIntegrationIdentifier:e}=U.getState(),a=null!=t?t:e;if(o&&a&&window.fluidtopics)return new window.fluidtopics.FluidTopicsApi(o,a,!0)}static get(t){var o;return null!=t?E.build(t):null!==(o=E.API)&&void 0!==o?o:E.API=E.build()}static await(t){return new Promise((o=>{let e=E.get(t);if(e)o(e);else{const a=U.subscribe((()=>{e=E.get(t),e&&(a(),o(e))}))}}))}}var W;const R=Symbol("clearAfterUnitTest");class k{constructor(t){this.messageContextProvider=t,this.defaultMessages={},this.cache=new o.CacheRegistry,this.listeners={},this.currentUiLocale="",this[W]=()=>{this.defaultMessages={},this.cache=new o.CacheRegistry,this.listeners={}},this.currentUiLocale=U.getState().uiLocale,U.subscribe((()=>this.clearWhenUiLocaleChanges()))}clearWhenUiLocaleChanges(){const{uiLocale:t}=U.getState();this.currentUiLocale!==t&&(this.currentUiLocale=t,this.cache.clearAll(),this.notifyAll())}addContext(t){const o=t.name.toLowerCase();this.cache.setFinal(o,t),this.notify(o)}getAllContexts(){return this.cache.resolvedValues()}async prepareContext(t,e){var a;if(t=t.toLowerCase(),Object.keys(e).length>0){const r={...null!==(a=this.defaultMessages[t])&&void 0!==a?a:{},...e};o.deepEqual(this.defaultMessages[t],r)||(this.defaultMessages[t]=r,await this.notify(t))}await this.fetchContext(t)}resolveMessage(t,e,...a){var r,i,n;t=t.toLowerCase(),this.fetchContext(t);const l=null!==(i=null===(r=this.cache.getNow(t))||void 0===r?void 0:r.messages)&&void 0!==i?i:{};return new o.ParametrizedLabelResolver(null!==(n=this.defaultMessages[t])&&void 0!==n?n:{},l).resolve(e,...a)}async fetchContext(t){if(!this.cache.has(t))try{await this.cache.get(t,(()=>this.messageContextProvider(this.currentUiLocale,t))),await this.notify(t)}catch(t){console.error(t)}}subscribe(t,o){var e;return t=t.toLowerCase(),this.listeners[t]=null!==(e=this.listeners[t])&&void 0!==e?e:new Set,this.listeners[t].add(o),()=>{var e;return null===(e=this.listeners[t])||void 0===e?void 0:e.delete(o)}}async notifyAll(){await Promise.all(Object.keys(this.listeners).map((t=>this.notify(t))))}async notify(t){null!=this.listeners[t]&&await Promise.all([...this.listeners[t].values()].map((t=>o.delay(0).then((()=>t())).catch((()=>null)))))}}W=R,null==window.FluidTopicsI18nService&&(window.FluidTopicsI18nService=new k((async(t,o)=>(await E.await()).getFluidTopicsMessageContext(t,o)))),null==window.FluidTopicsCustomI18nService&&(window.FluidTopicsCustomI18nService=new k((async(t,o)=>(await E.await()).getCustomMessageContext(t,o))));const L=window.FluidTopicsI18nService,$=window.FluidTopicsCustomI18nService;var K=function(t,o,e,a){for(var r,i=arguments.length,n=i<3?o:null===a?a=Object.getOwnPropertyDescriptor(o,e):a,l=t.length-1;l>=0;l--)(r=t[l])&&(n=(i<3?r(n):i>3?r(o,e,n):r(o,e))||n);return i>3&&n&&Object.defineProperty(o,e,n),n};class Z extends o.FtLitElement{constructor(){super(...arguments),this.apiIntegrationIdentifier="ft-integration",this.uiLocale="en-US",this.editorMode=!1,this.noCustom=!1,this.noCustomComponent=!1,this.withManualResources=!1,this.messageContexts=[],this.apiProvider=()=>E.get(),this.cache=new o.CacheRegistry,this.cleanSessionDebouncer=new o.Debouncer}render(){return e.html`
|
|
231
231
|
<slot></slot>
|
|
232
|
-
`}update(t){super.update(t),t.has("baseUrl")&&U.actions.baseUrl(this.baseUrl),t.has("apiIntegrationIdentifier")&&U.actions.apiIntegrationIdentifier(this.apiIntegrationIdentifier),t.has("uiLocale")&&U.actions.uiLocale(this.uiLocale),t.has("metadataConfiguration")&&U.actions.metadataConfiguration(this.metadataConfiguration),t.has("noCustom")&&U.actions.noCustom(this.noCustom),t.has("editorMode")&&U.actions.editorMode(this.editorMode),t.has("noCustomComponent")&&U.actions.noCustomComponent(this.noCustomComponent),t.has("session")&&U.actions.session(this.session),t.has("availableUiLocales")&&U.actions.availableUiLocales(Array.isArray(this.availableUiLocales)?this.availableUiLocales:[]),t.has("messageContexts")&&null!=this.messageContexts&&this.messageContexts.forEach((t=>L.addContext(t))),setTimeout((()=>this.updateIfNeeded()))}async updateIfNeeded(){!this.withManualResources&&this.apiProvider()&&(null==this.session&&this.updateSession(),null==this.availableUiLocales&&this.updateUiLocales(),null==this.metadataConfiguration&&this.updateMetadataConfiguration())}async updateSession(){this.session=await this.cache.get("session",(async()=>{const t=await this.apiProvider().getCurrentSession();return t.idleTimeoutInMillis>0&&this.cleanSessionDebouncer.run((()=>{this.cache.clear("session"),this.session=void 0}),t.idleTimeoutInMillis),t}))}async updateUiLocales(){this.availableUiLocales=await this.cache.get("availableUiLocales",(()=>this.apiProvider().getAvailableUiLocales()))}async updateMetadataConfiguration(){this.metadataConfiguration=await this.cache.get("metadataConfiguration",(()=>this.apiProvider().getMetadataConfiguration()))}}Z.elementDefinitions={},Z.styles=I,K([
|
|
232
|
+
`}update(t){super.update(t),t.has("baseUrl")&&(U.actions.baseUrl(this.baseUrl),window.fluidTopicsBaseUrl=this.baseUrl),t.has("apiIntegrationIdentifier")&&U.actions.apiIntegrationIdentifier(this.apiIntegrationIdentifier),t.has("uiLocale")&&U.actions.uiLocale(this.uiLocale),t.has("metadataConfiguration")&&U.actions.metadataConfiguration(this.metadataConfiguration),t.has("noCustom")&&U.actions.noCustom(this.noCustom),t.has("editorMode")&&U.actions.editorMode(this.editorMode),t.has("noCustomComponent")&&U.actions.noCustomComponent(this.noCustomComponent),t.has("session")&&U.actions.session(this.session),t.has("availableUiLocales")&&U.actions.availableUiLocales(Array.isArray(this.availableUiLocales)?this.availableUiLocales:[]),t.has("messageContexts")&&null!=this.messageContexts&&this.messageContexts.forEach((t=>L.addContext(t))),setTimeout((()=>this.updateIfNeeded()))}async updateIfNeeded(){!this.withManualResources&&this.apiProvider()&&(null==this.session&&this.updateSession(),null==this.availableUiLocales&&this.updateUiLocales(),null==this.metadataConfiguration&&this.updateMetadataConfiguration())}async updateSession(){this.session=await this.cache.get("session",(async()=>{const t=await this.apiProvider().getCurrentSession();return t.idleTimeoutInMillis>0&&this.cleanSessionDebouncer.run((()=>{this.cache.clear("session"),this.session=void 0}),t.idleTimeoutInMillis),t}))}async updateUiLocales(){this.availableUiLocales=await this.cache.get("availableUiLocales",(()=>this.apiProvider().getAvailableUiLocales()))}async updateMetadataConfiguration(){this.metadataConfiguration=await this.cache.get("metadataConfiguration",(()=>this.apiProvider().getMetadataConfiguration()))}}Z.elementDefinitions={},Z.styles=I,K([a.property()],Z.prototype,"baseUrl",void 0),K([a.property()],Z.prototype,"apiIntegrationIdentifier",void 0),K([a.property()],Z.prototype,"uiLocale",void 0),K([o.jsonProperty(null)],Z.prototype,"availableUiLocales",void 0),K([o.jsonProperty(null)],Z.prototype,"metadataConfiguration",void 0),K([a.property({type:Boolean})],Z.prototype,"editorMode",void 0),K([a.property({type:Boolean})],Z.prototype,"noCustom",void 0),K([a.property({converter:{fromAttribute:t=>"false"!==t&&("true"===t||null!=t&&t)}})],Z.prototype,"noCustomComponent",void 0),K([a.property({type:Boolean})],Z.prototype,"withManualResources",void 0),K([o.jsonProperty([])],Z.prototype,"messageContexts",void 0),K([o.jsonProperty(void 0)],Z.prototype,"session",void 0),K([a.property({type:Object})],Z.prototype,"apiProvider",void 0);class z{async listMySearches(){var t;return(null===(t=U.getState().session)||void 0===t?void 0:t.sessionAuthenticated)?(await E.await()).listMySearches(U.getState().session.profile.userId):[]}}const B=new o.CacheRegistry;class F{async listMyBookmarks(){return B.get("bookmarks",(async()=>(await E.await()).listMyBookmarks(U.getState().session.profile.userId)))}clearCache(){B.clear("bookmarks")}}const D=o.FtReduxStore.get({name:"ft-user-assets",initialState:{savedSearches:void 0,bookmarks:void 0}});new class{constructor(){this.currentSession=U.getState().session,this.bookmarksAreUsed=!1,this.bookmarksService=new F,U.subscribe((()=>this.reloadWhenUserSessionChanges()))}reloadWhenUserSessionChanges(){var t;const{session:e}=U.getState();o.deepEqual(null===(t=this.currentSession)||void 0===t?void 0:t.profile,null==e?void 0:e.profile)||(this.currentSession=e,this.clearMySearches(),this.reloadBookmarks())}clear(){this.clearMySearches(),this.clearMyBookmarks()}clearMySearches(){D.actions.savedSearches(void 0)}clearMyBookmarks(){D.actions.bookmarks(void 0)}async reloadMySearches(){const t=new z,o=await t.listMySearches();D.actions.savedSearches(o)}async reloadBookmarks(){this.bookmarksService.clearCache(),await this.updateBookmarksIfUsed()}async registerBookmarkComponent(){this.bookmarksAreUsed=!0,await this.updateBookmarksIfUsed()}async updateBookmarksIfUsed(){var t;if(this.bookmarksAreUsed){const o=(null===(t=this.currentSession)||void 0===t?void 0:t.sessionAuthenticated)?await this.bookmarksService.listMyBookmarks():void 0;D.actions.bookmarks(o)}}},o.customElement("ft-app-context")(Z);var A=function(t,o,e,a){for(var r,i=arguments.length,n=i<3?o:null===a?a=Object.getOwnPropertyDescriptor(o,e):a,l=t.length-1;l>=0;l--)(r=t[l])&&(n=(i<3?r(n):i>3?r(o,e,n):r(o,e))||n);return i>3&&n&&Object.defineProperty(o,e,n),n};const H=Symbol("i18nProperties"),G=Symbol("i18nUnsubs");function M(t){var o;class e extends t{constructor(){super(...arguments),this.useCustomMessageContexts=!1,this[o]=new Map}get i18nService(){return this.useCustomMessageContexts?$:L}i18n(t,o,...e){var a;if("string"==typeof t)return this.i18nService.resolveMessage(t,o,...e);const r=null!==(a=t.args)&&void 0!==a?a:t.argsProvider?t.argsProvider(this):[];return this.i18nService.resolveMessage(t.context,t.key,...r)}onI18nUpdate(t){var o;null===(o=this[H])||void 0===o||o.forEach(((o,e)=>{o.context.toLowerCase()===t.toLowerCase()&&(this[e]=this.i18n(o))})),setTimeout((()=>this.requestUpdate()),0)}update(t){var o;super.update(t),null===(o=this[H])||void 0===o||o.forEach(((t,o)=>{null!=t.argsProvider&&(this[o]=this.i18n(t))}))}connectedCallback(){super.connectedCallback(),null!=this[H]&&new Set([...this[H].values()].map((t=>t.context))).forEach((t=>this.addI18nMessages(t)))}addI18nMessages(t,o){t=t.toLowerCase(),this[G].has(t)||this[G].set(t,this.i18nService.subscribe(t,(()=>this.onI18nUpdate(t)))),this.i18nService.prepareContext(t,null!=o?o:{})}addI18nContext(t,o){this.addI18nMessages(t.name,o)}disconnectedCallback(){super.disconnectedCallback(),this[G].forEach((t=>t())),this[G].clear()}}return o=G,A([a.property({type:Boolean})],e.prototype,"useCustomMessageContexts",void 0),e}class j extends(M(o.FtLitElement)){}class P extends(M(o.FtLitElementRedux)){}var T=function(t,o,e,a){for(var r,i=arguments.length,n=i<3?o:null===a?a=Object.getOwnPropertyDescriptor(o,e):a,l=t.length-1;l>=0;l--)(r=t[l])&&(n=(i<3?r(n):i>3?r(o,e,n):r(o,e))||n);return i>3&&n&&Object.defineProperty(o,e,n),n};class _ extends P{constructor(){super(),this.editorMode=!1,this.addStore(U)}render(){return this.key&&this.context?e.html`
|
|
233
233
|
<span class="ft-i18n">
|
|
234
234
|
${this.i18n(this.context,this.key,...Array.isArray(this.args)?this.args:[])}
|
|
235
235
|
</span>
|
|
236
|
-
`:this.editorMode?"Select a context and a label key.":e.nothing}update(t){var o;super.update(t),this.context&&this.key&&this.addI18nMessages(this.context,{[this.key]:null!==(o=this.defaultMessage)&&void 0!==o?o:""})}}_.elementDefinitions={},_.styles=w,T([o.redux()],_.prototype,"editorMode",void 0),T([r.property()],_.prototype,"context",void 0),T([r.property()],_.prototype,"key",void 0),T([o.jsonProperty([])],_.prototype,"args",void 0),T([r.property()],_.prototype,"defaultMessage",void 0);class Y{static build(t){return new Y(t)}static fromGwt(t){return new Y(t)}constructor(t){this.name=t,this.properties=new Proxy({},{get:(t,o)=>{const e=o;return t=>({context:this.name,key:e,args:"function"==typeof t?void 0:t,argsProvider:"function"==typeof t?t:void 0})}}),this.messages=new Proxy({},{get:(t,o)=>(...t)=>L.resolveMessage(this.name,o,...t)})}}o.customElement("ft-i18n")(_);const q=Y.build("designedReaderAttachments"),X={download:"Download “{0}”"};var V,J;!function(t){t.THUMBS_DOWN="",t.THUMBS_DOWN_PLAIN="",t.THUMBS_UP="",t.THUMBS_UP_PLAIN="",t.STAR="",t.STAR_PLAIN="",t.DESKTOP="",t.LIFE_RING="",t.GLOBE="",t.PIGGY_BANK="",t.TABLET_LANDSCAPE="",t.TABLET_PORTRAIT="",t.MOBILE_LANDSCAPE="",t.MOBILE_PORTRAIT="",t.ARROW_RIGHT_TO_LINE="",t.THIN_ARROW_UP="",t.CONTEXTUAL="",t.CHART_SIMPLE="",t.BARS_PROGRESS="",t.LINE_CHART="",t.STACKED_CHART="",t.CHART_BAR_NORMALIZED="",t.BOOK_OPEN_GEAR="",t.BOOK_OPEN_GEAR_SLASH="",t.DIAGRAM_SUNBURST="",t.DIAGRAM_SANKEY="",t.UNSTRUCTURED_DOC="",t.RESET="",t.THIN_ARROW_LEFT="",t.THIN_ARROW_RIGHT="",t.MY_COLLECTIONS="",t.OFFLINE_SETTINGS="",t.MY_LIBRARY="",t.RATE_PLAIN="",t.RATE="",t.FEEDBACK_PLAIN="",t.PAUSE="",t.PLAY="",t.RELATIVES_PLAIN="",t.RELATIVES="",t.SHORTCUT_MENU="",t.PRINT="",t.DEFAULT_ROLES="",t.ACCOUNT_SETTINGS="",t.ONLINE="",t.OFFLINE="",t.UPLOAD="",t.BOOK_PLAIN="",t.SYNC="",t.SHARED_PBK="",t.COLLECTIONS="",t.SEARCH_IN_PUBLICATION="",t.BOOKS="",t.LOCKER="",t.ARROW_DOWN="",t.ARROW_LEFT="",t.ARROW_RIGHT="",t.ARROW_UP="",t.SAVE="",t.MAILS_AND_NOTIFICATIONS="",t.DOT="",t.MINUS="",t.PLUS="",t.FILTERS="",t.STRIPE_ARROW_RIGHT="",t.STRIPE_ARROW_LEFT="",t.ATTACHMENTS="",t.ADD_BOOKMARK="",t.BOOKMARK="",t.EXPORT="",t.MENU="",t.TAG="",t.TAG_PLAIN="",t.COPY_TO_CLIPBOARD="",t.COLUMNS="",t.ARTICLE="",t.CLOSE_PLAIN="",t.CHECK_PLAIN="",t.LOGOUT="",t.SIGN_IN="",t.THIN_ARROW="",t.TRIANGLE_BOTTOM="",t.TRIANGLE_LEFT="",t.TRIANGLE_RIGHT="",t.TRIANGLE_TOP="",t.FACET_HAS_DESCENDANT="",t.MINUS_PLAIN="",t.PLUS_PLAIN="",t.INFO="",t.ICON_EXPAND="",t.ICON_COLLAPSE="",t.ADD_TO_PBK="",t.ALERT="",t.ADD_ALERT="",t.BACK_TO_SEARCH="",t.DOWNLOAD="",t.EDIT="",t.FEEDBACK="",t.MODIFY_PBK="",t.SCHEDULED="",t.SEARCH="",t.SHARE="󨃱",t.TOC="",t.WRITE_UGC="",t.TRASH="",t.EXTLINK="",t.EXTLINK_LIGHT="",t.CALENDAR="",t.BOOK="",t.DOWNLOAD_PLAIN="",t.CHECK="",t.TOPICS="",t.EYE="",t.EYE_SLASH="",t.DISC="",t.CIRCLE="",t.SHARED="",t.SORT_UNSORTED="",t.SORT_UP="",t.SORT_DOWN="",t.WORKING="",t.CLOSE="",t.ZOOM_OUT="",t.ZOOM_IN="",t.ZOOM_REALSIZE="",t.ZOOM_FULLSCREEN="",t.ADMIN_RESTRICTED="",t.ADMIN_THEME="",t.WARNING="",t.CONTEXT="",t.SEARCH_HOME="",t.STEPS="",t.HOME="",t.TRANSLATE="",t.USER="",t.ADMIN="",t.ANALYTICS="",t.ADMIN_KHUB="",t.ADMIN_USERS="",t.ADMIN_INTEGRATION="",t.ADMIN_PORTAL="",t.COMMENT_QUESTION="",t.COMMENT_QUESTION_PLAIN="",t.MESSAGE_BOT="",t.PIP="",t.PIP_WIDE="",t.EXPAND_WIDE="",t.X_MARK="",t.CLONE="",t.CLONE_LINK_SIMPLE=""}(V||(V={})),function(t){t.UNKNOWN="",t.ABW="",t.AUDIO="",t.AVI="",t.CHM="",t.CODE="",t.CSV="",t.DITA="",t.EPUB="",t.EXCEL="",t.FLAC="",t.GIF="",t.GZIP="",t.HTML="",t.IMAGE="",t.JPEG="",t.JSON="",t.M4A="",t.MOV="",t.MP3="",t.MP4="",t.OGG="",t.PDF="",t.PNG="",t.POWERPOINT="",t.RAR="",t.STP="",t.TEXT="",t.VIDEO="",t.WAV="",t.WMA="",t.WORD="",t.XML="",t.YAML="",t.ZIP=""}(J||(J={}));const Q=new Map([...["abw"].map((t=>[t,J.ABW])),...["3gp","act","aiff","aac","amr","au","awb","dct","dss","dvf","gsm","iklax","ivs","mmf","mpc","msv","opus","ra","rm","raw","sln","tta","vox","wv"].map((t=>[t,J.AUDIO])),...["avi"].map((t=>[t,J.AVI])),...["chm","xhs"].map((t=>[t,J.CHM])),...["java","py","php","php3","php4","php5","js","javascript","rb","rbw","c","cpp","cxx","h","hh","hpp","hxx","sh","bash","zsh","tcsh","ksh","csh","vb","scala","pl","prl","perl","groovy","ceylon","aspx","jsp","scpt","applescript","bas","bat","lua","jsp","mk","cmake","css","sass","less","m","mm","xcodeproj"].map((t=>[t,J.CODE])),...["csv"].map((t=>[t,J.CSV])),...["dita","ditamap","ditaval"].map((t=>[t,J.DITA])),...["epub"].map((t=>[t,J.EPUB])),...["xls","xlt","xlm","xlsx","xlsm","xltx","xltm","xlsb","xla","xlam","xll","xlw"].map((t=>[t,J.EXCEL])),...["flac"].map((t=>[t,J.FLAC])),...["gif"].map((t=>[t,J.GIF])),...["gzip","x-gzip","giz","gz","tgz"].map((t=>[t,J.GZIP])),...["html","htm","xhtml"].map((t=>[t,J.HTML])),...["ai","vml","xps","img","cpt","psd","psp","xcf","svg","svg+xml","bmp","bpg","ppm","pgm","pbm","pnm","rif","tif","tiff","webp","wmf","ico"].map((t=>[t,J.IMAGE])),...["jpeg","jpg","jpe"].map((t=>[t,J.JPEG])),...["json"].map((t=>[t,J.JSON])),...["m4a","m4p"].map((t=>[t,J.M4A])),...["mov","qt"].map((t=>[t,J.MOV])),...["mp3"].map((t=>[t,J.MP3])),...["mp4","m4v"].map((t=>[t,J.MP4])),...["ogg","oga"].map((t=>[t,J.OGG])),...["pdf","ps"].map((t=>[t,J.PDF])),...["png"].map((t=>[t,J.PNG])),...["ppt","pot","pps","pptx","pptm","potx","potm","ppam","ppsx","ppsm","sldx","sldm"].map((t=>[t,J.POWERPOINT])),...["rar"].map((t=>[t,J.RAR])),...["stp"].map((t=>[t,J.STP])),...["txt","rtf","md","mdown"].map((t=>[t,J.TEXT])),...["webm","mkv","flv","vob","ogv","ogg","drc","mng","wmv","yuv","rm","rmvb","asf","mpg","mp2","mpeg","mpe","mpv","m2v","svi","3gp","3g2","mxf","roq","nsv"].map((t=>[t,J.VIDEO])),...["wav"].map((t=>[t,J.WAV])),...["wma"].map((t=>[t,J.WMA])),...["doc","dot","docx","docm","dotx","dotm","docb"].map((t=>[t,J.WORD])),...["xml","xsl","rdf"].map((t=>[t,J.XML])),...["yaml","yml","x-yaml"].map((t=>[t,J.YAML])),...["zip"].map((t=>[t,J.ZIP]))]),tt=new Map([["application/msword","application/doc"],["application/vnd.openxmlformats-officedocument.wordprocessingml.document","application/docx"],["application/vnd.openxmlformats-officedocument.wordprocessingml.template","application/dotx"],["application/vnd.ms-word.document.macroEnabled.12","application/docm"],["application/vnd.ms-word.template.macroEnabled.12","application/dotm"],["application/vnd.ms-excel","application/xls"],["application/vnd.openxmlformats-officedocument.spreadsheetml.sheet","application/xlsx"],["application/vnd.openxmlformats-officedocument.spreadsheetml.template","application/xltx"],["application/vnd.ms-excel.sheet.macroEnabled.12","application/xlsm"],["application/vnd.ms-excel.template.macroEnabled.12","application/xltm"],["application/vnd.ms-excel.addin.macroEnabled.12","application/xlam"],["application/vnd.ms-excel.sheet.binary.macroEnabled.12","application/xlsb"],["application/vnd.ms-powerpoint","application/ppt"],["application/vnd.openxmlformats-officedocument.presentationml.presentation","application/pptx"],["application/vnd.openxmlformats-officedocument.presentationml.template","application/potx"],["application/vnd.openxmlformats-officedocument.presentationml.slideshow","application/ppsx"],["application/vnd.ms-powerpoint.addin.macroEnabled.12","application/ppam"],["application/vnd.ms-powerpoint.presentation.macroEnabled.12","application/pptm"],["application/vnd.ms-powerpoint.template.macroEnabled.12","application/potm"],["application/vnd.ms-powerpoint.slideshow.macroEnabled.12","application/ppsm"],["application/vnd.ms-access","application/mdb"]]);const ot={[J.ABW]:"#91ABC6",[J.AUDIO]:"#1795E3",[J.AVI]:"#E63324",[J.CHM]:"#71C3EB",[J.CODE]:"#71C3EB",[J.CSV]:"#1F7345",[J.DITA]:"#71C3EB",[J.EPUB]:"#85B926",[J.EXCEL]:"#1F7345",[J.FLAC]:"#1795E3",[J.GIF]:"#59B031",[J.GZIP]:"#F8AB36",[J.HTML]:"#71C3EB",[J.IMAGE]:"#59B031",[J.JPEG]:"#59B031",[J.JSON]:"#71C3EB",[J.M4A]:"#1795E3",[J.MOV]:"#E63324",[J.MP3]:"#1795E3",[J.MP4]:"#E63324",[J.OGG]:"#1795E3",[J.PDF]:"#E44948",[J.PNG]:"#59B031",[J.POWERPOINT]:"#B54A2B",[J.RAR]:"#F8AB36",[J.STP]:"#3764B1",[J.TEXT]:"#3162AB",[J.UNKNOWN]:"#999999",[J.VIDEO]:"#E63324",[J.WAV]:"#1795E3",[J.WMA]:"#1795E3",[J.WORD]:"#3162AB",[J.XML]:"#71C3EB",[J.YAML]:"#71C3EB",[J.ZIP]:"#F8AB36"};var et;!function(t){t.fluid_topics="fluid-topics",t.file_format="file-format",t.material="material"}(et||(et={}));var rt=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 at extends o.FtLitElement{constructor(){super(...arguments),this.resolvedIcon=e.nothing}render(){const t=this.variant&&Object.values(et).includes(this.variant)?this.variant:et.fluid_topics,o=t!==et.material||!!this.value;return e.html`
|
|
236
|
+
`:this.editorMode?"Select a context and a label key.":e.nothing}update(t){var o;super.update(t),this.context&&this.key&&this.addI18nMessages(this.context,{[this.key]:null!==(o=this.defaultMessage)&&void 0!==o?o:""})}}_.elementDefinitions={},_.styles=C,T([o.redux()],_.prototype,"editorMode",void 0),T([a.property()],_.prototype,"context",void 0),T([a.property()],_.prototype,"key",void 0),T([o.jsonProperty([])],_.prototype,"args",void 0),T([a.property()],_.prototype,"defaultMessage",void 0);class Y{static build(t){return new Y(t)}static fromGwt(t){return new Y(t)}constructor(t){this.name=t,this.properties=new Proxy({},{get:(t,o)=>{const e=o;return t=>({context:this.name,key:e,args:"function"==typeof t?void 0:t,argsProvider:"function"==typeof t?t:void 0})}}),this.messages=new Proxy({},{get:(t,o)=>(...t)=>L.resolveMessage(this.name,o,...t)})}}o.customElement("ft-i18n")(_);const q=Y.build("designedReaderAttachments"),X={download:"Download “{0}”"};var V,J;!function(t){t.THUMBS_DOWN="",t.THUMBS_DOWN_PLAIN="",t.THUMBS_UP="",t.THUMBS_UP_PLAIN="",t.STAR="",t.STAR_PLAIN="",t.DESKTOP="",t.LIFE_RING="",t.GLOBE="",t.PIGGY_BANK="",t.TABLET_LANDSCAPE="",t.TABLET_PORTRAIT="",t.MOBILE_LANDSCAPE="",t.MOBILE_PORTRAIT="",t.ARROW_RIGHT_TO_LINE="",t.THIN_ARROW_UP="",t.CONTEXTUAL="",t.CHART_SIMPLE="",t.BARS_PROGRESS="",t.LINE_CHART="",t.STACKED_CHART="",t.CHART_BAR_NORMALIZED="",t.BOOK_OPEN_GEAR="",t.BOOK_OPEN_GEAR_SLASH="",t.DIAGRAM_SUNBURST="",t.DIAGRAM_SANKEY="",t.UNSTRUCTURED_DOC="",t.RESET="",t.THIN_ARROW_LEFT="",t.THIN_ARROW_RIGHT="",t.MY_COLLECTIONS="",t.OFFLINE_SETTINGS="",t.MY_LIBRARY="",t.RATE_PLAIN="",t.RATE="",t.FEEDBACK_PLAIN="",t.PAUSE="",t.PLAY="",t.RELATIVES_PLAIN="",t.RELATIVES="",t.SHORTCUT_MENU="",t.PRINT="",t.DEFAULT_ROLES="",t.ACCOUNT_SETTINGS="",t.ONLINE="",t.OFFLINE="",t.UPLOAD="",t.BOOK_PLAIN="",t.SYNC="",t.SHARED_PBK="",t.COLLECTIONS="",t.SEARCH_IN_PUBLICATION="",t.BOOKS="",t.LOCKER="",t.ARROW_DOWN="",t.ARROW_LEFT="",t.ARROW_RIGHT="",t.ARROW_UP="",t.SAVE="",t.MAILS_AND_NOTIFICATIONS="",t.DOT="",t.MINUS="",t.PLUS="",t.FILTERS="",t.STRIPE_ARROW_RIGHT="",t.STRIPE_ARROW_LEFT="",t.ATTACHMENTS="",t.ADD_BOOKMARK="",t.BOOKMARK="",t.EXPORT="",t.MENU="",t.TAG="",t.TAG_PLAIN="",t.COPY_TO_CLIPBOARD="",t.COLUMNS="",t.ARTICLE="",t.CLOSE_PLAIN="",t.CHECK_PLAIN="",t.LOGOUT="",t.SIGN_IN="",t.THIN_ARROW="",t.TRIANGLE_BOTTOM="",t.TRIANGLE_LEFT="",t.TRIANGLE_RIGHT="",t.TRIANGLE_TOP="",t.FACET_HAS_DESCENDANT="",t.MINUS_PLAIN="",t.PLUS_PLAIN="",t.INFO="",t.ICON_EXPAND="",t.ICON_COLLAPSE="",t.ADD_TO_PBK="",t.ALERT="",t.ADD_ALERT="",t.BACK_TO_SEARCH="",t.DOWNLOAD="",t.EDIT="",t.FEEDBACK="",t.MODIFY_PBK="",t.SCHEDULED="",t.SEARCH="",t.SHARE="󨃱",t.TOC="",t.WRITE_UGC="",t.TRASH="",t.EXTLINK="",t.EXTLINK_LIGHT="",t.CALENDAR="",t.BOOK="",t.DOWNLOAD_PLAIN="",t.CHECK="",t.TOPICS="",t.EYE="",t.EYE_SLASH="",t.DISC="",t.CIRCLE="",t.SHARED="",t.SORT_UNSORTED="",t.SORT_UP="",t.SORT_DOWN="",t.WORKING="",t.CLOSE="",t.ZOOM_OUT="",t.ZOOM_IN="",t.ZOOM_REALSIZE="",t.ZOOM_FULLSCREEN="",t.ADMIN_RESTRICTED="",t.ADMIN_THEME="",t.WARNING="",t.CONTEXT="",t.SEARCH_HOME="",t.STEPS="",t.HOME="",t.TRANSLATE="",t.USER="",t.ADMIN="",t.ANALYTICS="",t.ADMIN_KHUB="",t.ADMIN_USERS="",t.ADMIN_INTEGRATION="",t.ADMIN_PORTAL="",t.COMMENT_QUESTION="",t.COMMENT_QUESTION_PLAIN="",t.MESSAGE_BOT="",t.PIP="",t.PIP_WIDE="",t.EXPAND_WIDE="",t.X_MARK="",t.CLONE="",t.CLONE_LINK_SIMPLE=""}(V||(V={})),function(t){t.UNKNOWN="",t.ABW="",t.AUDIO="",t.AVI="",t.CHM="",t.CODE="",t.CSV="",t.DITA="",t.EPUB="",t.EXCEL="",t.FLAC="",t.GIF="",t.GZIP="",t.HTML="",t.IMAGE="",t.JPEG="",t.JSON="",t.M4A="",t.MOV="",t.MP3="",t.MP4="",t.OGG="",t.PDF="",t.PNG="",t.POWERPOINT="",t.RAR="",t.STP="",t.TEXT="",t.VIDEO="",t.WAV="",t.WMA="",t.WORD="",t.XML="",t.YAML="",t.ZIP=""}(J||(J={}));const Q=new Map([...["abw"].map((t=>[t,J.ABW])),...["3gp","act","aiff","aac","amr","au","awb","dct","dss","dvf","gsm","iklax","ivs","mmf","mpc","msv","opus","ra","rm","raw","sln","tta","vox","wv"].map((t=>[t,J.AUDIO])),...["avi"].map((t=>[t,J.AVI])),...["chm","xhs"].map((t=>[t,J.CHM])),...["java","py","php","php3","php4","php5","js","javascript","rb","rbw","c","cpp","cxx","h","hh","hpp","hxx","sh","bash","zsh","tcsh","ksh","csh","vb","scala","pl","prl","perl","groovy","ceylon","aspx","jsp","scpt","applescript","bas","bat","lua","jsp","mk","cmake","css","sass","less","m","mm","xcodeproj"].map((t=>[t,J.CODE])),...["csv"].map((t=>[t,J.CSV])),...["dita","ditamap","ditaval"].map((t=>[t,J.DITA])),...["epub"].map((t=>[t,J.EPUB])),...["xls","xlt","xlm","xlsx","xlsm","xltx","xltm","xlsb","xla","xlam","xll","xlw"].map((t=>[t,J.EXCEL])),...["flac"].map((t=>[t,J.FLAC])),...["gif"].map((t=>[t,J.GIF])),...["gzip","x-gzip","giz","gz","tgz"].map((t=>[t,J.GZIP])),...["html","htm","xhtml"].map((t=>[t,J.HTML])),...["ai","vml","xps","img","cpt","psd","psp","xcf","svg","svg+xml","bmp","bpg","ppm","pgm","pbm","pnm","rif","tif","tiff","webp","wmf","ico"].map((t=>[t,J.IMAGE])),...["jpeg","jpg","jpe"].map((t=>[t,J.JPEG])),...["json"].map((t=>[t,J.JSON])),...["m4a","m4p"].map((t=>[t,J.M4A])),...["mov","qt"].map((t=>[t,J.MOV])),...["mp3"].map((t=>[t,J.MP3])),...["mp4","m4v"].map((t=>[t,J.MP4])),...["ogg","oga"].map((t=>[t,J.OGG])),...["pdf","ps"].map((t=>[t,J.PDF])),...["png"].map((t=>[t,J.PNG])),...["ppt","pot","pps","pptx","pptm","potx","potm","ppam","ppsx","ppsm","sldx","sldm"].map((t=>[t,J.POWERPOINT])),...["rar"].map((t=>[t,J.RAR])),...["stp"].map((t=>[t,J.STP])),...["txt","rtf","md","mdown"].map((t=>[t,J.TEXT])),...["webm","mkv","flv","vob","ogv","ogg","drc","mng","wmv","yuv","rm","rmvb","asf","mpg","mp2","mpeg","mpe","mpv","m2v","svi","3gp","3g2","mxf","roq","nsv"].map((t=>[t,J.VIDEO])),...["wav"].map((t=>[t,J.WAV])),...["wma"].map((t=>[t,J.WMA])),...["doc","dot","docx","docm","dotx","dotm","docb"].map((t=>[t,J.WORD])),...["xml","xsl","rdf"].map((t=>[t,J.XML])),...["yaml","yml","x-yaml"].map((t=>[t,J.YAML])),...["zip"].map((t=>[t,J.ZIP]))]),tt=new Map([["application/msword","application/doc"],["application/vnd.openxmlformats-officedocument.wordprocessingml.document","application/docx"],["application/vnd.openxmlformats-officedocument.wordprocessingml.template","application/dotx"],["application/vnd.ms-word.document.macroEnabled.12","application/docm"],["application/vnd.ms-word.template.macroEnabled.12","application/dotm"],["application/vnd.ms-excel","application/xls"],["application/vnd.openxmlformats-officedocument.spreadsheetml.sheet","application/xlsx"],["application/vnd.openxmlformats-officedocument.spreadsheetml.template","application/xltx"],["application/vnd.ms-excel.sheet.macroEnabled.12","application/xlsm"],["application/vnd.ms-excel.template.macroEnabled.12","application/xltm"],["application/vnd.ms-excel.addin.macroEnabled.12","application/xlam"],["application/vnd.ms-excel.sheet.binary.macroEnabled.12","application/xlsb"],["application/vnd.ms-powerpoint","application/ppt"],["application/vnd.openxmlformats-officedocument.presentationml.presentation","application/pptx"],["application/vnd.openxmlformats-officedocument.presentationml.template","application/potx"],["application/vnd.openxmlformats-officedocument.presentationml.slideshow","application/ppsx"],["application/vnd.ms-powerpoint.addin.macroEnabled.12","application/ppam"],["application/vnd.ms-powerpoint.presentation.macroEnabled.12","application/pptm"],["application/vnd.ms-powerpoint.template.macroEnabled.12","application/potm"],["application/vnd.ms-powerpoint.slideshow.macroEnabled.12","application/ppsm"],["application/vnd.ms-access","application/mdb"]]);const ot={[J.ABW]:"#91ABC6",[J.AUDIO]:"#1795E3",[J.AVI]:"#E63324",[J.CHM]:"#71C3EB",[J.CODE]:"#71C3EB",[J.CSV]:"#1F7345",[J.DITA]:"#71C3EB",[J.EPUB]:"#85B926",[J.EXCEL]:"#1F7345",[J.FLAC]:"#1795E3",[J.GIF]:"#59B031",[J.GZIP]:"#F8AB36",[J.HTML]:"#71C3EB",[J.IMAGE]:"#59B031",[J.JPEG]:"#59B031",[J.JSON]:"#71C3EB",[J.M4A]:"#1795E3",[J.MOV]:"#E63324",[J.MP3]:"#1795E3",[J.MP4]:"#E63324",[J.OGG]:"#1795E3",[J.PDF]:"#E44948",[J.PNG]:"#59B031",[J.POWERPOINT]:"#B54A2B",[J.RAR]:"#F8AB36",[J.STP]:"#3764B1",[J.TEXT]:"#3162AB",[J.UNKNOWN]:"#999999",[J.VIDEO]:"#E63324",[J.WAV]:"#1795E3",[J.WMA]:"#1795E3",[J.WORD]:"#3162AB",[J.XML]:"#71C3EB",[J.YAML]:"#71C3EB",[J.ZIP]:"#F8AB36"};var et;!function(t){t.fluid_topics="fluid-topics",t.file_format="file-format",t.material="material"}(et||(et={}));var at=function(t,o,e,a){for(var r,i=arguments.length,n=i<3?o:null===a?a=Object.getOwnPropertyDescriptor(o,e):a,l=t.length-1;l>=0;l--)(r=t[l])&&(n=(i<3?r(n):i>3?r(o,e,n):r(o,e))||n);return i>3&&n&&Object.defineProperty(o,e,n),n};class rt extends o.FtLitElement{constructor(){super(...arguments),this.resolvedIcon=e.nothing}render(){const t=this.variant&&Object.values(et).includes(this.variant)?this.variant:et.fluid_topics,o=t!==et.material||!!this.value;return e.html`
|
|
237
237
|
<i class="ft-icon ft-icon--${t}" part="icon icon-${t}">
|
|
238
238
|
${i.unsafeHTML(this.resolvedIcon)}
|
|
239
239
|
<slot ?hidden=${o}></slot>
|
|
240
240
|
</i>
|
|
241
|
-
`}get textContent(){var t,o;return null!==(o=null===(t=this.slottedContent)||void 0===t?void 0:t.assignedNodes().map((t=>t.textContent)).join("").trim())&&void 0!==o?o:""}update(t){super.update(t),["value","variant"].some((o=>t.has(o)))&&this.resolveIcon()}resolveIcon(){var t,o;let
|
|
241
|
+
`}get textContent(){var t,o;return null!==(o=null===(t=this.slottedContent)||void 0===t?void 0:t.assignedNodes().map((t=>t.textContent)).join("").trim())&&void 0!==o?o:""}update(t){super.update(t),["value","variant"].some((o=>t.has(o)))&&this.resolveIcon()}resolveIcon(){var t,o;let a=this.value||this.textContent;switch(this.variant){case et.file_format:this.resolvedIcon=null!==(t=J[a.replace("-","_").toUpperCase()])&&void 0!==t?t:a;break;case et.material:this.resolvedIcon=this.value||e.nothing;break;default:this.resolvedIcon=null!==(o=V[a.replace("-","_").toUpperCase()])&&void 0!==o?o:a}}firstUpdated(t){super.firstUpdated(t),setTimeout((()=>this.resolveIcon()))}}rt.elementDefinitions={},rt.styles=m,at([a.property()],rt.prototype,"variant",void 0),at([a.property()],rt.prototype,"value",void 0),at([a.state()],rt.prototype,"resolvedIcon",void 0),at([a.query("slot")],rt.prototype,"slottedContent",void 0),o.customElement("ft-icon")(rt);
|
|
242
242
|
/**
|
|
243
243
|
* @license
|
|
244
244
|
* Copyright 2017 Google LLC
|
|
245
245
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
246
246
|
*/
|
|
247
|
-
const it=globalThis,nt=it.trustedTypes,lt=nt?nt.createPolicy("lit-html",{createHTML:t=>t}):void 0,
|
|
247
|
+
const it=globalThis,nt=it.trustedTypes,lt=nt?nt.createPolicy("lit-html",{createHTML:t=>t}):void 0,pt="$lit$",ct=`lit$${(Math.random()+"").slice(9)}$`,st="?"+ct,ft=`<${st}>`,dt=document,ht=()=>dt.createComment(""),gt=t=>null===t||"object"!=typeof t&&"function"!=typeof t,yt=Array.isArray,bt="[ \t\n\f\r]",mt=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,ut=/-->/g,xt=/>/g,Ot=RegExp(`>|${bt}(?:([^\\s"'>=/]+)(${bt}*=${bt}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),Nt=/'/g,vt=/"/g,St=/^(?:script|style|textarea|title)$/i,wt=(t=>(o,...e)=>({_$litType$:t,strings:o,values:e}))(1),Ct=Symbol.for("lit-noChange"),It=Symbol.for("lit-nothing"),Ut=new WeakMap,Et=dt.createTreeWalker(dt,129);function Wt(t,o){if(!Array.isArray(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return void 0!==lt?lt.createHTML(o):o}const Rt=(t,o)=>{const e=t.length-1,a=[];let r,i=2===o?"<svg>":"",n=mt;for(let o=0;o<e;o++){const e=t[o];let l,p,c=-1,s=0;for(;s<e.length&&(n.lastIndex=s,p=n.exec(e),null!==p);)s=n.lastIndex,n===mt?"!--"===p[1]?n=ut:void 0!==p[1]?n=xt:void 0!==p[2]?(St.test(p[2])&&(r=RegExp("</"+p[2],"g")),n=Ot):void 0!==p[3]&&(n=Ot):n===Ot?">"===p[0]?(n=r??mt,c=-1):void 0===p[1]?c=-2:(c=n.lastIndex-p[2].length,l=p[1],n=void 0===p[3]?Ot:'"'===p[3]?vt:Nt):n===vt||n===Nt?n=Ot:n===ut||n===xt?n=mt:(n=Ot,r=void 0);const f=n===Ot&&t[o+1].startsWith("/>")?" ":"";i+=n===mt?e+ft:c>=0?(a.push(l),e.slice(0,c)+pt+e.slice(c)+ct+f):e+ct+(-2===c?o:f)}return[Wt(t,i+(t[e]||"<?>")+(2===o?"</svg>":"")),a]};class kt{constructor({strings:t,_$litType$:o},e){let a;this.parts=[];let r=0,i=0;const n=t.length-1,l=this.parts,[p,c]=Rt(t,o);if(this.el=kt.createElement(p,e),Et.currentNode=this.el.content,2===o){const t=this.el.content.firstChild;t.replaceWith(...t.childNodes)}for(;null!==(a=Et.nextNode())&&l.length<n;){if(1===a.nodeType){if(a.hasAttributes())for(const t of a.getAttributeNames())if(t.endsWith(pt)){const o=c[i++],e=a.getAttribute(t).split(ct),n=/([.?@])?(.*)/.exec(o);l.push({type:1,index:r,name:n[2],strings:e,ctor:"."===n[1]?zt:"?"===n[1]?Bt:"@"===n[1]?Ft:Zt}),a.removeAttribute(t)}else t.startsWith(ct)&&(l.push({type:6,index:r}),a.removeAttribute(t));if(St.test(a.tagName)){const t=a.textContent.split(ct),o=t.length-1;if(o>0){a.textContent=nt?nt.emptyScript:"";for(let e=0;e<o;e++)a.append(t[e],ht()),Et.nextNode(),l.push({type:2,index:++r});a.append(t[o],ht())}}}else if(8===a.nodeType)if(a.data===st)l.push({type:2,index:r});else{let t=-1;for(;-1!==(t=a.data.indexOf(ct,t+1));)l.push({type:7,index:r}),t+=ct.length-1}r++}}static createElement(t,o){const e=dt.createElement("template");return e.innerHTML=t,e}}function Lt(t,o,e=t,a){if(o===Ct)return o;let r=void 0!==a?e._$Co?.[a]:e._$Cl;const i=gt(o)?void 0:o._$litDirective$;return r?.constructor!==i&&(r?._$AO?.(!1),void 0===i?r=void 0:(r=new i(t),r._$AT(t,e,a)),void 0!==a?(e._$Co??=[])[a]=r:e._$Cl=r),void 0!==r&&(o=Lt(t,r._$AS(t,o.values),r,a)),o}class $t{constructor(t,o){this._$AV=[],this._$AN=void 0,this._$AD=t,this._$AM=o}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(t){const{el:{content:o},parts:e}=this._$AD,a=(t?.creationScope??dt).importNode(o,!0);Et.currentNode=a;let r=Et.nextNode(),i=0,n=0,l=e[0];for(;void 0!==l;){if(i===l.index){let o;2===l.type?o=new Kt(r,r.nextSibling,this,t):1===l.type?o=new l.ctor(r,l.name,l.strings,this,t):6===l.type&&(o=new Dt(r,this,t)),this._$AV.push(o),l=e[++n]}i!==l?.index&&(r=Et.nextNode(),i++)}return Et.currentNode=dt,a}p(t){let o=0;for(const e of this._$AV)void 0!==e&&(void 0!==e.strings?(e._$AI(t,e,o),o+=e.strings.length-2):e._$AI(t[o])),o++}}class Kt{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(t,o,e,a){this.type=2,this._$AH=It,this._$AN=void 0,this._$AA=t,this._$AB=o,this._$AM=e,this.options=a,this._$Cv=a?.isConnected??!0}get parentNode(){let t=this._$AA.parentNode;const o=this._$AM;return void 0!==o&&11===t?.nodeType&&(t=o.parentNode),t}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(t,o=this){t=Lt(this,t,o),gt(t)?t===It||null==t||""===t?(this._$AH!==It&&this._$AR(),this._$AH=It):t!==this._$AH&&t!==Ct&&this._(t):void 0!==t._$litType$?this.g(t):void 0!==t.nodeType?this.$(t):(t=>yt(t)||"function"==typeof t?.[Symbol.iterator])(t)?this.T(t):this._(t)}k(t){return this._$AA.parentNode.insertBefore(t,this._$AB)}$(t){this._$AH!==t&&(this._$AR(),this._$AH=this.k(t))}_(t){this._$AH!==It&>(this._$AH)?this._$AA.nextSibling.data=t:this.$(dt.createTextNode(t)),this._$AH=t}g(t){const{values:o,_$litType$:e}=t,a="number"==typeof e?this._$AC(t):(void 0===e.el&&(e.el=kt.createElement(Wt(e.h,e.h[0]),this.options)),e);if(this._$AH?._$AD===a)this._$AH.p(o);else{const t=new $t(a,this),e=t.u(this.options);t.p(o),this.$(e),this._$AH=t}}_$AC(t){let o=Ut.get(t.strings);return void 0===o&&Ut.set(t.strings,o=new kt(t)),o}T(t){yt(this._$AH)||(this._$AH=[],this._$AR());const o=this._$AH;let e,a=0;for(const r of t)a===o.length?o.push(e=new Kt(this.k(ht()),this.k(ht()),this,this.options)):e=o[a],e._$AI(r),a++;a<o.length&&(this._$AR(e&&e._$AB.nextSibling,a),o.length=a)}_$AR(t=this._$AA.nextSibling,o){for(this._$AP?.(!1,!0,o);t&&t!==this._$AB;){const o=t.nextSibling;t.remove(),t=o}}setConnected(t){void 0===this._$AM&&(this._$Cv=t,this._$AP?.(t))}}class Zt{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(t,o,e,a,r){this.type=1,this._$AH=It,this._$AN=void 0,this.element=t,this.name=o,this._$AM=a,this.options=r,e.length>2||""!==e[0]||""!==e[1]?(this._$AH=Array(e.length-1).fill(new String),this.strings=e):this._$AH=It}_$AI(t,o=this,e,a){const r=this.strings;let i=!1;if(void 0===r)t=Lt(this,t,o,0),i=!gt(t)||t!==this._$AH&&t!==Ct,i&&(this._$AH=t);else{const a=t;let n,l;for(t=r[0],n=0;n<r.length-1;n++)l=Lt(this,a[e+n],o,n),l===Ct&&(l=this._$AH[n]),i||=!gt(l)||l!==this._$AH[n],l===It?t=It:t!==It&&(t+=(l??"")+r[n+1]),this._$AH[n]=l}i&&!a&&this.O(t)}O(t){t===It?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,t??"")}}class zt extends Zt{constructor(){super(...arguments),this.type=3}O(t){this.element[this.name]=t===It?void 0:t}}class Bt extends Zt{constructor(){super(...arguments),this.type=4}O(t){this.element.toggleAttribute(this.name,!!t&&t!==It)}}class Ft extends Zt{constructor(t,o,e,a,r){super(t,o,e,a,r),this.type=5}_$AI(t,o=this){if((t=Lt(this,t,o,0)??It)===Ct)return;const e=this._$AH,a=t===It&&e!==It||t.capture!==e.capture||t.once!==e.once||t.passive!==e.passive,r=t!==It&&(e===It||a);a&&this.element.removeEventListener(this.name,this,e),r&&this.element.addEventListener(this.name,this,t),this._$AH=t}handleEvent(t){"function"==typeof this._$AH?this._$AH.call(this.options?.host??this.element,t):this._$AH.handleEvent(t)}}class Dt{constructor(t,o,e){this.element=t,this.type=6,this._$AN=void 0,this._$AM=o,this.options=e}get _$AU(){return this._$AM._$AU}_$AI(t){Lt(this,t)}}const At=it.litHtmlPolyfillSupport;At?.(kt,Kt),(it.litHtmlVersions??=[]).push("3.1.0");
|
|
248
248
|
/**
|
|
249
249
|
* @license
|
|
250
250
|
* Copyright 2020 Google LLC
|
|
251
251
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
252
252
|
*/
|
|
253
|
-
const Gt=Symbol.for(""),Ht=t=>{if(t?.r===Gt)return t?._$litStatic$},Mt=t=>({_$litStatic$:t,r:Gt}),jt=new Map,Pt=(t=>(o,...e)=>{const r=e.length;let a,i;const n=[],l=[];let c,p=0,s=!1;for(;p<r;){for(c=o[p];p<r&&void 0!==(i=e[p],a=Ht(i));)c+=a+o[++p],s=!0;p!==r&&l.push(i),n.push(c),p++}if(p===r&&n.push(o[r]),s){const t=n.join("$$lit$$");void 0===(o=jt.get(t))&&(n.raw=n,jt.set(t,o=n)),e=l}return t(o,...e)})(Ct);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 _t=t=>"string"==typeof t?e.unsafeCSS(t):t;class Yt{static create(t,o,r,a){const i=t=>_t(null!=t?t:a),n=e.css`var(${_t(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(${_t(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(${_t(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(${_t(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):_t(null!=o?o:t.lastResortDefaultValue()),a=e.css`var(${_t(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(${_t(t.name)}, ${r(o)})`,a.breadcrumb=()=>t.fallbackVariable?[t.fallbackVariable.name,...t.fallbackVariable.breadcrumb()]:[],a.lastResortDefaultValue=()=>t.lastResortDefaultValue(),a}}const qt={colorWhite:Yt.create("--ft-color-white","","COLOR","#ffffff"),colorGray0:Yt.create("--ft-color-gray-0","","COLOR","#71718e"),colorGray10:Yt.create("--ft-color-gray-10","","COLOR","#fbfbfc"),colorGray20:Yt.create("--ft-color-gray-20","","COLOR","#f2f2f5"),colorGray30:Yt.create("--ft-color-gray-30","","COLOR","#e9e9ed"),colorGray40:Yt.create("--ft-color-gray-40","","COLOR","#e0e0e6"),colorGray50:Yt.create("--ft-color-gray-50","","COLOR","#cdcdd7"),colorGray60:Yt.create("--ft-color-gray-60","","COLOR","#bbbbc9"),colorGray70:Yt.create("--ft-color-gray-70","","COLOR","#a8a8ba"),colorGray80:Yt.create("--ft-color-gray-80","","COLOR","#9696ab"),colorGray90:Yt.create("--ft-color-gray-90","","COLOR","#83839d"),colorGray100:Yt.create("--ft-color-gray-100","","COLOR","#62627c"),colorGray200:Yt.create("--ft-color-gray-200","","COLOR","#545469"),colorGray300:Yt.create("--ft-color-gray-300","","COLOR","#454557"),colorGray400:Yt.create("--ft-color-gray-400","","COLOR","#363644"),colorGray500:Yt.create("--ft-color-gray-500","","COLOR","#282832"),colorGray600:Yt.create("--ft-color-gray-600","","COLOR","#19191f"),colorGray700:Yt.create("--ft-color-gray-700","","COLOR","#0a0a0d"),colorBrand0:Yt.create("--ft-color-brand-0","","COLOR","#9d207b"),colorBrand10:Yt.create("--ft-color-brand-10","","COLOR","#f7edf4"),colorBrand20:Yt.create("--ft-color-brand-20","","COLOR","#ebcfe4"),colorBrand30:Yt.create("--ft-color-brand-30","","COLOR","#dfb2d3"),colorBrand40:Yt.create("--ft-color-brand-40","","COLOR","#d395c2"),colorBrand50:Yt.create("--ft-color-brand-50","","COLOR","#c778b1"),colorBrand60:Yt.create("--ft-color-brand-60","","COLOR","#ba5ba1"),colorBrand70:Yt.create("--ft-color-brand-70","","COLOR","#ae3e90"),colorBrand100:Yt.create("--ft-color-brand-100","","COLOR","#8d1d6e"),colorBrand200:Yt.create("--ft-color-brand-200","","COLOR","#78185e"),colorBrand300:Yt.create("--ft-color-brand-300","","COLOR","#62144d"),colorBrand400:Yt.create("--ft-color-brand-400","","COLOR","#4d103c"),colorBrand500:Yt.create("--ft-color-brand-500","","COLOR","#380b2c"),colorBrand600:Yt.create("--ft-color-brand-600","","COLOR","#23071b"),colorBrand700:Yt.create("--ft-color-brand-700","","COLOR","#0d030b"),colorCyan0:Yt.create("--ft-color-cyan-0","","COLOR","#0e98b4"),colorCyan10:Yt.create("--ft-color-cyan-10","","COLOR","#ebf6f9"),colorCyan20:Yt.create("--ft-color-cyan-20","","COLOR","#cbe9ef"),colorCyan30:Yt.create("--ft-color-cyan-30","","COLOR","#acdbe5"),colorCyan40:Yt.create("--ft-color-cyan-40","","COLOR","#8ccedb"),colorCyan50:Yt.create("--ft-color-cyan-50","","COLOR","#6dc0d1"),colorCyan60:Yt.create("--ft-color-cyan-60","","COLOR","#4db3c8"),colorCyan70:Yt.create("--ft-color-cyan-70","","COLOR","#2ea5be"),colorCyan100:Yt.create("--ft-color-cyan-100","","COLOR","#0c849c"),colorCyan200:Yt.create("--ft-color-cyan-200","","COLOR","#0a7085"),colorCyan300:Yt.create("--ft-color-cyan-300","","COLOR","#085c6d"),colorCyan400:Yt.create("--ft-color-cyan-400","","COLOR","#074856"),colorCyan500:Yt.create("--ft-color-cyan-500","","COLOR","#05343e"),colorCyan600:Yt.create("--ft-color-cyan-600","","COLOR","#032127"),colorCyan700:Yt.create("--ft-color-cyan-700","","COLOR","#010d0f"),colorGreen0:Yt.create("--ft-color-green-0","","COLOR","#21a274"),colorGreen10:Yt.create("--ft-color-green-10","","COLOR","#edf7f3"),colorGreen20:Yt.create("--ft-color-green-20","","COLOR","#cfebe1"),colorGreen30:Yt.create("--ft-color-green-30","","COLOR","#b2dfcf"),colorGreen40:Yt.create("--ft-color-green-40","","COLOR","#95d3bd"),colorGreen50:Yt.create("--ft-color-green-50","","COLOR","#78c7ab"),colorGreen60:Yt.create("--ft-color-green-60","","COLOR","#5bba98"),colorGreen70:Yt.create("--ft-color-green-70","","COLOR","#3eae86"),colorGreen100:Yt.create("--ft-color-green-100","","COLOR","#1d8d65"),colorGreen200:Yt.create("--ft-color-green-200","","COLOR","#187856"),colorGreen300:Yt.create("--ft-color-green-300","","COLOR","#146246"),colorGreen400:Yt.create("--ft-color-green-400","","COLOR","#104d37"),colorGreen500:Yt.create("--ft-color-green-500","","COLOR","#0b3828"),colorGreen600:Yt.create("--ft-color-green-600","","COLOR","#072319"),colorGreen700:Yt.create("--ft-color-green-700","","COLOR","#030d0a"),colorOrange0:Yt.create("--ft-color-orange-0","","COLOR","#ee8d17"),colorOrange10:Yt.create("--ft-color-orange-10","","COLOR","#fef6ec"),colorOrange20:Yt.create("--ft-color-orange-20","","COLOR","#fbe7cd"),colorOrange30:Yt.create("--ft-color-orange-30","","COLOR","#f9d8af"),colorOrange40:Yt.create("--ft-color-orange-40","","COLOR","#f7c991"),colorOrange50:Yt.create("--ft-color-orange-50","","COLOR","#f5ba72"),colorOrange60:Yt.create("--ft-color-orange-60","","COLOR","#f2ab54"),colorOrange70:Yt.create("--ft-color-orange-70","","COLOR","#f09c35"),colorOrange100:Yt.create("--ft-color-orange-100","","COLOR","#cf7b14"),colorOrange200:Yt.create("--ft-color-orange-200","","COLOR","#b06811"),colorOrange300:Yt.create("--ft-color-orange-300","","COLOR","#90560e"),colorOrange400:Yt.create("--ft-color-orange-400","","COLOR","#71430b"),colorOrange500:Yt.create("--ft-color-orange-500","","COLOR","#523108"),colorOrange600:Yt.create("--ft-color-orange-600","","COLOR","#331e05"),colorOrange700:Yt.create("--ft-color-orange-700","","COLOR","#140c02"),colorRed0:Yt.create("--ft-color-red-0","","COLOR","#b40e2c"),colorRed10:Yt.create("--ft-color-red-10","","COLOR","#f9ebed"),colorRed20:Yt.create("--ft-color-red-20","","COLOR","#efcbd2"),colorRed30:Yt.create("--ft-color-red-30","","COLOR","#e5acb6"),colorRed40:Yt.create("--ft-color-red-40","","COLOR","#db8c9b"),colorRed50:Yt.create("--ft-color-red-50","","COLOR","#d16d7f"),colorRed60:Yt.create("--ft-color-red-60","","COLOR","#c84d63"),colorRed70:Yt.create("--ft-color-red-70","","COLOR","#be2e48"),colorRed100:Yt.create("--ft-color-red-100","","COLOR","#9c0c26"),colorRed200:Yt.create("--ft-color-red-200","","COLOR","#850a20"),colorRed300:Yt.create("--ft-color-red-300","","COLOR","#6d081b"),colorRed400:Yt.create("--ft-color-red-400","","COLOR","#560715"),colorRed500:Yt.create("--ft-color-red-500","","COLOR","#3e050f"),colorRed600:Yt.create("--ft-color-red-600","","COLOR","#270309"),colorRed700:Yt.create("--ft-color-red-700","","COLOR","#0f0104"),colorYellow0:Yt.create("--ft-color-yellow-0","","COLOR","#E4C00C"),colorYellow10:Yt.create("--ft-color-yellow-10","","COLOR","#fefae9"),colorYellow20:Yt.create("--ft-color-yellow-20","","COLOR","#fcf4ca"),colorYellow30:Yt.create("--ft-color-yellow-30","","COLOR","#faedaa"),colorYellow40:Yt.create("--ft-color-yellow-40","","COLOR","#f9e78b"),colorYellow50:Yt.create("--ft-color-yellow-50","","COLOR","#f7e06b"),colorYellow60:Yt.create("--ft-color-yellow-60","","COLOR","#F4D63E"),colorYellow70:Yt.create("--ft-color-yellow-70","","COLOR","#F3CE16"),colorYellow100:Yt.create("--ft-color-yellow-100","","COLOR","#d3b10b"),colorYellow200:Yt.create("--ft-color-yellow-200","","COLOR","#b3970a"),colorYellow300:Yt.create("--ft-color-yellow-300","","COLOR","#947c08"),colorYellow400:Yt.create("--ft-color-yellow-400","","COLOR","#746206"),colorYellow500:Yt.create("--ft-color-yellow-500","","COLOR","#554705"),colorYellow600:Yt.create("--ft-color-yellow-600","","COLOR","#352d03"),colorYellow700:Yt.create("--ft-color-yellow-700","","COLOR","#161201"),colorUltramarine0:Yt.create("--ft-color-ultramarine-0","","COLOR","#3C19E5"),colorUltramarine10:Yt.create("--ft-color-ultramarine-10","","COLOR","#EDEAFD"),colorUltramarine20:Yt.create("--ft-color-ultramarine-20","","COLOR","#D4CCF9"),colorUltramarine30:Yt.create("--ft-color-ultramarine-30","","COLOR","#BBAFF6"),colorUltramarine40:Yt.create("--ft-color-ultramarine-40","","COLOR","#A191F3"),colorUltramarine50:Yt.create("--ft-color-ultramarine-50","","COLOR","#8873EF"),colorUltramarine60:Yt.create("--ft-color-ultramarine-60","","COLOR","#6F55EC"),colorUltramarine70:Yt.create("--ft-color-ultramarine-70","","COLOR","#5537E8"),colorUltramarine100:Yt.create("--ft-color-ultramarine-100","","COLOR","#3416C7"),colorUltramarine200:Yt.create("--ft-color-ultramarine-200","","COLOR","#2C13A9"),colorUltramarine300:Yt.create("--ft-color-ultramarine-300","","COLOR","#250F8C"),colorUltramarine400:Yt.create("--ft-color-ultramarine-400","","COLOR","#1D0C6E"),colorUltramarine500:Yt.create("--ft-color-ultramarine-500","","COLOR","#150950"),colorUltramarine600:Yt.create("--ft-color-ultramarine-600","","COLOR","#0D0532"),colorUltramarine700:Yt.create("--ft-color-ultramarine-700","","COLOR","#050215"),colorAvocado0:Yt.create("--ft-color-avocado-0","","COLOR","#98BD28"),colorAvocado10:Yt.create("--ft-color-avocado-10","","COLOR","#F6F9EC"),colorAvocado20:Yt.create("--ft-color-avocado-20","","COLOR","#E8F0D0"),colorAvocado30:Yt.create("--ft-color-avocado-30","","COLOR","#DBE8B4"),colorAvocado40:Yt.create("--ft-color-avocado-40","","COLOR","#CEDF98"),colorAvocado50:Yt.create("--ft-color-avocado-50","","COLOR","#C0D77C"),colorAvocado60:Yt.create("--ft-color-avocado-60","","COLOR","#B3CE60"),colorAvocado70:Yt.create("--ft-color-avocado-70","","COLOR","#A5C644"),colorAvocado100:Yt.create("--ft-color-avocado-100","","COLOR","#84A423"),colorAvocado200:Yt.create("--ft-color-avocado-200","","COLOR","#708C1E"),colorAvocado300:Yt.create("--ft-color-avocado-300","","COLOR","#5D7318"),colorAvocado400:Yt.create("--ft-color-avocado-400","","COLOR","#495B13"),colorAvocado500:Yt.create("--ft-color-avocado-500","","COLOR","#35420E"),colorAvocado600:Yt.create("--ft-color-avocado-600","","COLOR","#212A09"),colorAvocado700:Yt.create("--ft-color-avocado-700","","COLOR","#0E1104"),colorBrown0:Yt.create("--ft-color-brown-0","","COLOR","#B26F4D"),colorBrown10:Yt.create("--ft-color-brown-10","","COLOR","#F8F2EF"),colorBrown20:Yt.create("--ft-color-brown-20","","COLOR","#EEDFD8"),colorBrown30:Yt.create("--ft-color-brown-30","","COLOR","#E4CDC1"),colorBrown40:Yt.create("--ft-color-brown-40","","COLOR","#DABAAA"),colorBrown50:Yt.create("--ft-color-brown-50","","COLOR","#D0A792"),colorBrown60:Yt.create("--ft-color-brown-60","","COLOR","#C6947B"),colorBrown70:Yt.create("--ft-color-brown-70","","COLOR","#BC8264"),colorBrown100:Yt.create("--ft-color-brown-100","","COLOR","#9B6143"),colorBrown200:Yt.create("--ft-color-brown-200","","COLOR","#845239"),colorBrown300:Yt.create("--ft-color-brown-300","","COLOR","#6D442F"),colorBrown400:Yt.create("--ft-color-brown-400","","COLOR","#553525"),colorBrown500:Yt.create("--ft-color-brown-500","","COLOR","#3E271B"),colorBrown600:Yt.create("--ft-color-brown-600","","COLOR","#271811"),colorBrown700:Yt.create("--ft-color-brown-700","","COLOR","#100A07"),spacing1:Yt.create("--ft-spacing-1","","SIZE","0.25rem"),spacing2:Yt.create("--ft-spacing-2","","SIZE","calc(var(--ft-spacing-2, 0.25rem)*2)"),spacing3:Yt.create("--ft-spacing-3","","SIZE","calc(var(--ft-spacing-3, 0.25rem)*3)"),spacing4:Yt.create("--ft-spacing-4","","SIZE","calc(var(--ft-spacing-4, 0.25rem)*4)"),spacing5:Yt.create("--ft-spacing-5","","SIZE","calc(var(--ft-spacing-5, 0.25rem)*5)"),spacing6:Yt.create("--ft-spacing-6","","SIZE","calc(var(--ft-spacing-6, 0.25rem)*6)"),spacing8:Yt.create("--ft-spacing-8","","SIZE","calc(var(--ft-spacing-8, 0.25rem)*8)"),spacing10:Yt.create("--ft-spacing-10","","SIZE","calc(var(--ft-spacing-10, 0.25rem)*10)"),spacing12:Yt.create("--ft-spacing-12","","SIZE","calc(var(--ft-spacing-12, 0.25rem)*12)"),spacing16:Yt.create("--ft-spacing-16","","SIZE","calc(var(--ft-spacing-16, 0.25rem)*16)"),spacing20:Yt.create("--ft-spacing-20","","SIZE","calc(var(--ft-spacing-20, 0.25rem)*20)"),spacing24:Yt.create("--ft-spacing-24","","SIZE","calc(var(--ft-spacing-24, 0.25rem)*24)"),spacing28:Yt.create("--ft-spacing-28","","SIZE","calc(var(--ft-spacing-28, 0.25rem)*28)"),spacing32:Yt.create("--ft-spacing-32","","SIZE","calc(var(--ft-spacing-32, 0.25rem)*32)"),spacing05:Yt.create("--ft-spacing-0-5","","SIZE","calc(var(--ft-spacing-0-5, 0.25rem)*0.5)"),borderRadiusS:Yt.create("--ft-border-radius-s","","SIZE","4px"),borderRadiusM:Yt.create("--ft-border-radius-m","","SIZE","8px"),borderRadiusL:Yt.create("--ft-border-radius-l","","SIZE","12px"),borderRadiusXl:Yt.create("--ft-border-radius-xl","","SIZE","16px"),borderRadiusPill:Yt.create("--ft-border-radius-pill","","SIZE","999px"),borderRadiusRound:Yt.create("--ft-border-radius-round","","SIZE","50%"),iconSize1:Yt.create("--ft-icon-size-1","","SIZE","12px"),iconSize2:Yt.create("--ft-icon-size-2","","SIZE","16px"),iconSize3:Yt.create("--ft-icon-size-3","","SIZE","20px"),iconSize4:Yt.create("--ft-icon-size-4","","SIZE","24px"),iconSize5:Yt.create("--ft-icon-size-5","","SIZE","32px"),iconSize6:Yt.create("--ft-icon-size-6","","SIZE","48px"),opacity0:Yt.create("--ft-opacity-0","","NUMBER","0"),opacity8:Yt.create("--ft-opacity-8","","NUMBER","0.08"),opacity16:Yt.create("--ft-opacity-16","","NUMBER","0.16"),opacity24:Yt.create("--ft-opacity-24","","NUMBER","0.24"),opacity40:Yt.create("--ft-opacity-40","","NUMBER","0.4"),opacity80:Yt.create("--ft-opacity-80","","NUMBER","0.8")},Xt={display:{fontFamily:Yt.create("--ft-typography-display-fontFamily","","UNKNOWN","Inter"),fontWeight:Yt.create("--ft-typography-display-fontWeight","","UNKNOWN","600"),lineHeight:Yt.create("--ft-typography-display-lineHeight","","SIZE","120%"),fontSize:Yt.create("--ft-typography-display-fontSize","","SIZE","2.5rem"),letterSpacing:Yt.create("--ft-typography-display-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:Yt.create("--ft-typography-display-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Yt.create("--ft-typography-display-paragraphIndent","","UNKNOWN","0"),textDecoration:Yt.create("--ft-typography-display-textDecoration","","UNKNOWN","none"),textCase:Yt.create("--ft-typography-display-textCase","","UNKNOWN","none")},"title-1":{fontFamily:Yt.create("--ft-typography-title-1-fontFamily","","UNKNOWN","Inter"),fontWeight:Yt.create("--ft-typography-title-1-fontWeight","","UNKNOWN","600"),lineHeight:Yt.create("--ft-typography-title-1-lineHeight","","SIZE","120%"),fontSize:Yt.create("--ft-typography-title-1-fontSize","","SIZE","2rem"),letterSpacing:Yt.create("--ft-typography-title-1-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:Yt.create("--ft-typography-title-1-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Yt.create("--ft-typography-title-1-paragraphIndent","","UNKNOWN","0"),textDecoration:Yt.create("--ft-typography-title-1-textDecoration","","UNKNOWN","none"),textCase:Yt.create("--ft-typography-title-1-textCase","","UNKNOWN","none")},"title-2":{fontFamily:Yt.create("--ft-typography-title-2-fontFamily","","UNKNOWN","Inter"),fontWeight:Yt.create("--ft-typography-title-2-fontWeight","","UNKNOWN","600"),lineHeight:Yt.create("--ft-typography-title-2-lineHeight","","SIZE","120%"),fontSize:Yt.create("--ft-typography-title-2-fontSize","","SIZE","1.5rem"),letterSpacing:Yt.create("--ft-typography-title-2-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:Yt.create("--ft-typography-title-2-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Yt.create("--ft-typography-title-2-paragraphIndent","","UNKNOWN","0"),textDecoration:Yt.create("--ft-typography-title-2-textDecoration","","UNKNOWN","none"),textCase:Yt.create("--ft-typography-title-2-textCase","","UNKNOWN","none")},"title-3":{fontFamily:Yt.create("--ft-typography-title-3-fontFamily","","UNKNOWN","Inter"),fontWeight:Yt.create("--ft-typography-title-3-fontWeight","","UNKNOWN","600"),lineHeight:Yt.create("--ft-typography-title-3-lineHeight","","SIZE","120%"),fontSize:Yt.create("--ft-typography-title-3-fontSize","","SIZE","1.25rem"),letterSpacing:Yt.create("--ft-typography-title-3-letterSpacing","","SIZE","-0.01em"),paragraphSpacing:Yt.create("--ft-typography-title-3-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Yt.create("--ft-typography-title-3-paragraphIndent","","UNKNOWN","0"),textDecoration:Yt.create("--ft-typography-title-3-textDecoration","","UNKNOWN","none"),textCase:Yt.create("--ft-typography-title-3-textCase","","UNKNOWN","none")},"body-1-regular":{fontFamily:Yt.create("--ft-typography-body-1-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:Yt.create("--ft-typography-body-1-regular-fontWeight","","UNKNOWN","400"),lineHeight:Yt.create("--ft-typography-body-1-regular-lineHeight","","SIZE","135%"),fontSize:Yt.create("--ft-typography-body-1-regular-fontSize","","SIZE","1rem"),letterSpacing:Yt.create("--ft-typography-body-1-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:Yt.create("--ft-typography-body-1-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Yt.create("--ft-typography-body-1-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:Yt.create("--ft-typography-body-1-regular-textDecoration","","UNKNOWN","none"),textCase:Yt.create("--ft-typography-body-1-regular-textCase","","UNKNOWN","none")},"body-1-medium":{fontFamily:Yt.create("--ft-typography-body-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:Yt.create("--ft-typography-body-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:Yt.create("--ft-typography-body-1-medium-lineHeight","","SIZE","135%"),fontSize:Yt.create("--ft-typography-body-1-medium-fontSize","","SIZE","1rem"),letterSpacing:Yt.create("--ft-typography-body-1-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:Yt.create("--ft-typography-body-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Yt.create("--ft-typography-body-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:Yt.create("--ft-typography-body-1-medium-textDecoration","","UNKNOWN","none"),textCase:Yt.create("--ft-typography-body-1-medium-textCase","","UNKNOWN","none")},"body-1-semibold":{fontFamily:Yt.create("--ft-typography-body-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:Yt.create("--ft-typography-body-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:Yt.create("--ft-typography-body-1-semibold-lineHeight","","SIZE","135%"),fontSize:Yt.create("--ft-typography-body-1-semibold-fontSize","","SIZE","1rem"),letterSpacing:Yt.create("--ft-typography-body-1-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:Yt.create("--ft-typography-body-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Yt.create("--ft-typography-body-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:Yt.create("--ft-typography-body-1-semibold-textDecoration","","UNKNOWN","none"),textCase:Yt.create("--ft-typography-body-1-semibold-textCase","","UNKNOWN","none")},"body-2-regular":{fontFamily:Yt.create("--ft-typography-body-2-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:Yt.create("--ft-typography-body-2-regular-fontWeight","","UNKNOWN","400"),lineHeight:Yt.create("--ft-typography-body-2-regular-lineHeight","","SIZE","135%"),fontSize:Yt.create("--ft-typography-body-2-regular-fontSize","","SIZE","0.875rem"),letterSpacing:Yt.create("--ft-typography-body-2-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:Yt.create("--ft-typography-body-2-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Yt.create("--ft-typography-body-2-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:Yt.create("--ft-typography-body-2-regular-textDecoration","","UNKNOWN","none"),textCase:Yt.create("--ft-typography-body-2-regular-textCase","","UNKNOWN","none")},"body-2-medium":{fontFamily:Yt.create("--ft-typography-body-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:Yt.create("--ft-typography-body-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:Yt.create("--ft-typography-body-2-medium-lineHeight","","SIZE","135%"),fontSize:Yt.create("--ft-typography-body-2-medium-fontSize","","SIZE","0.875rem"),letterSpacing:Yt.create("--ft-typography-body-2-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:Yt.create("--ft-typography-body-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Yt.create("--ft-typography-body-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:Yt.create("--ft-typography-body-2-medium-textDecoration","","UNKNOWN","none"),textCase:Yt.create("--ft-typography-body-2-medium-textCase","","UNKNOWN","none")},"body-2-semibold":{fontFamily:Yt.create("--ft-typography-body-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:Yt.create("--ft-typography-body-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:Yt.create("--ft-typography-body-2-semibold-lineHeight","","SIZE","135%"),fontSize:Yt.create("--ft-typography-body-2-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:Yt.create("--ft-typography-body-2-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:Yt.create("--ft-typography-body-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Yt.create("--ft-typography-body-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:Yt.create("--ft-typography-body-2-semibold-textDecoration","","UNKNOWN","none"),textCase:Yt.create("--ft-typography-body-2-semibold-textCase","","UNKNOWN","none")},"label-1-medium":{fontFamily:Yt.create("--ft-typography-label-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:Yt.create("--ft-typography-label-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:Yt.create("--ft-typography-label-1-medium-lineHeight","","SIZE","110%"),fontSize:Yt.create("--ft-typography-label-1-medium-fontSize","","SIZE","0.875rem"),letterSpacing:Yt.create("--ft-typography-label-1-medium-letterSpacing","","SIZE","0.04em"),textCase:Yt.create("--ft-typography-label-1-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:Yt.create("--ft-typography-label-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Yt.create("--ft-typography-label-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:Yt.create("--ft-typography-label-1-medium-textDecoration","","UNKNOWN","none")},"label-1-semibold":{fontFamily:Yt.create("--ft-typography-label-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:Yt.create("--ft-typography-label-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:Yt.create("--ft-typography-label-1-semibold-lineHeight","","SIZE","110%"),fontSize:Yt.create("--ft-typography-label-1-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:Yt.create("--ft-typography-label-1-semibold-letterSpacing","","SIZE","0.04em"),textCase:Yt.create("--ft-typography-label-1-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:Yt.create("--ft-typography-label-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Yt.create("--ft-typography-label-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:Yt.create("--ft-typography-label-1-semibold-textDecoration","","UNKNOWN","none")},"label-1-bold":{fontFamily:Yt.create("--ft-typography-label-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:Yt.create("--ft-typography-label-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:Yt.create("--ft-typography-label-1-bold-lineHeight","","SIZE","110%"),fontSize:Yt.create("--ft-typography-label-1-bold-fontSize","","SIZE","0.875rem"),letterSpacing:Yt.create("--ft-typography-label-1-bold-letterSpacing","","SIZE","0.04em"),textCase:Yt.create("--ft-typography-label-1-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:Yt.create("--ft-typography-label-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Yt.create("--ft-typography-label-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:Yt.create("--ft-typography-label-1-bold-textDecoration","","UNKNOWN","none")},"label-2-medium":{fontFamily:Yt.create("--ft-typography-label-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:Yt.create("--ft-typography-label-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:Yt.create("--ft-typography-label-2-medium-lineHeight","","SIZE","110%"),fontSize:Yt.create("--ft-typography-label-2-medium-fontSize","","SIZE","0.75rem"),letterSpacing:Yt.create("--ft-typography-label-2-medium-letterSpacing","","SIZE","0.04em"),textCase:Yt.create("--ft-typography-label-2-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:Yt.create("--ft-typography-label-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Yt.create("--ft-typography-label-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:Yt.create("--ft-typography-label-2-medium-textDecoration","","UNKNOWN","none")},"label-2-semibold":{fontFamily:Yt.create("--ft-typography-label-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:Yt.create("--ft-typography-label-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:Yt.create("--ft-typography-label-2-semibold-lineHeight","","SIZE","110%"),fontSize:Yt.create("--ft-typography-label-2-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:Yt.create("--ft-typography-label-2-semibold-letterSpacing","","SIZE","0.04em"),textCase:Yt.create("--ft-typography-label-2-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:Yt.create("--ft-typography-label-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Yt.create("--ft-typography-label-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:Yt.create("--ft-typography-label-2-semibold-textDecoration","","UNKNOWN","none")},"label-2-bold":{fontFamily:Yt.create("--ft-typography-label-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:Yt.create("--ft-typography-label-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:Yt.create("--ft-typography-label-2-bold-lineHeight","","SIZE","110%"),fontSize:Yt.create("--ft-typography-label-2-bold-fontSize","","SIZE","0.75rem"),letterSpacing:Yt.create("--ft-typography-label-2-bold-letterSpacing","","SIZE","0.04em"),textCase:Yt.create("--ft-typography-label-2-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:Yt.create("--ft-typography-label-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Yt.create("--ft-typography-label-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:Yt.create("--ft-typography-label-2-bold-textDecoration","","UNKNOWN","none")},"caption-1-medium":{fontFamily:Yt.create("--ft-typography-caption-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:Yt.create("--ft-typography-caption-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:Yt.create("--ft-typography-caption-1-medium-lineHeight","","SIZE","130%"),fontSize:Yt.create("--ft-typography-caption-1-medium-fontSize","","SIZE","0.75rem"),letterSpacing:Yt.create("--ft-typography-caption-1-medium-letterSpacing","","SIZE","normal"),textCase:Yt.create("--ft-typography-caption-1-medium-textCase","","UNKNOWN","none"),paragraphSpacing:Yt.create("--ft-typography-caption-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Yt.create("--ft-typography-caption-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:Yt.create("--ft-typography-caption-1-medium-textDecoration","","UNKNOWN","none")},"caption-1-semibold":{fontFamily:Yt.create("--ft-typography-caption-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:Yt.create("--ft-typography-caption-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:Yt.create("--ft-typography-caption-1-semibold-lineHeight","","SIZE","130%"),fontSize:Yt.create("--ft-typography-caption-1-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:Yt.create("--ft-typography-caption-1-semibold-letterSpacing","","SIZE","normal"),textCase:Yt.create("--ft-typography-caption-1-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:Yt.create("--ft-typography-caption-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Yt.create("--ft-typography-caption-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:Yt.create("--ft-typography-caption-1-semibold-textDecoration","","UNKNOWN","none")},"caption-1-bold":{fontFamily:Yt.create("--ft-typography-caption-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:Yt.create("--ft-typography-caption-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:Yt.create("--ft-typography-caption-1-bold-lineHeight","","SIZE","130%"),fontSize:Yt.create("--ft-typography-caption-1-bold-fontSize","","SIZE","0.75rem"),letterSpacing:Yt.create("--ft-typography-caption-1-bold-letterSpacing","","SIZE","normal"),textCase:Yt.create("--ft-typography-caption-1-bold-textCase","","UNKNOWN","none"),paragraphSpacing:Yt.create("--ft-typography-caption-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Yt.create("--ft-typography-caption-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:Yt.create("--ft-typography-caption-1-bold-textDecoration","","UNKNOWN","none")},"caption-2-medium":{fontFamily:Yt.create("--ft-typography-caption-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:Yt.create("--ft-typography-caption-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:Yt.create("--ft-typography-caption-2-medium-lineHeight","","SIZE","130%"),fontSize:Yt.create("--ft-typography-caption-2-medium-fontSize","","SIZE","0.6875rem"),letterSpacing:Yt.create("--ft-typography-caption-2-medium-letterSpacing","","SIZE","normal"),textCase:Yt.create("--ft-typography-caption-2-medium-textCase","","UNKNOWN","none"),paragraphSpacing:Yt.create("--ft-typography-caption-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Yt.create("--ft-typography-caption-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:Yt.create("--ft-typography-caption-2-medium-textDecoration","","UNKNOWN","none")},"caption-2-semibold":{fontFamily:Yt.create("--ft-typography-caption-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:Yt.create("--ft-typography-caption-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:Yt.create("--ft-typography-caption-2-semibold-lineHeight","","SIZE","130%"),fontSize:Yt.create("--ft-typography-caption-2-semibold-fontSize","","SIZE","0.6875rem"),letterSpacing:Yt.create("--ft-typography-caption-2-semibold-letterSpacing","","SIZE","normal"),textCase:Yt.create("--ft-typography-caption-2-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:Yt.create("--ft-typography-caption-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Yt.create("--ft-typography-caption-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:Yt.create("--ft-typography-caption-2-semibold-textDecoration","","UNKNOWN","none")},"caption-2-bold":{fontFamily:Yt.create("--ft-typography-caption-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:Yt.create("--ft-typography-caption-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:Yt.create("--ft-typography-caption-2-bold-lineHeight","","SIZE","130%"),fontSize:Yt.create("--ft-typography-caption-2-bold-fontSize","","SIZE","0.6875rem"),letterSpacing:Yt.create("--ft-typography-caption-2-bold-letterSpacing","","SIZE","normal"),textCase:Yt.create("--ft-typography-caption-2-bold-textCase","","UNKNOWN","none"),paragraphSpacing:Yt.create("--ft-typography-caption-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Yt.create("--ft-typography-caption-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:Yt.create("--ft-typography-caption-2-bold-textDecoration","","UNKNOWN","none")}},Vt={backgroundActionPrimary:Yt.extend("--ft-background-action-primary","Used as backgorund of primary action components.",qt.colorBrand0),backgroundErrorPrimary:Yt.extend("--ft-background-error-primary","Used as background of error components.",qt.colorRed0),backgroundErrorSubtle:Yt.extend("--ft-background-error-subtle","Used as background of subtle error components.",qt.colorRed10),backgroundInfoPrimary:Yt.extend("--ft-background-info-primary","Used as background of information components.",qt.colorCyan200),backgroundInfoSubtle:Yt.extend("--ft-background-info-subtle","Used as background of subtle information components.",qt.colorCyan10),backgroundWarningPrimary:Yt.extend("--ft-background-warning-primary","Used as background of warning components.",qt.colorOrange300),backgroundWarningSubtle:Yt.extend("--ft-background-warning-subtle","Used as background of subtle information components.",qt.colorOrange10),backgroundSuccessPrimary:Yt.extend("--ft-background-success-primary","Used as background of success components.",qt.colorGreen200),backgroundSuccessSubtle:Yt.extend("--ft-background-success-subtle","Used as background of subtle success components.",qt.colorGreen10),backgroundGlobalSurface:Yt.extend("--ft-background-global-surface","Used as app background.",qt.colorWhite),backgroundGlobalOnSurface:Yt.extend("--ft-background-global-on-surface","Used as background on element on the base background, like cards.",qt.colorGray10),backgroundGlobalOnSurfaceDark:Yt.extend("--ft-background-global-on-surface-dark","Used as background on element that need background separation.",qt.colorGray30),contentActionPrimary:Yt.extend("--ft-content-action-primary","Used on label of primary action on light surface.",qt.colorBrand0),contentWarningPrimary:Yt.extend("--ft-content-warning-primary","Used on label of warning messages on light surface.",qt.colorOrange300),contentWarningIconOnly:Yt.extend("--ft-content-warning-icon-only","Used on warning status icons alone",qt.colorOrange0),contentErrorPrimary:Yt.extend("--ft-content-error-primary","Used on label of error messages on light surface.",qt.colorRed0),contentErrorIconOnly:Yt.extend("--ft-content-error-icon-only","Used on error status icons alone",qt.colorRed0),contentInfoPrimary:Yt.extend("--ft-content-info-primary","Used on label of information messages on light surface.",qt.colorCyan200),contentInfoIconOnly:Yt.extend("--ft-content-info-icon-only","Used on info status icons alone",qt.colorCyan0),contentSuccessIconOnly:Yt.extend("--ft-content-success-icon-only","Used on success status icons alone",qt.colorGreen0),contentSuccessPrimary:Yt.extend("--ft-content-success-primary","Used on label of success messages on light surface.",qt.colorGreen200),contentGlobalPrimary:Yt.extend("--ft-content-global-primary","Used for main content on the page.",qt.colorGray500),contentGlobalSecondary:Yt.extend("--ft-content-global-secondary","Used for secondary content, often paired with primary content.\nAlso for action icons.",qt.colorGray200),contentGlobalSubtle:Yt.extend("--ft-content-global-subtle","Used for placeholder, unselected items in a tab component or breadcrumb.",qt.colorGray0),contentGlobalOnColor:Yt.extend("--ft-content-global-on-color","Used for content on a dominant color.",qt.colorWhite),borderActionPrimary:Yt.extend("--ft-border-action-primary","Used as border for primary action components.",qt.colorBrand0),borderActionFocusRing:Yt.extend("--ft-border-action-focus-ring","Focus ring is an additional border to indicate focus-visible state.",qt.colorCyan0),borderWarningPrimary:Yt.extend("--ft-border-warning-primary","Used as border for warning components.",qt.colorOrange30),borderSuccessPrimary:Yt.extend("--ft-border-success-primary","Used as border for success components.",qt.colorGreen30),borderErrorPrimary:Yt.extend("--ft-border-error-primary","Used as border for error components.",qt.colorRed30),borderInfoPrimary:Yt.extend("--ft-border-info-primary","Used as border for information components.",qt.colorCyan30),borderGlobalSubtle:Yt.extend("--ft-border-global-subtle","Used as border to deliminate an area filled with background.on-surface and separators.",qt.colorGray30),borderGlobalPrimary:Yt.extend("--ft-border-global-primary","Used as border for element like input.",qt.colorGray50),borderInputPrimary:Yt.extend("--ft-border-input-primary","Used as border for checkboxes and radio buttons",qt.colorGray80)};Yt.create("--ft-button-large-height","","SIZE","40px"),Yt.extend("--ft-button-large-horizontal-padding","",qt.spacing4),Yt.extend("--ft-button-large-gap","",qt.spacing2),Yt.extend("--ft-button-large-border-radius","",qt.borderRadiusS),Yt.extend("--ft-button-large-icon-size","",qt.iconSize3),Yt.create("--ft-button-large-border-width","","SIZE","1px"),Yt.create("--ft-button-large-focus-outline-offset","","SIZE","2px"),Yt.create("--ft-button-large-focus-outline-width","","SIZE","2px"),Yt.create("--ft-button-large-icon-only-width","","SIZE","40px"),Yt.create("--ft-button-small-height","","SIZE","30px"),Yt.extend("--ft-button-small-horizontal-padding","",qt.spacing3),Yt.extend("--ft-button-small-gap","",qt.spacing2),Yt.extend("--ft-button-small-border-radius","",qt.borderRadiusS),Yt.extend("--ft-button-small-icon-size","",qt.iconSize2),Yt.create("--ft-button-small-border-width","","SIZE","1px"),Yt.create("--ft-button-small-focus-outline-offset","","SIZE","2px"),Yt.create("--ft-button-small-focus-outline-width","","SIZE","2px"),Yt.create("--ft-button-small-icon-only-width","","SIZE","30px"),Yt.extend("--ft-button-primary-background-color","",Vt.backgroundActionPrimary),Yt.extend("--ft-button-primary-color","",Vt.contentGlobalOnColor),Yt.extend("--ft-button-primary-icon-color","",Vt.contentGlobalOnColor),Yt.extend("--ft-button-primary-state-layer-color","",Vt.contentGlobalOnColor),Yt.extend("--ft-button-primary-state-layer-opacity-hover","",qt.opacity16),Yt.extend("--ft-button-primary-state-layer-opacity-focus","",qt.opacity16),Yt.extend("--ft-button-primary-state-layer-opacity-active","",qt.opacity24),Yt.extend("--ft-button-primary-component-opacity-disabled","",qt.opacity40),Yt.extend("--ft-button-focus-focus-ring-color","",Vt.borderActionFocusRing),Yt.create("--ft-button-tertiary-background-color","","COLOR","rgba(0,0,0,0)"),Yt.extend("--ft-button-tertiary-color","",Vt.contentActionPrimary),Yt.extend("--ft-button-tertiary-icon-color","",Vt.contentActionPrimary),Yt.extend("--ft-button-tertiary-state-layer-color","",Vt.contentActionPrimary),Yt.extend("--ft-button-tertiary-state-layer-opacity-hover","",qt.opacity8),Yt.extend("--ft-button-tertiary-state-layer-opacity-focus","",qt.opacity8),Yt.extend("--ft-button-tertiary-state-layer-opacity-active","",qt.opacity16),Yt.extend("--ft-button-tertiary-component-opacity-disabled","",qt.opacity40),Yt.create("--ft-button-secondary-background-color","","COLOR","rgba(0,0,0,0)"),Yt.extend("--ft-button-secondary-color","",Vt.contentActionPrimary),Yt.extend("--ft-button-secondary-icon-color","",Vt.contentActionPrimary),Yt.extend("--ft-button-secondary-state-layer-color","",Vt.contentActionPrimary),Yt.extend("--ft-button-secondary-state-layer-opacity-hover","",qt.opacity8),Yt.extend("--ft-button-secondary-state-layer-opacity-focus","",qt.opacity8),Yt.extend("--ft-button-secondary-state-layer-opacity-active","",qt.opacity16),Yt.extend("--ft-button-secondary-component-opacity-disabled","",qt.opacity40),Yt.extend("--ft-button-secondary-border-color","",Vt.borderActionPrimary),Yt.create("--ft-button-neutral-background-color","","COLOR","rgba(0,0,0,0)"),Yt.extend("--ft-button-neutral-icon-color","",Vt.contentGlobalSecondary),Yt.extend("--ft-button-neutral-color","",Vt.contentGlobalSecondary),Yt.extend("--ft-button-neutral-state-layer-color","",Vt.contentGlobalSecondary),Yt.extend("--ft-button-neutral-state-layer-opacity-hover","",qt.opacity8),Yt.extend("--ft-button-neutral-state-layer-opacity-focus","",qt.opacity8),Yt.extend("--ft-button-neutral-state-layer-opacity-active","",qt.opacity16),Yt.extend("--ft-button-neutral-component-opacity-disabled","",qt.opacity40),Yt.extend("--ft-tabs-top-left-border-radius","",qt.borderRadiusS),Yt.extend("--ft-tabs-top-right-border-radius","",qt.borderRadiusS),Yt.extend("--ft-tabs-label-horizontal-padding","",qt.spacing4),Yt.extend("--ft-tabs-label-vertical-padding","",qt.spacing3),Yt.extend("--ft-tabs-label-gap","",qt.spacing1),Yt.extend("--ft-switch-group-horizontal-padding","",qt.spacing1),Yt.extend("--ft-switch-group-vertical-padding","",qt.spacing1),Yt.extend("--ft-switch-group-gap","",qt.spacing1),Yt.extend("--ft-switch-group-background-color","",Vt.backgroundGlobalSurface),Yt.extend("--ft-switch-group-border-color","",Vt.borderGlobalSubtle),Yt.create("--ft-switch-group-border-radius","","SIZE","6px"),Yt.extend("--ft-switch-label-horizontal-padding","",qt.spacing2),Yt.extend("--ft-switch-label-vertical-padding","",qt.spacing1),Yt.extend("--ft-switch-icon-horizontal-padding","",qt.spacing1),Yt.extend("--ft-switch-icon-vertical-padding","",qt.spacing1),Yt.create("--ft-switch-focus-outline-width","","SIZE","2px"),Yt.extend("--ft-switch-focus-focus-ring-color","",Vt.borderActionFocusRing),Yt.extend("--ft-switch-option-border-radius","",qt.borderRadiusS),Yt.extend("--ft-switch-off-state-layer-opacity-hover","",qt.opacity8),Yt.extend("--ft-switch-off-state-layer-opacity-focus","",qt.opacity8),Yt.extend("--ft-switch-off-state-layer-opacity-active","",qt.opacity16),Yt.extend("--ft-switch-off-component-opacity-disabled","",qt.opacity40),Yt.extend("--ft-switch-off-color","",Vt.contentGlobalSubtle),Yt.extend("--ft-switch-off-state-layer-color","",Vt.contentGlobalSubtle),Yt.extend("--ft-chart-1-light","for area color charts",qt.colorBrand40),Yt.extend("--ft-chart-1-base","for line charts",qt.colorBrand0),Yt.extend("--ft-chart-2-light","for area color charts",qt.colorYellow60),Yt.extend("--ft-chart-2-base","for line charts",qt.colorYellow100),Yt.extend("--ft-chart-3-light","",qt.colorUltramarine40),Yt.extend("--ft-chart-3-base","",qt.colorUltramarine70),Yt.extend("--ft-chart-4-light","",qt.colorCyan50),Yt.extend("--ft-chart-4-base","",qt.colorCyan100),Yt.extend("--ft-chart-5-light","",qt.colorRed40),Yt.extend("--ft-chart-5-base","",qt.colorRed60),Yt.extend("--ft-chart-6-light","",qt.colorGreen40),Yt.extend("--ft-chart-6-base","",qt.colorGreen70),Yt.extend("--ft-chart-7-light","",qt.colorOrange70),Yt.extend("--ft-chart-7-base","",qt.colorOrange100),Yt.extend("--ft-chart-8-light","",qt.colorAvocado70),Yt.extend("--ft-chart-8-base","",qt.colorAvocado200),Yt.extend("--ft-chart-9-light","",qt.colorBrown50),Yt.extend("--ft-chart-9-base","",qt.colorBrown200),Yt.extend("--ft-chart-10-light","",qt.colorGray50),Yt.extend("--ft-chart-10-base","",qt.colorGray80),Yt.extend("--ft-chart-monochrome-10","",qt.colorBrand10),Yt.extend("--ft-chart-monochrome-20","",qt.colorBrand20),Yt.extend("--ft-chart-monochrome-30","",qt.colorBrand40),Yt.extend("--ft-chart-monochrome-40","",qt.colorBrand60),Yt.extend("--ft-chart-monochrome-50","",qt.colorBrand0),Yt.extend("--ft-chart-monochrome-60","",qt.colorBrand200),Yt.extend("--ft-chip-large-horizontal-padding","",qt.spacing4),Yt.extend("--ft-chip-large-vertical-padding","",qt.spacing2),Yt.extend("--ft-chip-large-gap","",qt.spacing1),Yt.create("--ft-chip-large-focus-outline-offset","","SIZE","2px"),Yt.create("--ft-chip-large-focus-outline-width","","SIZE","2px"),Yt.extend("--ft-chip-large-border-radius","",qt.borderRadiusPill),Yt.create("--ft-chip-large-border-width","","SIZE","1px"),Yt.extend("--ft-chip-large-icon-size","",qt.iconSize3),Yt.extend("--ft-chip-medium-horizontal-padding","",qt.spacing3),Yt.extend("--ft-chip-medium-vertical-padding","",qt.spacing1),Yt.extend("--ft-chip-medium-gap","",qt.spacing1),Yt.create("--ft-chip-medium-focus-outline-offset","","SIZE","2px"),Yt.create("--ft-chip-medium-focus-outline-width","","SIZE","2px"),Yt.extend("--ft-chip-medium-border-radius","",qt.borderRadiusPill),Yt.create("--ft-chip-medium-border-width","","SIZE","1px"),Yt.extend("--ft-chip-medium-icon-size","",qt.iconSize2),Yt.extend("--ft-chip-small-horizontal-padding","",qt.spacing2),Yt.extend("--ft-chip-small-vertical-padding","",qt.spacing05),Yt.extend("--ft-chip-small-gap","",qt.spacing1),Yt.create("--ft-chip-small-focus-outline-offset","","SIZE","2px"),Yt.create("--ft-chip-small-focus-outline-width","","SIZE","2px"),Yt.extend("--ft-chip-small-border-radius","",qt.borderRadiusPill),Yt.create("--ft-chip-small-border-width","","SIZE","1px"),Yt.extend("--ft-chip-small-icon-size","",qt.iconSize1),Yt.extend("--ft-chip-neutral-background-color","",Vt.backgroundGlobalOnSurface),Yt.extend("--ft-chip-neutral-color","",Vt.contentGlobalPrimary),Yt.extend("--ft-chip-neutral-border-color","",Vt.borderGlobalSubtle),Yt.extend("--ft-chip-info-background-color","",Vt.backgroundInfoSubtle),Yt.extend("--ft-chip-info-color","",Vt.contentInfoPrimary),Yt.extend("--ft-chip-info-border-color","",Vt.borderInfoPrimary),Yt.extend("--ft-chip-success-background-color","",Vt.backgroundSuccessSubtle),Yt.extend("--ft-chip-success-color","",Vt.contentSuccessPrimary),Yt.extend("--ft-chip-success-border-color","",Vt.borderSuccessPrimary),Yt.extend("--ft-chip-warning-background-color","",Vt.backgroundWarningSubtle),Yt.extend("--ft-chip-warning-color","",Vt.contentWarningPrimary),Yt.extend("--ft-chip-warning-border-color","",Vt.borderWarningPrimary),Yt.extend("--ft-chip-error-background-color","",Vt.backgroundErrorSubtle),Yt.extend("--ft-chip-error-color","",Vt.contentErrorPrimary),Yt.extend("--ft-chip-error-border-color","",Vt.borderErrorPrimary),Yt.create("--ft-notice-border-width","","SIZE","1px"),Yt.extend("--ft-notice-horizontal-padding","",qt.spacing2),Yt.extend("--ft-notice-vertical-padding","",qt.spacing1),Yt.extend("--ft-notice-border-radius","",qt.borderRadiusS),Yt.extend("--ft-notice-gap","",qt.spacing2),Yt.extend("--ft-notice-icon-size","",qt.iconSize3),Yt.extend("--ft-notice-info-background-color","",Vt.backgroundInfoSubtle),Yt.extend("--ft-notice-info-border-color","",Vt.borderInfoPrimary),Yt.extend("--ft-notice-info-color","",Vt.contentInfoPrimary),Yt.extend("--ft-notice-warning-background-color","",Vt.backgroundWarningSubtle),Yt.extend("--ft-notice-warning-border-color","",Vt.borderWarningPrimary),Yt.extend("--ft-notice-warning-color","",Vt.contentWarningPrimary),Yt.extend("--ft-checkbox-label-color","",Vt.contentGlobalPrimary),Yt.extend("--ft-checkbox-checked-background-color","",Vt.contentActionPrimary),Yt.extend("--ft-checkbox-checked-state-layer-color","",Vt.contentActionPrimary),Yt.extend("--ft-checkbox-checked-color","",Vt.contentGlobalOnColor),Yt.extend("--ft-checkbox-checked-state-layer-opacity-hover","",qt.opacity16),Yt.extend("--ft-checkbox-checked-state-layer-opacity-focus","",qt.opacity16),Yt.extend("--ft-checkbox-checked-state-layer-opacity-active","",qt.opacity24),Yt.extend("--ft-checkbox-checked-component-opacity-disabled","",qt.opacity40),Yt.extend("--ft-checkbox-unchecked-border-color","",qt.colorGray80),Yt.extend("--ft-checkbox-unchecked-state-layer-color","",qt.colorGray80),Yt.extend("--ft-checkbox-unchecked-state-layer-opacity-hover","",qt.opacity16),Yt.extend("--ft-checkbox-unchecked-state-layer-opacity-focus","",qt.opacity16),Yt.extend("--ft-checkbox-unchecked-state-layer-opacity-active","",qt.opacity24),Yt.extend("--ft-checkbox-unchecked-component-opacity-disabled","",qt.opacity40),Yt.extend("--ft-checkbox-focus-focus-ring-color","",Vt.borderActionFocusRing),Yt.create("--ft-checkbox-focus-outline-offset","","SIZE","3px"),Yt.create("--ft-checkbox-focus-outline-width","","SIZE","2px"),Yt.extend("--ft-checkbox-gap","",qt.spacing3),Yt.extend("--ft-toggle-off-state-layer-opacity-hover","",qt.opacity16),Yt.extend("--ft-toggle-off-state-layer-opacity-focus","",qt.opacity16),Yt.extend("--ft-toggle-off-state-layer-opacity-active","",qt.opacity24),Yt.extend("--ft-toggle-off-component-opacity-disabled","",qt.opacity40),Yt.extend("--ft-toggle-off-background-color","",Vt.contentGlobalSubtle),Yt.extend("--ft-toggle-off-icon-color","",Vt.contentGlobalSubtle),Yt.extend("--ft-toggle-off-state-layer-color","",Vt.contentGlobalSubtle),Yt.extend("--ft-toggle-on-state-layer-opacity-hover","",qt.opacity16),Yt.extend("--ft-toggle-on-state-layer-opacity-focus","",qt.opacity16),Yt.extend("--ft-toggle-on-state-layer-opacity-active","",qt.opacity24),Yt.extend("--ft-toggle-on-component-opacity-disabled","",qt.opacity40),Yt.extend("--ft-toggle-on-background-color","",Vt.contentActionPrimary),Yt.extend("--ft-toggle-on-icon-color","",Vt.contentActionPrimary),Yt.extend("--ft-toggle-on-state-layer-color","",Vt.contentActionPrimary),Yt.extend("--ft-toggle-label-color","",Vt.contentGlobalPrimary),Yt.extend("--ft-toggle-focus-focus-ring-color","",Vt.borderActionFocusRing),Yt.extend("--ft-toggle-gap","",qt.spacing3),Yt.extend("--ft-radio-label-color","",Vt.contentGlobalPrimary),Yt.extend("--ft-radio-selected-color","",Vt.contentActionPrimary),Yt.extend("--ft-radio-selected-state-layer-color","",Vt.contentActionPrimary),Yt.extend("--ft-radio-selected-state-layer-opacity-hover","",qt.opacity16),Yt.extend("--ft-radio-selected-state-layer-opacity-focus","",qt.opacity16),Yt.extend("--ft-radio-selected-state-layer-opacity-active","",qt.opacity24),Yt.extend("--ft-radio-selected-component-opacity-disabled","",qt.opacity40),Yt.extend("--ft-radio-unselected-state-layer-color","",qt.colorGray80),Yt.extend("--ft-radio-unselected-state-layer-opacity-hover","",qt.opacity16),Yt.extend("--ft-radio-unselected-state-layer-opacity-focus","",qt.opacity16),Yt.extend("--ft-radio-unselected-state-layer-opacity-active","",qt.opacity24),Yt.extend("--ft-radio-unselected-component-opacity-disabled","",qt.opacity40),Yt.extend("--ft-radio-focus-focus-ring-color","",Vt.borderActionFocusRing),Yt.create("--ft-radio-focus-outline-offset","","SIZE","3px"),Yt.create("--ft-radio-focus-outline-width","","SIZE","2px"),Yt.extend("--ft-radio-gap","",qt.spacing3),Yt.extend("--ft-notification-icon-size","",qt.iconSize4),Yt.extend("--ft-notification-horizontal-padding","",qt.spacing4),Yt.extend("--ft-notification-vertical-padding","",qt.spacing4),Yt.extend("--ft-notification-info-background-color","",Vt.backgroundInfoSubtle),Yt.extend("--ft-notification-info-color","",Vt.contentInfoPrimary),Yt.extend("--ft-notification-info-border-color","",Vt.borderInfoPrimary),Yt.extend("--ft-notification-success-background-color","",Vt.backgroundSuccessSubtle),Yt.extend("--ft-notification-success-color","",Vt.contentSuccessPrimary),Yt.extend("--ft-notification-success-border-color","",Vt.borderSuccessPrimary),Yt.extend("--ft-notification-warning-background-color","",Vt.backgroundWarningSubtle),Yt.extend("--ft-notification-warning-color","",Vt.contentWarningPrimary),Yt.extend("--ft-notification-warning-border-color","",Vt.borderWarningPrimary),Yt.extend("--ft-notification-error-background-color","",Vt.backgroundErrorSubtle),Yt.extend("--ft-notification-error-color","",Vt.contentErrorPrimary),Yt.extend("--ft-notification-error-border-color","",Vt.borderErrorPrimary),Yt.extend("--ft-notification-border-radius","",qt.borderRadiusPill),Yt.create("--ft-notification-border-width","","SIZE","1px"),Yt.extend("--ft-notification-gap-leading","",qt.spacing2),Yt.extend("--ft-notification-gap-trailing","",qt.spacing8);const Jt=o.FtCssVariableFactory.extend("--ft-typography-font-family","",o.designSystemVariables.titleFont),Qt=o.FtCssVariableFactory.extend("--ft-typography-font-family","",o.designSystemVariables.contentFont),to={fontFamily:Qt,fontSize:o.FtCssVariableFactory.create("--ft-typography-font-size","","SIZE","16px"),fontWeight:o.FtCssVariableFactory.create("--ft-typography-font-weight","","UNKNOWN","normal"),letterSpacing:o.FtCssVariableFactory.create("--ft-typography-letter-spacing","","SIZE","0.496px"),lineHeight:o.FtCssVariableFactory.create("--ft-typography-line-height","","NUMBER","1.5"),textTransform:o.FtCssVariableFactory.create("--ft-typography-text-transform","","UNKNOWN","inherit")},oo=o.FtCssVariableFactory.extend("--ft-typography-title-font-family","",Jt),eo=o.FtCssVariableFactory.extend("--ft-typography-title-font-size","",to.fontSize,"20px"),ro=o.FtCssVariableFactory.extend("--ft-typography-title-font-weight","",to.fontWeight,"normal"),ao=o.FtCssVariableFactory.extend("--ft-typography-title-letter-spacing","",to.letterSpacing,"0.15px"),io=o.FtCssVariableFactory.extend("--ft-typography-title-line-height","",to.lineHeight,"1.2"),no=o.FtCssVariableFactory.extend("--ft-typography-title-text-transform","",to.textTransform,"inherit"),lo=o.FtCssVariableFactory.extend("--ft-typography-title-dense-font-family","",Jt),co=o.FtCssVariableFactory.extend("--ft-typography-title-dense-font-size","",to.fontSize,"14px"),po=o.FtCssVariableFactory.extend("--ft-typography-title-dense-font-weight","",to.fontWeight,"normal"),so=o.FtCssVariableFactory.extend("--ft-typography-title-dense-letter-spacing","",to.letterSpacing,"0.105px"),fo=o.FtCssVariableFactory.extend("--ft-typography-title-dense-line-height","",to.lineHeight,"1.7"),ho=o.FtCssVariableFactory.extend("--ft-typography-title-dense-text-transform","",to.textTransform,"inherit"),go=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-family","",Qt),yo=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-size","",to.fontSize,"16px"),mo=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-weight","",to.fontWeight,"600"),bo=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-letter-spacing","",to.letterSpacing,"0.144px"),uo=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-line-height","",to.lineHeight,"1.5"),xo=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-text-transform","",to.textTransform,"inherit"),Oo=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-family","",Qt),No=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-size","",to.fontSize,"14px"),vo=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-weight","",to.fontWeight,"normal"),So=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-letter-spacing","",to.letterSpacing,"0.098px"),Co=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-line-height","",to.lineHeight,"1.7"),wo=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-text-transform","",to.textTransform,"inherit"),Io=o.FtCssVariableFactory.extend("--ft-typography-body1-font-family","",Qt),Uo=o.FtCssVariableFactory.extend("--ft-typography-body1-font-size","",to.fontSize,"16px"),Eo=o.FtCssVariableFactory.extend("--ft-typography-body1-font-weight","",to.fontWeight,"normal"),Ro=o.FtCssVariableFactory.extend("--ft-typography-body1-letter-spacing","",to.letterSpacing,"0.496px"),Wo=o.FtCssVariableFactory.extend("--ft-typography-body1-line-height","",to.lineHeight,"1.5"),ko=o.FtCssVariableFactory.extend("--ft-typography-body1-text-transform","",to.textTransform,"inherit"),Lo=o.FtCssVariableFactory.extend("--ft-typography-body2-font-family","",Qt),$o=o.FtCssVariableFactory.extend("--ft-typography-body2-font-size","",to.fontSize,"14px"),Ko=o.FtCssVariableFactory.extend("--ft-typography-body2-font-weight","",to.fontWeight,"normal"),Zo=o.FtCssVariableFactory.extend("--ft-typography-body2-letter-spacing","",to.letterSpacing,"0.252px"),zo=o.FtCssVariableFactory.extend("--ft-typography-body2-line-height","",to.lineHeight,"1.4"),Bo=o.FtCssVariableFactory.extend("--ft-typography-body2-text-transform","",to.textTransform,"inherit"),Fo=o.FtCssVariableFactory.extend("--ft-typography-caption-font-family","",Qt),Do=o.FtCssVariableFactory.extend("--ft-typography-caption-font-size","",to.fontSize,"12px"),Ao=o.FtCssVariableFactory.extend("--ft-typography-caption-font-weight","",to.fontWeight,"normal"),Go=o.FtCssVariableFactory.extend("--ft-typography-caption-letter-spacing","",to.letterSpacing,"0.396px"),Ho=o.FtCssVariableFactory.extend("--ft-typography-caption-line-height","",to.lineHeight,"1.33"),Mo=o.FtCssVariableFactory.extend("--ft-typography-caption-text-transform","",to.textTransform,"inherit"),jo=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-family","",Qt),Po=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-size","",to.fontSize,"10px"),To=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-weight","",to.fontWeight,"normal"),_o=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-letter-spacing","",to.letterSpacing,"0.33px"),Yo=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-line-height","",to.lineHeight,"1.6"),qo=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-text-transform","",to.textTransform,"inherit"),Xo=o.FtCssVariableFactory.extend("--ft-typography-overline-font-family","",Qt),Vo=o.FtCssVariableFactory.extend("--ft-typography-overline-font-size","",to.fontSize,"10px"),Jo=o.FtCssVariableFactory.extend("--ft-typography-overline-font-weight","",to.fontWeight,"normal"),Qo=o.FtCssVariableFactory.extend("--ft-typography-overline-letter-spacing","",to.letterSpacing,"1.5px"),te=o.FtCssVariableFactory.extend("--ft-typography-overline-line-height","",to.lineHeight,"1.6"),oe=o.FtCssVariableFactory.extend("--ft-typography-overline-text-transform","",to.textTransform,"uppercase"),ee=o.FtCssVariableFactory.extend("--ft-typography-button-font-family","",Qt),re=o.FtCssVariableFactory.extend("--ft-typography-button-font-size","",to.fontSize,"14px"),ae=o.FtCssVariableFactory.extend("--ft-typography-button-font-weight","",to.fontWeight,"600"),ie=o.FtCssVariableFactory.extend("--ft-typography-button-letter-spacing","",to.letterSpacing,"1.246px"),ne=o.FtCssVariableFactory.extend("--ft-typography-button-line-height","",to.lineHeight,"1.15"),le=o.FtCssVariableFactory.extend("--ft-typography-button-text-transform","",to.textTransform,"uppercase"),ce=e.css`
|
|
253
|
+
const Ht=Symbol.for(""),Gt=t=>{if(t?.r===Ht)return t?._$litStatic$},Mt=t=>({_$litStatic$:t,r:Ht}),jt=new Map,Pt=(t=>(o,...e)=>{const a=e.length;let r,i;const n=[],l=[];let p,c=0,s=!1;for(;c<a;){for(p=o[c];c<a&&void 0!==(i=e[c],r=Gt(i));)p+=r+o[++c],s=!0;c!==a&&l.push(i),n.push(p),c++}if(c===a&&n.push(o[a]),s){const t=n.join("$$lit$$");void 0===(o=jt.get(t))&&(n.raw=n,jt.set(t,o=n)),e=l}return t(o,...e)})(wt);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 _t=t=>"string"==typeof t?e.unsafeCSS(t):t;class Yt{static create(t,o,a,r){const i=t=>_t(null!=t?t:r),n=e.css`var(${_t(t)}, ${i(r)})`;return n.name=t,n.description=o,n.category=a,n.defaultValue=r,n.defaultCssValue=i,n.get=o=>e.css`var(${_t(t)}, ${i(o)})`,n.breadcrumb=()=>[],n.lastResortDefaultValue=()=>r,n}static extend(t,o,a,r){const i=t=>a.get(null!=t?t:r),n=e.css`var(${_t(t)}, ${i(r)})`;return n.name=t,n.description=o,n.category=a.category,n.fallbackVariable=a,n.defaultValue=r,n.defaultCssValue=i,n.get=o=>e.css`var(${_t(t)}, ${i(o)})`,n.breadcrumb=()=>[a.name,...a.breadcrumb()],n.lastResortDefaultValue=()=>null!=r?r:a.lastResortDefaultValue(),n}static external(t,o){const a=o=>t.fallbackVariable?t.fallbackVariable.get(null!=o?o:t.defaultValue):_t(null!=o?o:t.lastResortDefaultValue()),r=e.css`var(${_t(t.name)}, ${a(t.defaultValue)})`;return r.name=t.name,r.category=t.category,r.fallbackVariable=t.fallbackVariable,r.defaultValue=t.defaultValue,r.context=o,r.defaultCssValue=a,r.get=o=>e.css`var(${_t(t.name)}, ${a(o)})`,r.breadcrumb=()=>t.fallbackVariable?[t.fallbackVariable.name,...t.fallbackVariable.breadcrumb()]:[],r.lastResortDefaultValue=()=>t.lastResortDefaultValue(),r}}const qt={colorWhite:Yt.create("--ft-color-white","","COLOR","#ffffff"),colorGray0:Yt.create("--ft-color-gray-0","","COLOR","#71718e"),colorGray10:Yt.create("--ft-color-gray-10","","COLOR","#fbfbfc"),colorGray20:Yt.create("--ft-color-gray-20","","COLOR","#f2f2f5"),colorGray30:Yt.create("--ft-color-gray-30","","COLOR","#e9e9ed"),colorGray40:Yt.create("--ft-color-gray-40","","COLOR","#e0e0e6"),colorGray50:Yt.create("--ft-color-gray-50","","COLOR","#cdcdd7"),colorGray60:Yt.create("--ft-color-gray-60","","COLOR","#bbbbc9"),colorGray70:Yt.create("--ft-color-gray-70","","COLOR","#a8a8ba"),colorGray80:Yt.create("--ft-color-gray-80","","COLOR","#9696ab"),colorGray90:Yt.create("--ft-color-gray-90","","COLOR","#83839d"),colorGray100:Yt.create("--ft-color-gray-100","","COLOR","#62627c"),colorGray200:Yt.create("--ft-color-gray-200","","COLOR","#545469"),colorGray300:Yt.create("--ft-color-gray-300","","COLOR","#454557"),colorGray400:Yt.create("--ft-color-gray-400","","COLOR","#363644"),colorGray500:Yt.create("--ft-color-gray-500","","COLOR","#282832"),colorGray600:Yt.create("--ft-color-gray-600","","COLOR","#19191f"),colorGray700:Yt.create("--ft-color-gray-700","","COLOR","#0a0a0d"),colorBrand0:Yt.create("--ft-color-brand-0","","COLOR","#9d207b"),colorBrand10:Yt.create("--ft-color-brand-10","","COLOR","#f7edf4"),colorBrand20:Yt.create("--ft-color-brand-20","","COLOR","#ebcfe4"),colorBrand30:Yt.create("--ft-color-brand-30","","COLOR","#dfb2d3"),colorBrand40:Yt.create("--ft-color-brand-40","","COLOR","#d395c2"),colorBrand50:Yt.create("--ft-color-brand-50","","COLOR","#c778b1"),colorBrand60:Yt.create("--ft-color-brand-60","","COLOR","#ba5ba1"),colorBrand70:Yt.create("--ft-color-brand-70","","COLOR","#ae3e90"),colorBrand100:Yt.create("--ft-color-brand-100","","COLOR","#8d1d6e"),colorBrand200:Yt.create("--ft-color-brand-200","","COLOR","#78185e"),colorBrand300:Yt.create("--ft-color-brand-300","","COLOR","#62144d"),colorBrand400:Yt.create("--ft-color-brand-400","","COLOR","#4d103c"),colorBrand500:Yt.create("--ft-color-brand-500","","COLOR","#380b2c"),colorBrand600:Yt.create("--ft-color-brand-600","","COLOR","#23071b"),colorBrand700:Yt.create("--ft-color-brand-700","","COLOR","#0d030b"),colorCyan0:Yt.create("--ft-color-cyan-0","","COLOR","#0e98b4"),colorCyan10:Yt.create("--ft-color-cyan-10","","COLOR","#ebf6f9"),colorCyan20:Yt.create("--ft-color-cyan-20","","COLOR","#cbe9ef"),colorCyan30:Yt.create("--ft-color-cyan-30","","COLOR","#acdbe5"),colorCyan40:Yt.create("--ft-color-cyan-40","","COLOR","#8ccedb"),colorCyan50:Yt.create("--ft-color-cyan-50","","COLOR","#6dc0d1"),colorCyan60:Yt.create("--ft-color-cyan-60","","COLOR","#4db3c8"),colorCyan70:Yt.create("--ft-color-cyan-70","","COLOR","#2ea5be"),colorCyan100:Yt.create("--ft-color-cyan-100","","COLOR","#0c849c"),colorCyan200:Yt.create("--ft-color-cyan-200","","COLOR","#0a7085"),colorCyan300:Yt.create("--ft-color-cyan-300","","COLOR","#085c6d"),colorCyan400:Yt.create("--ft-color-cyan-400","","COLOR","#074856"),colorCyan500:Yt.create("--ft-color-cyan-500","","COLOR","#05343e"),colorCyan600:Yt.create("--ft-color-cyan-600","","COLOR","#032127"),colorCyan700:Yt.create("--ft-color-cyan-700","","COLOR","#010d0f"),colorGreen0:Yt.create("--ft-color-green-0","","COLOR","#21a274"),colorGreen10:Yt.create("--ft-color-green-10","","COLOR","#edf7f3"),colorGreen20:Yt.create("--ft-color-green-20","","COLOR","#cfebe1"),colorGreen30:Yt.create("--ft-color-green-30","","COLOR","#b2dfcf"),colorGreen40:Yt.create("--ft-color-green-40","","COLOR","#95d3bd"),colorGreen50:Yt.create("--ft-color-green-50","","COLOR","#78c7ab"),colorGreen60:Yt.create("--ft-color-green-60","","COLOR","#5bba98"),colorGreen70:Yt.create("--ft-color-green-70","","COLOR","#3eae86"),colorGreen100:Yt.create("--ft-color-green-100","","COLOR","#1d8d65"),colorGreen200:Yt.create("--ft-color-green-200","","COLOR","#187856"),colorGreen300:Yt.create("--ft-color-green-300","","COLOR","#146246"),colorGreen400:Yt.create("--ft-color-green-400","","COLOR","#104d37"),colorGreen500:Yt.create("--ft-color-green-500","","COLOR","#0b3828"),colorGreen600:Yt.create("--ft-color-green-600","","COLOR","#072319"),colorGreen700:Yt.create("--ft-color-green-700","","COLOR","#030d0a"),colorOrange0:Yt.create("--ft-color-orange-0","","COLOR","#ee8d17"),colorOrange10:Yt.create("--ft-color-orange-10","","COLOR","#fef6ec"),colorOrange20:Yt.create("--ft-color-orange-20","","COLOR","#fbe7cd"),colorOrange30:Yt.create("--ft-color-orange-30","","COLOR","#f9d8af"),colorOrange40:Yt.create("--ft-color-orange-40","","COLOR","#f7c991"),colorOrange50:Yt.create("--ft-color-orange-50","","COLOR","#f5ba72"),colorOrange60:Yt.create("--ft-color-orange-60","","COLOR","#f2ab54"),colorOrange70:Yt.create("--ft-color-orange-70","","COLOR","#f09c35"),colorOrange100:Yt.create("--ft-color-orange-100","","COLOR","#cf7b14"),colorOrange200:Yt.create("--ft-color-orange-200","","COLOR","#b06811"),colorOrange300:Yt.create("--ft-color-orange-300","","COLOR","#90560e"),colorOrange400:Yt.create("--ft-color-orange-400","","COLOR","#71430b"),colorOrange500:Yt.create("--ft-color-orange-500","","COLOR","#523108"),colorOrange600:Yt.create("--ft-color-orange-600","","COLOR","#331e05"),colorOrange700:Yt.create("--ft-color-orange-700","","COLOR","#140c02"),colorRed0:Yt.create("--ft-color-red-0","","COLOR","#b40e2c"),colorRed10:Yt.create("--ft-color-red-10","","COLOR","#f9ebed"),colorRed20:Yt.create("--ft-color-red-20","","COLOR","#efcbd2"),colorRed30:Yt.create("--ft-color-red-30","","COLOR","#e5acb6"),colorRed40:Yt.create("--ft-color-red-40","","COLOR","#db8c9b"),colorRed50:Yt.create("--ft-color-red-50","","COLOR","#d16d7f"),colorRed60:Yt.create("--ft-color-red-60","","COLOR","#c84d63"),colorRed70:Yt.create("--ft-color-red-70","","COLOR","#be2e48"),colorRed100:Yt.create("--ft-color-red-100","","COLOR","#9c0c26"),colorRed200:Yt.create("--ft-color-red-200","","COLOR","#850a20"),colorRed300:Yt.create("--ft-color-red-300","","COLOR","#6d081b"),colorRed400:Yt.create("--ft-color-red-400","","COLOR","#560715"),colorRed500:Yt.create("--ft-color-red-500","","COLOR","#3e050f"),colorRed600:Yt.create("--ft-color-red-600","","COLOR","#270309"),colorRed700:Yt.create("--ft-color-red-700","","COLOR","#0f0104"),colorYellow0:Yt.create("--ft-color-yellow-0","","COLOR","#E4C00C"),colorYellow10:Yt.create("--ft-color-yellow-10","","COLOR","#fefae9"),colorYellow20:Yt.create("--ft-color-yellow-20","","COLOR","#fcf4ca"),colorYellow30:Yt.create("--ft-color-yellow-30","","COLOR","#faedaa"),colorYellow40:Yt.create("--ft-color-yellow-40","","COLOR","#f9e78b"),colorYellow50:Yt.create("--ft-color-yellow-50","","COLOR","#f7e06b"),colorYellow60:Yt.create("--ft-color-yellow-60","","COLOR","#F4D63E"),colorYellow70:Yt.create("--ft-color-yellow-70","","COLOR","#F3CE16"),colorYellow100:Yt.create("--ft-color-yellow-100","","COLOR","#d3b10b"),colorYellow200:Yt.create("--ft-color-yellow-200","","COLOR","#b3970a"),colorYellow300:Yt.create("--ft-color-yellow-300","","COLOR","#947c08"),colorYellow400:Yt.create("--ft-color-yellow-400","","COLOR","#746206"),colorYellow500:Yt.create("--ft-color-yellow-500","","COLOR","#554705"),colorYellow600:Yt.create("--ft-color-yellow-600","","COLOR","#352d03"),colorYellow700:Yt.create("--ft-color-yellow-700","","COLOR","#161201"),colorUltramarine0:Yt.create("--ft-color-ultramarine-0","","COLOR","#3C19E5"),colorUltramarine10:Yt.create("--ft-color-ultramarine-10","","COLOR","#EDEAFD"),colorUltramarine20:Yt.create("--ft-color-ultramarine-20","","COLOR","#D4CCF9"),colorUltramarine30:Yt.create("--ft-color-ultramarine-30","","COLOR","#BBAFF6"),colorUltramarine40:Yt.create("--ft-color-ultramarine-40","","COLOR","#A191F3"),colorUltramarine50:Yt.create("--ft-color-ultramarine-50","","COLOR","#8873EF"),colorUltramarine60:Yt.create("--ft-color-ultramarine-60","","COLOR","#6F55EC"),colorUltramarine70:Yt.create("--ft-color-ultramarine-70","","COLOR","#5537E8"),colorUltramarine100:Yt.create("--ft-color-ultramarine-100","","COLOR","#3416C7"),colorUltramarine200:Yt.create("--ft-color-ultramarine-200","","COLOR","#2C13A9"),colorUltramarine300:Yt.create("--ft-color-ultramarine-300","","COLOR","#250F8C"),colorUltramarine400:Yt.create("--ft-color-ultramarine-400","","COLOR","#1D0C6E"),colorUltramarine500:Yt.create("--ft-color-ultramarine-500","","COLOR","#150950"),colorUltramarine600:Yt.create("--ft-color-ultramarine-600","","COLOR","#0D0532"),colorUltramarine700:Yt.create("--ft-color-ultramarine-700","","COLOR","#050215"),colorAvocado0:Yt.create("--ft-color-avocado-0","","COLOR","#98BD28"),colorAvocado10:Yt.create("--ft-color-avocado-10","","COLOR","#F6F9EC"),colorAvocado20:Yt.create("--ft-color-avocado-20","","COLOR","#E8F0D0"),colorAvocado30:Yt.create("--ft-color-avocado-30","","COLOR","#DBE8B4"),colorAvocado40:Yt.create("--ft-color-avocado-40","","COLOR","#CEDF98"),colorAvocado50:Yt.create("--ft-color-avocado-50","","COLOR","#C0D77C"),colorAvocado60:Yt.create("--ft-color-avocado-60","","COLOR","#B3CE60"),colorAvocado70:Yt.create("--ft-color-avocado-70","","COLOR","#A5C644"),colorAvocado100:Yt.create("--ft-color-avocado-100","","COLOR","#84A423"),colorAvocado200:Yt.create("--ft-color-avocado-200","","COLOR","#708C1E"),colorAvocado300:Yt.create("--ft-color-avocado-300","","COLOR","#5D7318"),colorAvocado400:Yt.create("--ft-color-avocado-400","","COLOR","#495B13"),colorAvocado500:Yt.create("--ft-color-avocado-500","","COLOR","#35420E"),colorAvocado600:Yt.create("--ft-color-avocado-600","","COLOR","#212A09"),colorAvocado700:Yt.create("--ft-color-avocado-700","","COLOR","#0E1104"),colorBrown0:Yt.create("--ft-color-brown-0","","COLOR","#B26F4D"),colorBrown10:Yt.create("--ft-color-brown-10","","COLOR","#F8F2EF"),colorBrown20:Yt.create("--ft-color-brown-20","","COLOR","#EEDFD8"),colorBrown30:Yt.create("--ft-color-brown-30","","COLOR","#E4CDC1"),colorBrown40:Yt.create("--ft-color-brown-40","","COLOR","#DABAAA"),colorBrown50:Yt.create("--ft-color-brown-50","","COLOR","#D0A792"),colorBrown60:Yt.create("--ft-color-brown-60","","COLOR","#C6947B"),colorBrown70:Yt.create("--ft-color-brown-70","","COLOR","#BC8264"),colorBrown100:Yt.create("--ft-color-brown-100","","COLOR","#9B6143"),colorBrown200:Yt.create("--ft-color-brown-200","","COLOR","#845239"),colorBrown300:Yt.create("--ft-color-brown-300","","COLOR","#6D442F"),colorBrown400:Yt.create("--ft-color-brown-400","","COLOR","#553525"),colorBrown500:Yt.create("--ft-color-brown-500","","COLOR","#3E271B"),colorBrown600:Yt.create("--ft-color-brown-600","","COLOR","#271811"),colorBrown700:Yt.create("--ft-color-brown-700","","COLOR","#100A07"),spacing1:Yt.create("--ft-spacing-1","","SIZE","0.25rem"),spacing2:Yt.create("--ft-spacing-2","","SIZE","calc(var(--ft-spacing-2, 0.25rem)*2)"),spacing3:Yt.create("--ft-spacing-3","","SIZE","calc(var(--ft-spacing-3, 0.25rem)*3)"),spacing4:Yt.create("--ft-spacing-4","","SIZE","calc(var(--ft-spacing-4, 0.25rem)*4)"),spacing5:Yt.create("--ft-spacing-5","","SIZE","calc(var(--ft-spacing-5, 0.25rem)*5)"),spacing6:Yt.create("--ft-spacing-6","","SIZE","calc(var(--ft-spacing-6, 0.25rem)*6)"),spacing8:Yt.create("--ft-spacing-8","","SIZE","calc(var(--ft-spacing-8, 0.25rem)*8)"),spacing10:Yt.create("--ft-spacing-10","","SIZE","calc(var(--ft-spacing-10, 0.25rem)*10)"),spacing12:Yt.create("--ft-spacing-12","","SIZE","calc(var(--ft-spacing-12, 0.25rem)*12)"),spacing16:Yt.create("--ft-spacing-16","","SIZE","calc(var(--ft-spacing-16, 0.25rem)*16)"),spacing20:Yt.create("--ft-spacing-20","","SIZE","calc(var(--ft-spacing-20, 0.25rem)*20)"),spacing24:Yt.create("--ft-spacing-24","","SIZE","calc(var(--ft-spacing-24, 0.25rem)*24)"),spacing28:Yt.create("--ft-spacing-28","","SIZE","calc(var(--ft-spacing-28, 0.25rem)*28)"),spacing32:Yt.create("--ft-spacing-32","","SIZE","calc(var(--ft-spacing-32, 0.25rem)*32)"),spacing05:Yt.create("--ft-spacing-0-5","","SIZE","calc(var(--ft-spacing-0-5, 0.25rem)*0.5)"),borderRadiusS:Yt.create("--ft-border-radius-s","","SIZE","4px"),borderRadiusM:Yt.create("--ft-border-radius-m","","SIZE","8px"),borderRadiusL:Yt.create("--ft-border-radius-l","","SIZE","12px"),borderRadiusXl:Yt.create("--ft-border-radius-xl","","SIZE","16px"),borderRadiusPill:Yt.create("--ft-border-radius-pill","","SIZE","999px"),borderRadiusRound:Yt.create("--ft-border-radius-round","","SIZE","50%"),iconSize1:Yt.create("--ft-icon-size-1","","SIZE","12px"),iconSize2:Yt.create("--ft-icon-size-2","","SIZE","16px"),iconSize3:Yt.create("--ft-icon-size-3","","SIZE","20px"),iconSize4:Yt.create("--ft-icon-size-4","","SIZE","24px"),iconSize5:Yt.create("--ft-icon-size-5","","SIZE","32px"),iconSize6:Yt.create("--ft-icon-size-6","","SIZE","48px"),opacity0:Yt.create("--ft-opacity-0","","NUMBER","0"),opacity8:Yt.create("--ft-opacity-8","","NUMBER","0.08"),opacity16:Yt.create("--ft-opacity-16","","NUMBER","0.16"),opacity24:Yt.create("--ft-opacity-24","","NUMBER","0.24"),opacity40:Yt.create("--ft-opacity-40","","NUMBER","0.4"),opacity80:Yt.create("--ft-opacity-80","","NUMBER","0.8"),shadowElevation01:Yt.create("--ft-shadow-elevation-01","","SHADOW","0px 1px 4px 0px rgba(0,0,0,0.06), 0px 1px 2px 0px rgba(0,0,0,0.14), 0px 0px 1px 0px rgba(0,0,0,0.06)"),shadowElevation02:Yt.create("--ft-shadow-elevation-02","","SHADOW","0px 4px 10px 0px rgba(0,0,0,0.06), 0px 2px 5px 0px rgba(0,0,0,0.14), 0px 0px 1px 0px rgba(0,0,0,0.06)"),shadowElevation03:Yt.create("--ft-shadow-elevation-03","","SHADOW","0px 6px 13px 0px rgba(0,0,0,0.06), 0px 3px 7px 0px rgba(0,0,0,0.14), 0px 1px 2px 0px rgba(0,0,0,0.06)"),shadowElevation04:Yt.create("--ft-shadow-elevation-04","","SHADOW","0px 8px 16px 0px rgba(0,0,0,0.06), 0px 4px 9px 0px rgba(0,0,0,0.14), 0px 2px 3px 0px rgba(0,0,0,0.06)"),shadowElevation06:Yt.create("--ft-shadow-elevation-06","","SHADOW","0px 12px 22px 0px rgba(0,0,0,0.06), 0px 6px 13px 0px rgba(0,0,0,0.14), 0px 4px 5px 0px rgba(0,0,0,0.06)"),shadowElevation08:Yt.create("--ft-shadow-elevation-08","","SHADOW","0px 16px 28px 0px rgba(0,0,0,0.06), 0px 8px 17px 0px rgba(0,0,0,0.14), 0px 6px 7px 0px rgba(0,0,0,0.06)"),shadowElevation12:Yt.create("--ft-shadow-elevation-12","","SHADOW","0px 22px 40px 0px rgba(0,0,0,0.06), 0px 12px 23px 0px rgba(0,0,0,0.14), 0px 10px 11px 0px rgba(0,0,0,0.06)"),shadowElevation16:Yt.create("--ft-shadow-elevation-16","","SHADOW","0px 28px 52px 0px rgba(0,0,0,0.06), 0px 16px 29px 0px rgba(0,0,0,0.14), 0px 14px 15px 0px rgba(0,0,0,0.06)"),shadowElevation24:Yt.create("--ft-shadow-elevation-24","","SHADOW","0px 40px 76px 0px rgba(0,0,0,0.06), 0px 24px 41px 0px rgba(0,0,0,0.14), 0px 22px 23px 0px rgba(0,0,0,0.06)")},Xt={display:{fontFamily:Yt.create("--ft-typography-display-fontFamily","","UNKNOWN","Inter"),fontWeight:Yt.create("--ft-typography-display-fontWeight","","UNKNOWN","600"),lineHeight:Yt.create("--ft-typography-display-lineHeight","","SIZE","120%"),fontSize:Yt.create("--ft-typography-display-fontSize","","SIZE","2.5rem"),letterSpacing:Yt.create("--ft-typography-display-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:Yt.create("--ft-typography-display-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Yt.create("--ft-typography-display-paragraphIndent","","UNKNOWN","0"),textDecoration:Yt.create("--ft-typography-display-textDecoration","","UNKNOWN","none"),textCase:Yt.create("--ft-typography-display-textCase","","UNKNOWN","none")},"title-1":{fontFamily:Yt.create("--ft-typography-title-1-fontFamily","","UNKNOWN","Inter"),fontWeight:Yt.create("--ft-typography-title-1-fontWeight","","UNKNOWN","600"),lineHeight:Yt.create("--ft-typography-title-1-lineHeight","","SIZE","120%"),fontSize:Yt.create("--ft-typography-title-1-fontSize","","SIZE","1.5rem"),letterSpacing:Yt.create("--ft-typography-title-1-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:Yt.create("--ft-typography-title-1-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Yt.create("--ft-typography-title-1-paragraphIndent","","UNKNOWN","0"),textDecoration:Yt.create("--ft-typography-title-1-textDecoration","","UNKNOWN","none"),textCase:Yt.create("--ft-typography-title-1-textCase","","UNKNOWN","none")},"title-2":{fontFamily:Yt.create("--ft-typography-title-2-fontFamily","","UNKNOWN","Inter"),fontWeight:Yt.create("--ft-typography-title-2-fontWeight","","UNKNOWN","500"),lineHeight:Yt.create("--ft-typography-title-2-lineHeight","","SIZE","120%"),fontSize:Yt.create("--ft-typography-title-2-fontSize","","SIZE","1.25rem"),letterSpacing:Yt.create("--ft-typography-title-2-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:Yt.create("--ft-typography-title-2-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Yt.create("--ft-typography-title-2-paragraphIndent","","UNKNOWN","0"),textDecoration:Yt.create("--ft-typography-title-2-textDecoration","","UNKNOWN","none"),textCase:Yt.create("--ft-typography-title-2-textCase","","UNKNOWN","none")},"title-3":{fontFamily:Yt.create("--ft-typography-title-3-fontFamily","","UNKNOWN","Inter"),fontWeight:Yt.create("--ft-typography-title-3-fontWeight","","UNKNOWN","500"),lineHeight:Yt.create("--ft-typography-title-3-lineHeight","","SIZE","120%"),fontSize:Yt.create("--ft-typography-title-3-fontSize","","SIZE","1.125rem"),letterSpacing:Yt.create("--ft-typography-title-3-letterSpacing","","SIZE","-0.01em"),paragraphSpacing:Yt.create("--ft-typography-title-3-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Yt.create("--ft-typography-title-3-paragraphIndent","","UNKNOWN","0"),textDecoration:Yt.create("--ft-typography-title-3-textDecoration","","UNKNOWN","none"),textCase:Yt.create("--ft-typography-title-3-textCase","","UNKNOWN","none")},"body-1-regular":{fontFamily:Yt.create("--ft-typography-body-1-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:Yt.create("--ft-typography-body-1-regular-fontWeight","","UNKNOWN","400"),lineHeight:Yt.create("--ft-typography-body-1-regular-lineHeight","","SIZE","135%"),fontSize:Yt.create("--ft-typography-body-1-regular-fontSize","","SIZE","1rem"),letterSpacing:Yt.create("--ft-typography-body-1-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:Yt.create("--ft-typography-body-1-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Yt.create("--ft-typography-body-1-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:Yt.create("--ft-typography-body-1-regular-textDecoration","","UNKNOWN","none"),textCase:Yt.create("--ft-typography-body-1-regular-textCase","","UNKNOWN","none")},"body-1-medium":{fontFamily:Yt.create("--ft-typography-body-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:Yt.create("--ft-typography-body-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:Yt.create("--ft-typography-body-1-medium-lineHeight","","SIZE","135%"),fontSize:Yt.create("--ft-typography-body-1-medium-fontSize","","SIZE","1rem"),letterSpacing:Yt.create("--ft-typography-body-1-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:Yt.create("--ft-typography-body-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Yt.create("--ft-typography-body-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:Yt.create("--ft-typography-body-1-medium-textDecoration","","UNKNOWN","none"),textCase:Yt.create("--ft-typography-body-1-medium-textCase","","UNKNOWN","none")},"body-1-semibold":{fontFamily:Yt.create("--ft-typography-body-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:Yt.create("--ft-typography-body-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:Yt.create("--ft-typography-body-1-semibold-lineHeight","","SIZE","135%"),fontSize:Yt.create("--ft-typography-body-1-semibold-fontSize","","SIZE","1rem"),letterSpacing:Yt.create("--ft-typography-body-1-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:Yt.create("--ft-typography-body-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Yt.create("--ft-typography-body-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:Yt.create("--ft-typography-body-1-semibold-textDecoration","","UNKNOWN","none"),textCase:Yt.create("--ft-typography-body-1-semibold-textCase","","UNKNOWN","none")},"body-2-regular":{fontFamily:Yt.create("--ft-typography-body-2-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:Yt.create("--ft-typography-body-2-regular-fontWeight","","UNKNOWN","400"),lineHeight:Yt.create("--ft-typography-body-2-regular-lineHeight","","SIZE","135%"),fontSize:Yt.create("--ft-typography-body-2-regular-fontSize","","SIZE","0.875rem"),letterSpacing:Yt.create("--ft-typography-body-2-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:Yt.create("--ft-typography-body-2-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Yt.create("--ft-typography-body-2-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:Yt.create("--ft-typography-body-2-regular-textDecoration","","UNKNOWN","none"),textCase:Yt.create("--ft-typography-body-2-regular-textCase","","UNKNOWN","none")},"body-2-medium":{fontFamily:Yt.create("--ft-typography-body-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:Yt.create("--ft-typography-body-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:Yt.create("--ft-typography-body-2-medium-lineHeight","","SIZE","135%"),fontSize:Yt.create("--ft-typography-body-2-medium-fontSize","","SIZE","0.875rem"),letterSpacing:Yt.create("--ft-typography-body-2-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:Yt.create("--ft-typography-body-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Yt.create("--ft-typography-body-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:Yt.create("--ft-typography-body-2-medium-textDecoration","","UNKNOWN","none"),textCase:Yt.create("--ft-typography-body-2-medium-textCase","","UNKNOWN","none")},"body-2-semibold":{fontFamily:Yt.create("--ft-typography-body-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:Yt.create("--ft-typography-body-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:Yt.create("--ft-typography-body-2-semibold-lineHeight","","SIZE","135%"),fontSize:Yt.create("--ft-typography-body-2-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:Yt.create("--ft-typography-body-2-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:Yt.create("--ft-typography-body-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Yt.create("--ft-typography-body-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:Yt.create("--ft-typography-body-2-semibold-textDecoration","","UNKNOWN","none"),textCase:Yt.create("--ft-typography-body-2-semibold-textCase","","UNKNOWN","none")},"label-1-medium":{fontFamily:Yt.create("--ft-typography-label-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:Yt.create("--ft-typography-label-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:Yt.create("--ft-typography-label-1-medium-lineHeight","","SIZE","110%"),fontSize:Yt.create("--ft-typography-label-1-medium-fontSize","","SIZE","0.875rem"),letterSpacing:Yt.create("--ft-typography-label-1-medium-letterSpacing","","SIZE","0.04em"),textCase:Yt.create("--ft-typography-label-1-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:Yt.create("--ft-typography-label-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Yt.create("--ft-typography-label-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:Yt.create("--ft-typography-label-1-medium-textDecoration","","UNKNOWN","none")},"label-1-semibold":{fontFamily:Yt.create("--ft-typography-label-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:Yt.create("--ft-typography-label-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:Yt.create("--ft-typography-label-1-semibold-lineHeight","","SIZE","110%"),fontSize:Yt.create("--ft-typography-label-1-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:Yt.create("--ft-typography-label-1-semibold-letterSpacing","","SIZE","0.04em"),textCase:Yt.create("--ft-typography-label-1-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:Yt.create("--ft-typography-label-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Yt.create("--ft-typography-label-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:Yt.create("--ft-typography-label-1-semibold-textDecoration","","UNKNOWN","none")},"label-1-bold":{fontFamily:Yt.create("--ft-typography-label-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:Yt.create("--ft-typography-label-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:Yt.create("--ft-typography-label-1-bold-lineHeight","","SIZE","110%"),fontSize:Yt.create("--ft-typography-label-1-bold-fontSize","","SIZE","0.875rem"),letterSpacing:Yt.create("--ft-typography-label-1-bold-letterSpacing","","SIZE","0.04em"),textCase:Yt.create("--ft-typography-label-1-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:Yt.create("--ft-typography-label-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Yt.create("--ft-typography-label-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:Yt.create("--ft-typography-label-1-bold-textDecoration","","UNKNOWN","none")},"label-2-medium":{fontFamily:Yt.create("--ft-typography-label-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:Yt.create("--ft-typography-label-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:Yt.create("--ft-typography-label-2-medium-lineHeight","","SIZE","110%"),fontSize:Yt.create("--ft-typography-label-2-medium-fontSize","","SIZE","0.75rem"),letterSpacing:Yt.create("--ft-typography-label-2-medium-letterSpacing","","SIZE","0.04em"),textCase:Yt.create("--ft-typography-label-2-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:Yt.create("--ft-typography-label-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Yt.create("--ft-typography-label-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:Yt.create("--ft-typography-label-2-medium-textDecoration","","UNKNOWN","none")},"label-2-semibold":{fontFamily:Yt.create("--ft-typography-label-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:Yt.create("--ft-typography-label-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:Yt.create("--ft-typography-label-2-semibold-lineHeight","","SIZE","110%"),fontSize:Yt.create("--ft-typography-label-2-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:Yt.create("--ft-typography-label-2-semibold-letterSpacing","","SIZE","0.04em"),textCase:Yt.create("--ft-typography-label-2-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:Yt.create("--ft-typography-label-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Yt.create("--ft-typography-label-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:Yt.create("--ft-typography-label-2-semibold-textDecoration","","UNKNOWN","none")},"label-2-bold":{fontFamily:Yt.create("--ft-typography-label-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:Yt.create("--ft-typography-label-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:Yt.create("--ft-typography-label-2-bold-lineHeight","","SIZE","110%"),fontSize:Yt.create("--ft-typography-label-2-bold-fontSize","","SIZE","0.75rem"),letterSpacing:Yt.create("--ft-typography-label-2-bold-letterSpacing","","SIZE","0.04em"),textCase:Yt.create("--ft-typography-label-2-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:Yt.create("--ft-typography-label-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Yt.create("--ft-typography-label-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:Yt.create("--ft-typography-label-2-bold-textDecoration","","UNKNOWN","none")},"caption-1-medium":{fontFamily:Yt.create("--ft-typography-caption-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:Yt.create("--ft-typography-caption-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:Yt.create("--ft-typography-caption-1-medium-lineHeight","","SIZE","130%"),fontSize:Yt.create("--ft-typography-caption-1-medium-fontSize","","SIZE","0.75rem"),letterSpacing:Yt.create("--ft-typography-caption-1-medium-letterSpacing","","SIZE","normal"),textCase:Yt.create("--ft-typography-caption-1-medium-textCase","","UNKNOWN","none"),paragraphSpacing:Yt.create("--ft-typography-caption-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Yt.create("--ft-typography-caption-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:Yt.create("--ft-typography-caption-1-medium-textDecoration","","UNKNOWN","none")},"caption-1-semibold":{fontFamily:Yt.create("--ft-typography-caption-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:Yt.create("--ft-typography-caption-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:Yt.create("--ft-typography-caption-1-semibold-lineHeight","","SIZE","130%"),fontSize:Yt.create("--ft-typography-caption-1-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:Yt.create("--ft-typography-caption-1-semibold-letterSpacing","","SIZE","normal"),textCase:Yt.create("--ft-typography-caption-1-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:Yt.create("--ft-typography-caption-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Yt.create("--ft-typography-caption-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:Yt.create("--ft-typography-caption-1-semibold-textDecoration","","UNKNOWN","none")},"caption-1-bold":{fontFamily:Yt.create("--ft-typography-caption-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:Yt.create("--ft-typography-caption-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:Yt.create("--ft-typography-caption-1-bold-lineHeight","","SIZE","130%"),fontSize:Yt.create("--ft-typography-caption-1-bold-fontSize","","SIZE","0.75rem"),letterSpacing:Yt.create("--ft-typography-caption-1-bold-letterSpacing","","SIZE","normal"),textCase:Yt.create("--ft-typography-caption-1-bold-textCase","","UNKNOWN","none"),paragraphSpacing:Yt.create("--ft-typography-caption-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Yt.create("--ft-typography-caption-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:Yt.create("--ft-typography-caption-1-bold-textDecoration","","UNKNOWN","none")},"caption-2-medium":{fontFamily:Yt.create("--ft-typography-caption-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:Yt.create("--ft-typography-caption-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:Yt.create("--ft-typography-caption-2-medium-lineHeight","","SIZE","130%"),fontSize:Yt.create("--ft-typography-caption-2-medium-fontSize","","SIZE","0.6875rem"),letterSpacing:Yt.create("--ft-typography-caption-2-medium-letterSpacing","","SIZE","normal"),textCase:Yt.create("--ft-typography-caption-2-medium-textCase","","UNKNOWN","none"),paragraphSpacing:Yt.create("--ft-typography-caption-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Yt.create("--ft-typography-caption-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:Yt.create("--ft-typography-caption-2-medium-textDecoration","","UNKNOWN","none")},"caption-2-semibold":{fontFamily:Yt.create("--ft-typography-caption-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:Yt.create("--ft-typography-caption-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:Yt.create("--ft-typography-caption-2-semibold-lineHeight","","SIZE","130%"),fontSize:Yt.create("--ft-typography-caption-2-semibold-fontSize","","SIZE","0.6875rem"),letterSpacing:Yt.create("--ft-typography-caption-2-semibold-letterSpacing","","SIZE","normal"),textCase:Yt.create("--ft-typography-caption-2-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:Yt.create("--ft-typography-caption-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Yt.create("--ft-typography-caption-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:Yt.create("--ft-typography-caption-2-semibold-textDecoration","","UNKNOWN","none")},"caption-2-bold":{fontFamily:Yt.create("--ft-typography-caption-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:Yt.create("--ft-typography-caption-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:Yt.create("--ft-typography-caption-2-bold-lineHeight","","SIZE","130%"),fontSize:Yt.create("--ft-typography-caption-2-bold-fontSize","","SIZE","0.6875rem"),letterSpacing:Yt.create("--ft-typography-caption-2-bold-letterSpacing","","SIZE","normal"),textCase:Yt.create("--ft-typography-caption-2-bold-textCase","","UNKNOWN","none"),paragraphSpacing:Yt.create("--ft-typography-caption-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Yt.create("--ft-typography-caption-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:Yt.create("--ft-typography-caption-2-bold-textDecoration","","UNKNOWN","none")},"caption-3-medium":{fontFamily:Yt.create("--ft-typography-caption-3-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:Yt.create("--ft-typography-caption-3-medium-fontWeight","","UNKNOWN","500"),lineHeight:Yt.create("--ft-typography-caption-3-medium-lineHeight","","SIZE","130%"),fontSize:Yt.create("--ft-typography-caption-3-medium-fontSize","","SIZE","0.625rem"),letterSpacing:Yt.create("--ft-typography-caption-3-medium-letterSpacing","","SIZE","normal"),textCase:Yt.create("--ft-typography-caption-3-medium-textCase","","UNKNOWN","none"),paragraphSpacing:Yt.create("--ft-typography-caption-3-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Yt.create("--ft-typography-caption-3-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:Yt.create("--ft-typography-caption-3-medium-textDecoration","","UNKNOWN","none")},"caption-3-semibold":{fontFamily:Yt.create("--ft-typography-caption-3-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:Yt.create("--ft-typography-caption-3-semibold-fontWeight","","UNKNOWN","600"),lineHeight:Yt.create("--ft-typography-caption-3-semibold-lineHeight","","SIZE","130%"),fontSize:Yt.create("--ft-typography-caption-3-semibold-fontSize","","SIZE","0.625rem"),letterSpacing:Yt.create("--ft-typography-caption-3-semibold-letterSpacing","","SIZE","normal"),textCase:Yt.create("--ft-typography-caption-3-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:Yt.create("--ft-typography-caption-3-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Yt.create("--ft-typography-caption-3-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:Yt.create("--ft-typography-caption-3-semibold-textDecoration","","UNKNOWN","none")},"caption-3-bold":{fontFamily:Yt.create("--ft-typography-caption-3-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:Yt.create("--ft-typography-caption-3-bold-fontWeight","","UNKNOWN","700"),lineHeight:Yt.create("--ft-typography-caption-3-bold-lineHeight","","SIZE","130%"),fontSize:Yt.create("--ft-typography-caption-3-bold-fontSize","","SIZE","0.625rem"),letterSpacing:Yt.create("--ft-typography-caption-3-bold-letterSpacing","","SIZE","normal"),textCase:Yt.create("--ft-typography-caption-3-bold-textCase","","UNKNOWN","none"),paragraphSpacing:Yt.create("--ft-typography-caption-3-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Yt.create("--ft-typography-caption-3-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:Yt.create("--ft-typography-caption-3-bold-textDecoration","","UNKNOWN","none")}},Vt={backgroundActionPrimary:Yt.extend("--ft-background-action-primary","Used as backgorund of primary action components.",qt.colorBrand0),backgroundErrorPrimary:Yt.extend("--ft-background-error-primary","Used as background of error components.",qt.colorRed0),backgroundErrorSubtle:Yt.extend("--ft-background-error-subtle","Used as background of subtle error components.",qt.colorRed10),backgroundInfoPrimary:Yt.extend("--ft-background-info-primary","Used as background of information components.",qt.colorCyan200),backgroundInfoSubtle:Yt.extend("--ft-background-info-subtle","Used as background of subtle information components.",qt.colorCyan10),backgroundWarningPrimary:Yt.extend("--ft-background-warning-primary","Used as background of warning components.",qt.colorOrange300),backgroundWarningSubtle:Yt.extend("--ft-background-warning-subtle","Used as background of subtle information components.",qt.colorOrange10),backgroundSuccessPrimary:Yt.extend("--ft-background-success-primary","Used as background of success components.",qt.colorGreen200),backgroundSuccessSubtle:Yt.extend("--ft-background-success-subtle","Used as background of subtle success components.",qt.colorGreen10),backgroundGlobalSurface:Yt.extend("--ft-background-global-surface","Used as app background.",qt.colorWhite),backgroundGlobalOnSurface:Yt.extend("--ft-background-global-on-surface","Used as background on element on the base background, like cards.",qt.colorGray10),backgroundGlobalOnSurfaceDark:Yt.extend("--ft-background-global-on-surface-dark","Used as background on element that need background separation.",qt.colorGray30),contentActionPrimary:Yt.extend("--ft-content-action-primary","Used on label of primary action on light surface.",qt.colorBrand0),contentWarningPrimary:Yt.extend("--ft-content-warning-primary","Used on label of warning messages on light surface.",qt.colorOrange300),contentWarningIconOnly:Yt.extend("--ft-content-warning-icon-only","Used on warning status icons alone",qt.colorOrange0),contentErrorPrimary:Yt.extend("--ft-content-error-primary","Used on label of error messages on light surface.",qt.colorRed0),contentErrorIconOnly:Yt.extend("--ft-content-error-icon-only","Used on error status icons alone",qt.colorRed0),contentInfoPrimary:Yt.extend("--ft-content-info-primary","Used on label of information messages on light surface.",qt.colorCyan200),contentInfoIconOnly:Yt.extend("--ft-content-info-icon-only","Used on info status icons alone",qt.colorCyan0),contentSuccessPrimary:Yt.extend("--ft-content-success-primary","Used on label of success messages on light surface.",qt.colorGreen200),contentSuccessIconOnly:Yt.extend("--ft-content-success-icon-only","Used on success status icons alone",qt.colorGreen0),contentGlobalPrimary:Yt.extend("--ft-content-global-primary","Used for main content on the page.",qt.colorGray500),contentGlobalSecondary:Yt.extend("--ft-content-global-secondary","Used for secondary content, often paired with primary content.\nAlso for action icons.",qt.colorGray200),contentGlobalSubtle:Yt.extend("--ft-content-global-subtle","Used for placeholder, unselected items in a tab component or breadcrumb.",qt.colorGray0),contentGlobalOnColor:Yt.extend("--ft-content-global-on-color","Used for content on a dominant color.",qt.colorWhite),borderActionPrimary:Yt.extend("--ft-border-action-primary","Used as border for primary action components.",qt.colorBrand0),borderActionFocusRing:Yt.extend("--ft-border-action-focus-ring","Focus ring is an additional border to indicate focus-visible state.",qt.colorCyan0),borderWarningPrimary:Yt.extend("--ft-border-warning-primary","Used as border for text fields in warning state and for buttons in warning color",qt.colorOrange300),borderWarningSubtle:Yt.extend("--ft-border-warning-subtle","Used as border for warning components.",qt.colorOrange30),borderSuccessPrimary:Yt.extend("--ft-border-success-primary","Used as border for success buttons.",qt.colorGreen200),borderSuccessSubtle:Yt.extend("--ft-border-success-subtle","Used as border for success components.",qt.colorGreen30),borderErrorPrimary:Yt.extend("--ft-border-error-primary","Used as border for text fields in error states.",qt.colorRed0),borderErrorSubtle:Yt.extend("--ft-border-error-subtle","Used as border for error components.",qt.colorRed30),borderInfoPrimary:Yt.extend("--ft-border-info-primary","Used as border for buttons in info color.",qt.colorCyan200),borderInfoSubtle:Yt.extend("--ft-border-info-subtle","Used as border for information components.",qt.colorCyan30),borderGlobalPrimary:Yt.extend("--ft-border-global-primary","Used as border for element like input.",qt.colorGray50),borderGlobalSubtle:Yt.extend("--ft-border-global-subtle","Used as border to deliminate an area filled with background.on-surface and separators.",qt.colorGray30),borderInputPrimary:Yt.extend("--ft-border-input-primary","Used as border for checkboxes and radio buttons",qt.colorGray80)};Yt.create("--ft-button-large-height","","SIZE","40px"),Yt.extend("--ft-button-large-horizontal-padding","",qt.spacing4),Yt.extend("--ft-button-large-gap","",qt.spacing2),Yt.extend("--ft-button-large-border-radius","",qt.borderRadiusS),Yt.extend("--ft-button-large-icon-size","",qt.iconSize3),Yt.create("--ft-button-large-border-width","","SIZE","1px"),Yt.create("--ft-button-large-focus-outline-offset","","SIZE","2px"),Yt.create("--ft-button-large-focus-outline-width","","SIZE","2px"),Yt.create("--ft-button-large-icon-only-width","","SIZE","40px"),Yt.create("--ft-button-small-height","","SIZE","30px"),Yt.extend("--ft-button-small-horizontal-padding","",qt.spacing3),Yt.extend("--ft-button-small-gap","",qt.spacing2),Yt.extend("--ft-button-small-border-radius","",qt.borderRadiusS),Yt.extend("--ft-button-small-icon-size","",qt.iconSize2),Yt.create("--ft-button-small-border-width","","SIZE","1px"),Yt.create("--ft-button-small-focus-outline-offset","","SIZE","2px"),Yt.create("--ft-button-small-focus-outline-width","","SIZE","2px"),Yt.create("--ft-button-small-icon-only-width","","SIZE","30px"),Yt.extend("--ft-button-primary-background-color","",Vt.backgroundActionPrimary),Yt.extend("--ft-button-primary-color","",Vt.contentGlobalOnColor),Yt.extend("--ft-button-primary-icon-color","",Vt.contentGlobalOnColor),Yt.extend("--ft-button-primary-state-layer-color","",Vt.contentGlobalOnColor),Yt.extend("--ft-button-primary-state-layer-opacity-hover","",qt.opacity16),Yt.extend("--ft-button-primary-state-layer-opacity-focus","",qt.opacity16),Yt.extend("--ft-button-primary-state-layer-opacity-active","",qt.opacity24),Yt.extend("--ft-button-primary-component-opacity-disabled","",qt.opacity40),Yt.extend("--ft-button-focus-focus-ring-color","",Vt.borderActionFocusRing),Yt.create("--ft-button-tertiary-background-color","","COLOR","rgba(0,0,0,0)"),Yt.extend("--ft-button-tertiary-color","",Vt.contentActionPrimary),Yt.extend("--ft-button-tertiary-icon-color","",Vt.contentActionPrimary),Yt.extend("--ft-button-tertiary-state-layer-color","",Vt.contentActionPrimary),Yt.extend("--ft-button-tertiary-state-layer-opacity-hover","",qt.opacity8),Yt.extend("--ft-button-tertiary-state-layer-opacity-focus","",qt.opacity8),Yt.extend("--ft-button-tertiary-state-layer-opacity-active","",qt.opacity16),Yt.extend("--ft-button-tertiary-component-opacity-disabled","",qt.opacity40),Yt.create("--ft-button-secondary-background-color","","COLOR","rgba(0,0,0,0)"),Yt.extend("--ft-button-secondary-color","",Vt.contentActionPrimary),Yt.extend("--ft-button-secondary-icon-color","",Vt.contentActionPrimary),Yt.extend("--ft-button-secondary-state-layer-color","",Vt.contentActionPrimary),Yt.extend("--ft-button-secondary-state-layer-opacity-hover","",qt.opacity8),Yt.extend("--ft-button-secondary-state-layer-opacity-focus","",qt.opacity8),Yt.extend("--ft-button-secondary-state-layer-opacity-active","",qt.opacity16),Yt.extend("--ft-button-secondary-component-opacity-disabled","",qt.opacity40),Yt.extend("--ft-button-secondary-border-color","",Vt.borderActionPrimary),Yt.create("--ft-button-neutral-background-color","","COLOR","rgba(0,0,0,0)"),Yt.extend("--ft-button-neutral-icon-color","",Vt.contentGlobalSecondary),Yt.extend("--ft-button-neutral-color","",Vt.contentGlobalSecondary),Yt.extend("--ft-button-neutral-state-layer-color","",Vt.contentGlobalSecondary),Yt.extend("--ft-button-neutral-state-layer-opacity-hover","",qt.opacity8),Yt.extend("--ft-button-neutral-state-layer-opacity-focus","",qt.opacity8),Yt.extend("--ft-button-neutral-state-layer-opacity-active","",qt.opacity16),Yt.extend("--ft-button-neutral-component-opacity-disabled","",qt.opacity40),Yt.extend("--ft-floating-menu-horizontal-padding","",qt.spacing4),Yt.extend("--ft-floating-menu-vertical-padding","",qt.spacing4),Yt.extend("--ft-floating-menu-off-icon-color","",Vt.contentGlobalPrimary),Yt.extend("--ft-floating-menu-off-color","",Vt.contentGlobalPrimary),Yt.extend("--ft-floating-menu-on-color","",Vt.contentActionPrimary),Yt.extend("--ft-floating-menu-on-icon-color","",Vt.contentActionPrimary),Yt.extend("--ft-floating-menu-on-state-layer-color","",Vt.contentActionPrimary),Yt.extend("--ft-floating-menu-gap","",qt.spacing3),Yt.extend("--ft-floating-menu-focus-focus-ring-color","",Vt.borderActionFocusRing),Yt.create("--ft-floating-menu-focus-outline-width","","SIZE","3px"),Yt.extend("--ft-floating-menu-state-layer-opacity-hover","",qt.opacity8),Yt.extend("--ft-floating-menu-state-layer-opacity-active","",qt.opacity16),Yt.extend("--ft-floating-menu-state-layer-opacity-focus","",qt.opacity8),Yt.extend("--ft-floating-menu-component-opacity-disabled","",qt.opacity40),Yt.extend("--ft-floating-menu-icon-size","",qt.iconSize3),Yt.extend("--ft-floating-menu-background-color","",Vt.backgroundGlobalOnSurface),Yt.extend("--ft-tabs-top-left-border-radius","",qt.borderRadiusS),Yt.extend("--ft-tabs-top-right-border-radius","",qt.borderRadiusS),Yt.extend("--ft-tabs-label-horizontal-padding","",qt.spacing4),Yt.extend("--ft-tabs-label-vertical-padding","",qt.spacing3),Yt.extend("--ft-tabs-label-gap","",qt.spacing1),Yt.extend("--ft-tabs-icon-horizontal-padding","",qt.spacing1),Yt.extend("--ft-tabs-icon-vertical-padding","",qt.spacing4),Yt.create("--ft-tabs-focus-outline-width","","SIZE","2px"),Yt.extend("--ft-tabs-focus-focus-ring-color","",Vt.borderActionFocusRing),Yt.extend("--ft-tabs-off-state-layer-opacity-hover","",qt.opacity8),Yt.extend("--ft-tabs-off-state-layer-opacity-focus","",qt.opacity8),Yt.extend("--ft-tabs-off-state-layer-opacity-active","",qt.opacity16),Yt.extend("--ft-tabs-off-component-opacity-disabled","",qt.opacity40),Yt.extend("--ft-tabs-off-color","",Vt.contentGlobalSubtle),Yt.extend("--ft-tabs-off-state-layer-color","",Vt.contentGlobalSubtle),Yt.extend("--ft-tabs-on-state-layer-opacity-hover","",qt.opacity8),Yt.extend("--ft-tabs-on-state-layer-opacity-focus","",qt.opacity8),Yt.extend("--ft-tabs-on-state-layer-opacity-active","",qt.opacity16),Yt.extend("--ft-tabs-on-component-opacity-disabled","",qt.opacity40),Yt.extend("--ft-tabs-on-color","",Vt.contentActionPrimary),Yt.extend("--ft-tabs-on-state-layer-color","",Vt.contentActionPrimary),Yt.extend("--ft-collapsible-state-layer-opacity-hover","",qt.opacity8),Yt.extend("--ft-collapsible-state-layer-opacity-focus","",qt.opacity8),Yt.extend("--ft-collapsible-state-layer-opacity-active","",qt.opacity16),Yt.extend("--ft-collapsible-component-opacity-disabled","",qt.opacity40),Yt.extend("--ft-collapsible-horizontal-padding","",qt.spacing4),Yt.extend("--ft-collapsible-vertical-padding","",qt.spacing3),Yt.create("--ft-collapsible-focus-outline-width","","SIZE","3px"),Yt.extend("--ft-collapsible-focus-focus-ring-color","",Vt.borderActionFocusRing),Yt.extend("--ft-collapsible-color","",Vt.contentGlobalPrimary),Yt.extend("--ft-collapsible-state-layer-color","",Vt.contentGlobalPrimary),Yt.extend("--ft-collapsible-background-color","",Vt.backgroundGlobalOnSurface),Yt.extend("--ft-collapsible-border-color","",Vt.borderGlobalSubtle),Yt.extend("--ft-collapsible-icon-size","",qt.iconSize3),Yt.extend("--ft-switch-group-horizontal-padding","",qt.spacing1),Yt.extend("--ft-switch-group-vertical-padding","",qt.spacing1),Yt.extend("--ft-switch-group-gap","",qt.spacing1),Yt.extend("--ft-switch-group-background-color","",Vt.backgroundGlobalSurface),Yt.extend("--ft-switch-group-border-color","",Vt.borderGlobalSubtle),Yt.create("--ft-switch-group-border-radius","","SIZE","6px"),Yt.extend("--ft-switch-label-horizontal-padding","",qt.spacing2),Yt.extend("--ft-switch-label-vertical-padding","",qt.spacing1),Yt.extend("--ft-switch-icon-horizontal-padding","",qt.spacing1),Yt.extend("--ft-switch-icon-vertical-padding","",qt.spacing1),Yt.create("--ft-switch-focus-outline-width","","SIZE","2px"),Yt.extend("--ft-switch-focus-focus-ring-color","",Vt.borderActionFocusRing),Yt.extend("--ft-switch-option-border-radius","",qt.borderRadiusS),Yt.extend("--ft-switch-off-state-layer-opacity-hover","",qt.opacity8),Yt.extend("--ft-switch-off-state-layer-opacity-focus","",qt.opacity8),Yt.extend("--ft-switch-off-state-layer-opacity-active","",qt.opacity16),Yt.extend("--ft-switch-off-component-opacity-disabled","",qt.opacity40),Yt.extend("--ft-switch-off-color","",Vt.contentGlobalSubtle),Yt.extend("--ft-switch-off-state-layer-color","",Vt.contentGlobalSubtle),Yt.extend("--ft-switch-on-state-layer-opacity-hover","",qt.opacity8),Yt.extend("--ft-switch-on-state-layer-opacity-focus","",qt.opacity8),Yt.extend("--ft-switch-on-state-layer-opacity-active","",qt.opacity16),Yt.extend("--ft-switch-on-component-opacity-disabled","",qt.opacity40),Yt.extend("--ft-switch-on-color","",Vt.contentActionPrimary),Yt.extend("--ft-switch-on-state-layer-color","",Vt.contentActionPrimary),Yt.extend("--ft-chart-1-light","for area color charts",qt.colorBrand40),Yt.extend("--ft-chart-1-base","for line charts",qt.colorBrand0),Yt.extend("--ft-chart-2-light","for area color charts",qt.colorYellow60),Yt.extend("--ft-chart-2-base","for line charts",qt.colorYellow100),Yt.extend("--ft-chart-3-light","",qt.colorUltramarine40),Yt.extend("--ft-chart-3-base","",qt.colorUltramarine70),Yt.extend("--ft-chart-4-light","",qt.colorCyan50),Yt.extend("--ft-chart-4-base","",qt.colorCyan100),Yt.extend("--ft-chart-5-light","",qt.colorRed40),Yt.extend("--ft-chart-5-base","",qt.colorRed60),Yt.extend("--ft-chart-6-light","",qt.colorGreen40),Yt.extend("--ft-chart-6-base","",qt.colorGreen70),Yt.extend("--ft-chart-7-light","",qt.colorOrange70),Yt.extend("--ft-chart-7-base","",qt.colorOrange100),Yt.extend("--ft-chart-8-light","",qt.colorAvocado70),Yt.extend("--ft-chart-8-base","",qt.colorAvocado200),Yt.extend("--ft-chart-9-light","",qt.colorBrown50),Yt.extend("--ft-chart-9-base","",qt.colorBrown200),Yt.extend("--ft-chart-10-light","",qt.colorGray50),Yt.extend("--ft-chart-10-base","",qt.colorGray80),Yt.extend("--ft-chart-monochrome-10","",qt.colorBrand10),Yt.extend("--ft-chart-monochrome-20","",qt.colorBrand20),Yt.extend("--ft-chart-monochrome-30","",qt.colorBrand40),Yt.extend("--ft-chart-monochrome-40","",qt.colorBrand60),Yt.extend("--ft-chart-monochrome-50","",qt.colorBrand0),Yt.extend("--ft-chart-monochrome-60","",qt.colorBrand200),Yt.extend("--ft-chip-large-horizontal-padding","",qt.spacing4),Yt.extend("--ft-chip-large-vertical-padding","",qt.spacing2),Yt.extend("--ft-chip-large-gap","",qt.spacing1),Yt.create("--ft-chip-large-focus-outline-offset","","SIZE","2px"),Yt.create("--ft-chip-large-focus-outline-width","","SIZE","2px"),Yt.extend("--ft-chip-large-border-radius","",qt.borderRadiusPill),Yt.create("--ft-chip-large-border-width","","SIZE","1px"),Yt.extend("--ft-chip-large-icon-size","",qt.iconSize3),Yt.extend("--ft-chip-medium-horizontal-padding","",qt.spacing3),Yt.extend("--ft-chip-medium-vertical-padding","",qt.spacing1),Yt.extend("--ft-chip-medium-gap","",qt.spacing1),Yt.create("--ft-chip-medium-focus-outline-offset","","SIZE","2px"),Yt.create("--ft-chip-medium-focus-outline-width","","SIZE","2px"),Yt.extend("--ft-chip-medium-border-radius","",qt.borderRadiusPill),Yt.create("--ft-chip-medium-border-width","","SIZE","1px"),Yt.extend("--ft-chip-medium-icon-size","",qt.iconSize2),Yt.extend("--ft-chip-small-horizontal-padding","",qt.spacing2),Yt.extend("--ft-chip-small-vertical-padding","",qt.spacing05),Yt.extend("--ft-chip-small-gap","",qt.spacing1),Yt.create("--ft-chip-small-focus-outline-offset","","SIZE","2px"),Yt.create("--ft-chip-small-focus-outline-width","","SIZE","2px"),Yt.extend("--ft-chip-small-border-radius","",qt.borderRadiusPill),Yt.create("--ft-chip-small-border-width","","SIZE","1px"),Yt.extend("--ft-chip-small-icon-size","",qt.iconSize1),Yt.extend("--ft-chip-neutral-background-color","",Vt.backgroundGlobalOnSurface),Yt.extend("--ft-chip-neutral-color","",Vt.contentGlobalPrimary),Yt.extend("--ft-chip-neutral-border-color","",Vt.borderGlobalSubtle),Yt.extend("--ft-chip-info-background-color","",Vt.backgroundInfoSubtle),Yt.extend("--ft-chip-info-color","",Vt.contentInfoPrimary),Yt.extend("--ft-chip-info-border-color","",Vt.borderInfoSubtle),Yt.extend("--ft-chip-success-background-color","",Vt.backgroundSuccessSubtle),Yt.extend("--ft-chip-success-color","",Vt.contentSuccessPrimary),Yt.extend("--ft-chip-success-border-color","",Vt.borderSuccessSubtle),Yt.extend("--ft-chip-warning-background-color","",Vt.backgroundWarningSubtle),Yt.extend("--ft-chip-warning-color","",Vt.contentWarningPrimary),Yt.extend("--ft-chip-warning-border-color","",Vt.borderWarningSubtle),Yt.extend("--ft-chip-error-background-color","",Vt.backgroundErrorSubtle),Yt.extend("--ft-chip-error-color","",Vt.contentErrorPrimary),Yt.extend("--ft-chip-error-border-color","",Vt.borderErrorSubtle),Yt.create("--ft-notice-border-width","","SIZE","1px"),Yt.extend("--ft-notice-horizontal-padding","",qt.spacing2),Yt.extend("--ft-notice-vertical-padding","",qt.spacing1),Yt.extend("--ft-notice-border-radius","",qt.borderRadiusS),Yt.extend("--ft-notice-gap","",qt.spacing2),Yt.extend("--ft-notice-icon-size","",qt.iconSize3),Yt.extend("--ft-notice-info-background-color","",Vt.backgroundInfoSubtle),Yt.extend("--ft-notice-info-border-color","",Vt.borderInfoSubtle),Yt.extend("--ft-notice-info-color","",Vt.contentInfoPrimary),Yt.extend("--ft-notice-warning-background-color","",Vt.backgroundWarningSubtle),Yt.extend("--ft-notice-warning-border-color","",Vt.borderWarningSubtle),Yt.extend("--ft-notice-warning-color","",Vt.contentWarningPrimary),Yt.extend("--ft-checkbox-label-color","",Vt.contentGlobalPrimary),Yt.extend("--ft-checkbox-checked-background-color","",Vt.contentActionPrimary),Yt.extend("--ft-checkbox-checked-state-layer-color","",Vt.contentActionPrimary),Yt.extend("--ft-checkbox-checked-color","",Vt.contentGlobalOnColor),Yt.extend("--ft-checkbox-checked-state-layer-opacity-hover","",qt.opacity16),Yt.extend("--ft-checkbox-checked-state-layer-opacity-focus","",qt.opacity16),Yt.extend("--ft-checkbox-checked-state-layer-opacity-active","",qt.opacity24),Yt.extend("--ft-checkbox-checked-component-opacity-disabled","",qt.opacity40),Yt.extend("--ft-checkbox-unchecked-border-color","",qt.colorGray80),Yt.extend("--ft-checkbox-unchecked-state-layer-color","",qt.colorGray80),Yt.extend("--ft-checkbox-unchecked-state-layer-opacity-hover","",qt.opacity16),Yt.extend("--ft-checkbox-unchecked-state-layer-opacity-focus","",qt.opacity16),Yt.extend("--ft-checkbox-unchecked-state-layer-opacity-active","",qt.opacity24),Yt.extend("--ft-checkbox-unchecked-component-opacity-disabled","",qt.opacity40),Yt.extend("--ft-checkbox-focus-focus-ring-color","",Vt.borderActionFocusRing),Yt.create("--ft-checkbox-focus-outline-offset","","SIZE","3px"),Yt.create("--ft-checkbox-focus-outline-width","","SIZE","2px"),Yt.extend("--ft-checkbox-gap","",qt.spacing3),Yt.extend("--ft-toggle-off-state-layer-opacity-hover","",qt.opacity16),Yt.extend("--ft-toggle-off-state-layer-opacity-focus","",qt.opacity16),Yt.extend("--ft-toggle-off-state-layer-opacity-active","",qt.opacity24),Yt.extend("--ft-toggle-off-component-opacity-disabled","",qt.opacity40),Yt.extend("--ft-toggle-off-background-color","",Vt.contentGlobalSubtle),Yt.extend("--ft-toggle-off-icon-color","",Vt.contentGlobalSubtle),Yt.extend("--ft-toggle-off-state-layer-color","",Vt.contentGlobalSubtle),Yt.extend("--ft-toggle-on-state-layer-opacity-hover","",qt.opacity16),Yt.extend("--ft-toggle-on-state-layer-opacity-focus","",qt.opacity16),Yt.extend("--ft-toggle-on-state-layer-opacity-active","",qt.opacity24),Yt.extend("--ft-toggle-on-component-opacity-disabled","",qt.opacity40),Yt.extend("--ft-toggle-on-background-color","",Vt.contentActionPrimary),Yt.extend("--ft-toggle-on-icon-color","",Vt.contentActionPrimary),Yt.extend("--ft-toggle-on-state-layer-color","",Vt.contentActionPrimary),Yt.extend("--ft-toggle-label-color","",Vt.contentGlobalPrimary),Yt.extend("--ft-toggle-focus-focus-ring-color","",Vt.borderActionFocusRing),Yt.extend("--ft-toggle-gap","",qt.spacing3),Yt.extend("--ft-radio-label-color","",Vt.contentGlobalPrimary),Yt.extend("--ft-radio-selected-color","",Vt.contentActionPrimary),Yt.extend("--ft-radio-selected-state-layer-color","",Vt.contentActionPrimary),Yt.extend("--ft-radio-selected-state-layer-opacity-hover","",qt.opacity16),Yt.extend("--ft-radio-selected-state-layer-opacity-focus","",qt.opacity16),Yt.extend("--ft-radio-selected-state-layer-opacity-active","",qt.opacity24),Yt.extend("--ft-radio-selected-component-opacity-disabled","",qt.opacity40),Yt.extend("--ft-radio-unselected-state-layer-color","",qt.colorGray80),Yt.extend("--ft-radio-unselected-state-layer-opacity-hover","",qt.opacity16),Yt.extend("--ft-radio-unselected-state-layer-opacity-focus","",qt.opacity16),Yt.extend("--ft-radio-unselected-state-layer-opacity-active","",qt.opacity24),Yt.extend("--ft-radio-unselected-component-opacity-disabled","",qt.opacity40),Yt.extend("--ft-radio-focus-focus-ring-color","",Vt.borderActionFocusRing),Yt.create("--ft-radio-focus-outline-offset","","SIZE","3px"),Yt.create("--ft-radio-focus-outline-width","","SIZE","2px"),Yt.extend("--ft-radio-gap","",qt.spacing3),Yt.extend("--ft-notification-icon-size","",qt.iconSize4),Yt.extend("--ft-notification-horizontal-padding","",qt.spacing4),Yt.extend("--ft-notification-vertical-padding","",qt.spacing4),Yt.extend("--ft-notification-info-background-color","",Vt.backgroundInfoSubtle),Yt.extend("--ft-notification-info-color","",Vt.contentInfoPrimary),Yt.extend("--ft-notification-info-border-color","",Vt.borderInfoSubtle),Yt.extend("--ft-notification-success-background-color","",Vt.backgroundSuccessSubtle),Yt.extend("--ft-notification-success-color","",Vt.contentSuccessPrimary),Yt.extend("--ft-notification-success-border-color","",Vt.borderSuccessSubtle),Yt.extend("--ft-notification-warning-background-color","",Vt.backgroundWarningSubtle),Yt.extend("--ft-notification-warning-color","",Vt.contentWarningPrimary),Yt.extend("--ft-notification-warning-border-color","",Vt.borderWarningSubtle),Yt.extend("--ft-notification-error-background-color","",Vt.backgroundErrorSubtle),Yt.extend("--ft-notification-error-color","",Vt.contentErrorPrimary),Yt.extend("--ft-notification-error-border-color","",Vt.borderErrorSubtle),Yt.extend("--ft-notification-border-radius","",qt.borderRadiusPill),Yt.create("--ft-notification-border-width","","SIZE","1px"),Yt.extend("--ft-notification-gap-leading","",qt.spacing2),Yt.extend("--ft-notification-gap-trailing","",qt.spacing8),Yt.extend("--ft-tooltip-horizontal-padding","",qt.spacing2),Yt.extend("--ft-tooltip-vertical-padding","",qt.spacing2),Yt.extend("--ft-tooltip-border-radius","",qt.borderRadiusS),Yt.extend("--ft-tooltip-label","",Vt.contentGlobalOnColor),Yt.extend("--ft-tooltip-background","",Vt.contentGlobalPrimary),Yt.extend("--ft-tooltip-background-opacity","",qt.opacity80),Yt.extend("--ft-tooltip-shadow","",qt.shadowElevation03);const Jt=o.FtCssVariableFactory.extend("--ft-typography-font-family","",o.designSystemVariables.titleFont),Qt=o.FtCssVariableFactory.extend("--ft-typography-font-family","",o.designSystemVariables.contentFont),to={fontFamily:Qt,fontSize:o.FtCssVariableFactory.create("--ft-typography-font-size","","SIZE","16px"),fontWeight:o.FtCssVariableFactory.create("--ft-typography-font-weight","","UNKNOWN","normal"),letterSpacing:o.FtCssVariableFactory.create("--ft-typography-letter-spacing","","SIZE","0.496px"),lineHeight:o.FtCssVariableFactory.create("--ft-typography-line-height","","NUMBER","1.5"),textTransform:o.FtCssVariableFactory.create("--ft-typography-text-transform","","UNKNOWN","inherit")},oo=o.FtCssVariableFactory.extend("--ft-typography-title-font-family","",Jt),eo=o.FtCssVariableFactory.extend("--ft-typography-title-font-size","",to.fontSize,"20px"),ao=o.FtCssVariableFactory.extend("--ft-typography-title-font-weight","",to.fontWeight,"normal"),ro=o.FtCssVariableFactory.extend("--ft-typography-title-letter-spacing","",to.letterSpacing,"0.15px"),io=o.FtCssVariableFactory.extend("--ft-typography-title-line-height","",to.lineHeight,"1.2"),no=o.FtCssVariableFactory.extend("--ft-typography-title-text-transform","",to.textTransform,"inherit"),lo=o.FtCssVariableFactory.extend("--ft-typography-title-dense-font-family","",Jt),po=o.FtCssVariableFactory.extend("--ft-typography-title-dense-font-size","",to.fontSize,"14px"),co=o.FtCssVariableFactory.extend("--ft-typography-title-dense-font-weight","",to.fontWeight,"normal"),so=o.FtCssVariableFactory.extend("--ft-typography-title-dense-letter-spacing","",to.letterSpacing,"0.105px"),fo=o.FtCssVariableFactory.extend("--ft-typography-title-dense-line-height","",to.lineHeight,"1.7"),ho=o.FtCssVariableFactory.extend("--ft-typography-title-dense-text-transform","",to.textTransform,"inherit"),go=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-family","",Qt),yo=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-size","",to.fontSize,"16px"),bo=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-weight","",to.fontWeight,"600"),mo=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-letter-spacing","",to.letterSpacing,"0.144px"),uo=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-line-height","",to.lineHeight,"1.5"),xo=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-text-transform","",to.textTransform,"inherit"),Oo=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-family","",Qt),No=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-size","",to.fontSize,"14px"),vo=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-weight","",to.fontWeight,"normal"),So=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-letter-spacing","",to.letterSpacing,"0.098px"),wo=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-line-height","",to.lineHeight,"1.7"),Co=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-text-transform","",to.textTransform,"inherit"),Io=o.FtCssVariableFactory.extend("--ft-typography-body1-font-family","",Qt),Uo=o.FtCssVariableFactory.extend("--ft-typography-body1-font-size","",to.fontSize,"16px"),Eo=o.FtCssVariableFactory.extend("--ft-typography-body1-font-weight","",to.fontWeight,"normal"),Wo=o.FtCssVariableFactory.extend("--ft-typography-body1-letter-spacing","",to.letterSpacing,"0.496px"),Ro=o.FtCssVariableFactory.extend("--ft-typography-body1-line-height","",to.lineHeight,"1.5"),ko=o.FtCssVariableFactory.extend("--ft-typography-body1-text-transform","",to.textTransform,"inherit"),Lo=o.FtCssVariableFactory.extend("--ft-typography-body2-font-family","",Qt),$o=o.FtCssVariableFactory.extend("--ft-typography-body2-font-size","",to.fontSize,"14px"),Ko=o.FtCssVariableFactory.extend("--ft-typography-body2-font-weight","",to.fontWeight,"normal"),Zo=o.FtCssVariableFactory.extend("--ft-typography-body2-letter-spacing","",to.letterSpacing,"0.252px"),zo=o.FtCssVariableFactory.extend("--ft-typography-body2-line-height","",to.lineHeight,"1.4"),Bo=o.FtCssVariableFactory.extend("--ft-typography-body2-text-transform","",to.textTransform,"inherit"),Fo=o.FtCssVariableFactory.extend("--ft-typography-caption-font-family","",Qt),Do=o.FtCssVariableFactory.extend("--ft-typography-caption-font-size","",to.fontSize,"12px"),Ao=o.FtCssVariableFactory.extend("--ft-typography-caption-font-weight","",to.fontWeight,"normal"),Ho=o.FtCssVariableFactory.extend("--ft-typography-caption-letter-spacing","",to.letterSpacing,"0.396px"),Go=o.FtCssVariableFactory.extend("--ft-typography-caption-line-height","",to.lineHeight,"1.33"),Mo=o.FtCssVariableFactory.extend("--ft-typography-caption-text-transform","",to.textTransform,"inherit"),jo=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-family","",Qt),Po=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-size","",to.fontSize,"10px"),To=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-weight","",to.fontWeight,"normal"),_o=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-letter-spacing","",to.letterSpacing,"0.33px"),Yo=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-line-height","",to.lineHeight,"1.6"),qo=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-text-transform","",to.textTransform,"inherit"),Xo=o.FtCssVariableFactory.extend("--ft-typography-overline-font-family","",Qt),Vo=o.FtCssVariableFactory.extend("--ft-typography-overline-font-size","",to.fontSize,"10px"),Jo=o.FtCssVariableFactory.extend("--ft-typography-overline-font-weight","",to.fontWeight,"normal"),Qo=o.FtCssVariableFactory.extend("--ft-typography-overline-letter-spacing","",to.letterSpacing,"1.5px"),te=o.FtCssVariableFactory.extend("--ft-typography-overline-line-height","",to.lineHeight,"1.6"),oe=o.FtCssVariableFactory.extend("--ft-typography-overline-text-transform","",to.textTransform,"uppercase"),ee=o.FtCssVariableFactory.extend("--ft-typography-button-font-family","",Qt),ae=o.FtCssVariableFactory.extend("--ft-typography-button-font-size","",to.fontSize,"14px"),re=o.FtCssVariableFactory.extend("--ft-typography-button-font-weight","",to.fontWeight,"600"),ie=o.FtCssVariableFactory.extend("--ft-typography-button-letter-spacing","",to.letterSpacing,"1.246px"),ne=o.FtCssVariableFactory.extend("--ft-typography-button-line-height","",to.lineHeight,"1.15"),le=o.FtCssVariableFactory.extend("--ft-typography-button-text-transform","",to.textTransform,"uppercase"),pe=e.css`
|
|
254
254
|
.ft-typography--title {
|
|
255
255
|
font-family: ${oo};
|
|
256
256
|
font-size: ${eo};
|
|
257
|
-
font-weight: ${
|
|
258
|
-
letter-spacing: ${
|
|
257
|
+
font-weight: ${ao};
|
|
258
|
+
letter-spacing: ${ro};
|
|
259
259
|
line-height: ${io};
|
|
260
260
|
text-transform: ${no};
|
|
261
261
|
}
|
|
262
|
-
`,
|
|
262
|
+
`,ce=e.css`
|
|
263
263
|
.ft-typography--title-dense {
|
|
264
264
|
font-family: ${lo};
|
|
265
|
-
font-size: ${
|
|
266
|
-
font-weight: ${
|
|
265
|
+
font-size: ${po};
|
|
266
|
+
font-weight: ${co};
|
|
267
267
|
letter-spacing: ${so};
|
|
268
268
|
line-height: ${fo};
|
|
269
269
|
text-transform: ${ho};
|
|
@@ -272,8 +272,8 @@ const Gt=Symbol.for(""),Ht=t=>{if(t?.r===Gt)return t?._$litStatic$},Mt=t=>({_$li
|
|
|
272
272
|
.ft-typography--subtitle1 {
|
|
273
273
|
font-family: ${go};
|
|
274
274
|
font-size: ${yo};
|
|
275
|
-
font-weight: ${
|
|
276
|
-
letter-spacing: ${
|
|
275
|
+
font-weight: ${bo};
|
|
276
|
+
letter-spacing: ${mo};
|
|
277
277
|
line-height: ${uo};
|
|
278
278
|
text-transform: ${xo};
|
|
279
279
|
}
|
|
@@ -283,8 +283,8 @@ const Gt=Symbol.for(""),Ht=t=>{if(t?.r===Gt)return t?._$litStatic$},Mt=t=>({_$li
|
|
|
283
283
|
font-size: ${No};
|
|
284
284
|
font-weight: ${vo};
|
|
285
285
|
letter-spacing: ${So};
|
|
286
|
-
line-height: ${
|
|
287
|
-
text-transform: ${
|
|
286
|
+
line-height: ${wo};
|
|
287
|
+
text-transform: ${Co};
|
|
288
288
|
}
|
|
289
289
|
|
|
290
290
|
`,de=e.css`
|
|
@@ -292,8 +292,8 @@ const Gt=Symbol.for(""),Ht=t=>{if(t?.r===Gt)return t?._$litStatic$},Mt=t=>({_$li
|
|
|
292
292
|
font-family: ${Io};
|
|
293
293
|
font-size: ${Uo};
|
|
294
294
|
font-weight: ${Eo};
|
|
295
|
-
letter-spacing: ${
|
|
296
|
-
line-height: ${
|
|
295
|
+
letter-spacing: ${Wo};
|
|
296
|
+
line-height: ${Ro};
|
|
297
297
|
text-transform: ${ko};
|
|
298
298
|
}
|
|
299
299
|
`,he=e.css`
|
|
@@ -310,8 +310,8 @@ const Gt=Symbol.for(""),Ht=t=>{if(t?.r===Gt)return t?._$litStatic$},Mt=t=>({_$li
|
|
|
310
310
|
font-family: ${Fo};
|
|
311
311
|
font-size: ${Do};
|
|
312
312
|
font-weight: ${Ao};
|
|
313
|
-
letter-spacing: ${
|
|
314
|
-
line-height: ${
|
|
313
|
+
letter-spacing: ${Ho};
|
|
314
|
+
line-height: ${Go};
|
|
315
315
|
text-transform: ${Mo};
|
|
316
316
|
}
|
|
317
317
|
`,ye=e.css`
|
|
@@ -323,7 +323,7 @@ const Gt=Symbol.for(""),Ht=t=>{if(t?.r===Gt)return t?._$litStatic$},Mt=t=>({_$li
|
|
|
323
323
|
line-height: ${Yo};
|
|
324
324
|
text-transform: ${qo};
|
|
325
325
|
}
|
|
326
|
-
`,
|
|
326
|
+
`,be=e.css`
|
|
327
327
|
.ft-typography--overline {
|
|
328
328
|
font-family: ${Xo};
|
|
329
329
|
font-size: ${Vo};
|
|
@@ -332,11 +332,11 @@ const Gt=Symbol.for(""),Ht=t=>{if(t?.r===Gt)return t?._$litStatic$},Mt=t=>({_$li
|
|
|
332
332
|
line-height: ${te};
|
|
333
333
|
text-transform: ${oe};
|
|
334
334
|
}
|
|
335
|
-
`,
|
|
335
|
+
`,me=e.css`
|
|
336
336
|
.ft-typography--button {
|
|
337
337
|
font-family: ${ee};
|
|
338
|
-
font-size: ${
|
|
339
|
-
font-weight: ${
|
|
338
|
+
font-size: ${ae};
|
|
339
|
+
font-weight: ${re};
|
|
340
340
|
letter-spacing: ${ie};
|
|
341
341
|
line-height: ${ne};
|
|
342
342
|
text-transform: ${le};
|
|
@@ -354,14 +354,14 @@ const Gt=Symbol.for(""),Ht=t=>{if(t?.r===Gt)return t?._$litStatic$},Mt=t=>({_$li
|
|
|
354
354
|
line-height: ${o.lineHeight};
|
|
355
355
|
text-transform: ${o.textCase};
|
|
356
356
|
}
|
|
357
|
-
`}(t)))];var Oe=function(t,o,e,
|
|
357
|
+
`}(t)))];var Oe=function(t,o,e,a){for(var r,i=arguments.length,n=i<3?o:null===a?a=Object.getOwnPropertyDescriptor(o,e):a,l=t.length-1;l>=0;l--)(r=t[l])&&(n=(i<3?r(n):i>3?r(o,e,n):r(o,e))||n);return i>3&&n&&Object.defineProperty(o,e,n),n};class Ne extends o.FtLitElement{constructor(){super(...arguments),this.variant=Tt.body1}render(){return this.element?Pt`
|
|
358
358
|
<${Mt(this.element)}
|
|
359
359
|
class="ft-typography ft-typography--${this.variant}">
|
|
360
360
|
<slot></slot>
|
|
361
361
|
</${Mt(this.element)}>
|
|
362
362
|
`:Pt`
|
|
363
363
|
<slot class="ft-typography ft-typography--${this.variant}"></slot>
|
|
364
|
-
`}}Ne.styles=[ce,
|
|
364
|
+
`}}Ne.styles=[pe,ce,se,fe,de,he,ge,ye,be,me,ue,...xe],Oe([a.property()],Ne.prototype,"element",void 0),Oe([a.property()],Ne.prototype,"variant",void 0),o.customElement("ft-typography")(Ne);var ve=function(t,o,e,a){for(var r,i=arguments.length,n=i<3?o:null===a?a=Object.getOwnPropertyDescriptor(o,e):a,l=t.length-1;l>=0;l--)(r=t[l])&&(n=(i<3?r(n):i>3?r(o,e,n):r(o,e))||n);return i>3&&n&&Object.defineProperty(o,e,n),n};class Se extends o.FtLitElement{constructor(){super(...arguments),this.primary=!1,this.secondary=!1,this.unbounded=!1,this.activated=!1,this.selected=!1,this.disabled=!1,this.hovered=!1,this.focused=!1,this.pressed=!1,this.rippling=!1,this.originX=0,this.originY=0,this.debouncer=new o.Debouncer(1e3),this.onTransitionStart=t=>{"transform"===t.propertyName&&(this.rippling=this.pressed,this.debouncer.run((()=>this.rippling=!1)))},this.onTransitionEnd=t=>{"transform"===t.propertyName&&(this.rippling=!1)},this.setupDebouncer=new o.Debouncer(10),this.moveRipple=t=>{var o,e;let{x:a,y:r}=this.getCoordinates(t),i=null!==(e=null===(o=this.ripple)||void 0===o?void 0:o.getBoundingClientRect())&&void 0!==e?e:{x:0,y:0,width:0,height:0};this.originX=Math.round(null!=a?a-i.x:i.width/2),this.originY=Math.round(null!=r?r-i.y:i.height/2)},this.startPress=t=>{this.moveRipple(t),this.pressed=!this.isIgnored(t)},this.endPress=()=>{this.pressed=!1},this.startHover=t=>{this.hovered=!this.isIgnored(t)},this.endHover=()=>{this.hovered=!1},this.startFocus=t=>{this.focused=this.isFocusVisible(null==t?void 0:t.target)&&!this.isIgnored(t)},this.endFocus=()=>{this.focused=!1}}render(){let t={"ft-ripple":!0,"ft-ripple--primary":this.primary,"ft-ripple--secondary":this.secondary,"ft-ripple--unbounded":this.unbounded,"ft-ripple--selected":(this.selected||this.activated)&&!this.disabled,"ft-ripple--pressed":(this.pressed||this.rippling)&&!this.disabled,"ft-ripple--hovered":this.hovered&&!this.disabled,"ft-ripple--focused":this.focused&&!this.disabled};return e.html`
|
|
365
365
|
<style>
|
|
366
366
|
.ft-ripple .ft-ripple--effect {
|
|
367
367
|
left: ${this.originX}px;
|
|
@@ -372,11 +372,11 @@ const Gt=Symbol.for(""),Ht=t=>{if(t?.r===Gt)return t?._$litStatic$},Mt=t=>({_$li
|
|
|
372
372
|
<div class="ft-ripple--background"></div>
|
|
373
373
|
<div class="ft-ripple--effect"></div>
|
|
374
374
|
</div>
|
|
375
|
-
`}contentAvailableCallback(t){super.contentAvailableCallback(t),this.rippleEffect&&this.rippleEffect.ontransitionstart!==this.onTransitionStart&&(this.rippleEffect.ontransitionstart=this.onTransitionStart,this.rippleEffect.ontransitionend=this.onTransitionEnd)}update(t){var o,e;super.update(t),t.has("disabled")&&(this.disabled?(this.endRipple(),null===(o=this.target)||void 0===o||o.removeAttribute("data-is-ft-ripple-target")):null===(e=this.target)||void 0===e||e.setAttribute("data-is-ft-ripple-target","true"))}endRipple(){this.endHover(),this.endFocus(),this.endPress(),this.rippling=!1}connectedCallback(){super.connectedCallback(),this.setupDebouncer.run((()=>this.defaultSetup()))}defaultSetup(){var t,o;const e=null===(t=this.shadowRoot)||void 0===t?void 0:t.host.parentElement;e&&this.setupFor(null!==(o=this.target)&&void 0!==o?o:e)}setupFor(t){if(this.setupDebouncer.cancel(),this.target===t)return;this.onDisconnect&&this.onDisconnect(),this.target=t,t.setAttribute("data-is-ft-ripple-target","true");const o=(...t)=>o=>{t.forEach((t=>window.addEventListener(t,this.endPress,{once:!0}))),this.startPress(o)},e=o("mouseup","contextmenu"),
|
|
375
|
+
`}contentAvailableCallback(t){super.contentAvailableCallback(t),this.rippleEffect&&this.rippleEffect.ontransitionstart!==this.onTransitionStart&&(this.rippleEffect.ontransitionstart=this.onTransitionStart,this.rippleEffect.ontransitionend=this.onTransitionEnd)}update(t){var o,e;super.update(t),t.has("disabled")&&(this.disabled?(this.endRipple(),null===(o=this.target)||void 0===o||o.removeAttribute("data-is-ft-ripple-target")):null===(e=this.target)||void 0===e||e.setAttribute("data-is-ft-ripple-target","true"))}endRipple(){this.endHover(),this.endFocus(),this.endPress(),this.rippling=!1}connectedCallback(){super.connectedCallback(),this.setupDebouncer.run((()=>this.defaultSetup()))}defaultSetup(){var t,o;const e=null===(t=this.shadowRoot)||void 0===t?void 0:t.host.parentElement;e&&this.setupFor(null!==(o=this.target)&&void 0!==o?o:e)}setupFor(t){if(this.setupDebouncer.cancel(),this.target===t)return;this.onDisconnect&&this.onDisconnect(),this.target=t,t.setAttribute("data-is-ft-ripple-target","true");const o=(...t)=>o=>{t.forEach((t=>window.addEventListener(t,this.endPress,{once:!0}))),this.startPress(o)},e=o("mouseup","contextmenu"),a=o("touchend","touchcancel"),r=t=>{["Enter"," "].includes(t.key)&&o("keyup")(t)},i={passive:!0};t.addEventListener("mouseover",this.startHover,i),t.addEventListener("mousemove",this.moveRipple,i),t.addEventListener("mouseleave",this.endHover,i),t.addEventListener("mousedown",e,i),t.addEventListener("touchstart",a,i),t.addEventListener("touchmove",this.moveRipple,i),t.addEventListener("keydown",r,i),t.addEventListener("focus",this.startFocus,i),t.addEventListener("blur",this.endFocus,i),t.addEventListener("focusin",this.startFocus,i),t.addEventListener("focusout",this.endFocus,i),this.onDisconnect=()=>{t.removeAttribute("data-is-ft-ripple-target"),t.removeEventListener("mouseover",this.startHover,i),t.removeEventListener("mousemove",this.moveRipple,i),t.removeEventListener("mouseleave",this.endHover,i),t.removeEventListener("mousedown",e,i),t.removeEventListener("touchstart",a,i),t.removeEventListener("touchmove",this.moveRipple,i),t.removeEventListener("keydown",r,i),t.removeEventListener("focus",this.startFocus,i),t.removeEventListener("blur",this.endFocus,i),t.removeEventListener("focusin",this.startFocus,i),t.removeEventListener("focusout",this.endFocus,i),this.onDisconnect=void 0,this.target=void 0}}getCoordinates(t){const o=t,e=t;let a,r;return null!=o.x?({x:a,y:r}=o):null!=e.touches&&(a=e.touches[0].clientX,r=e.touches[0].clientY),{x:a,y:r}}isFocusVisible(t){return!(t instanceof HTMLElement)||t.matches(":focus-visible")}isIgnored(t){if(this.disabled)return!0;if(null!=t)for(let o of t.composedPath()){if(o===this.target)break;if("hasAttribute"in o&&o.hasAttribute("data-is-ft-ripple-target"))return!0}return!1}disconnectedCallback(){super.disconnectedCallback(),this.onDisconnect&&this.onDisconnect(),this.endRipple()}}Se.elementDefinitions={},Se.styles=y,ve([a.property({type:Boolean})],Se.prototype,"primary",void 0),ve([a.property({type:Boolean})],Se.prototype,"secondary",void 0),ve([a.property({type:Boolean})],Se.prototype,"unbounded",void 0),ve([a.property({type:Boolean})],Se.prototype,"activated",void 0),ve([a.property({type:Boolean})],Se.prototype,"selected",void 0),ve([a.property({type:Boolean})],Se.prototype,"disabled",void 0),ve([a.state()],Se.prototype,"hovered",void 0),ve([a.state()],Se.prototype,"focused",void 0),ve([a.state()],Se.prototype,"pressed",void 0),ve([a.state()],Se.prototype,"rippling",void 0),ve([a.state()],Se.prototype,"originX",void 0),ve([a.state()],Se.prototype,"originY",void 0),ve([a.query(".ft-ripple")],Se.prototype,"ripple",void 0),ve([a.query(".ft-ripple--effect")],Se.prototype,"rippleEffect",void 0),o.customElement("ft-ripple")(Se);var we=function(t,o,e,a){for(var r,i=arguments.length,n=i<3?o:null===a?a=Object.getOwnPropertyDescriptor(o,e):a,l=t.length-1;l>=0;l--)(r=t[l])&&(n=(i<3?r(n):i>3?r(o,e,n):r(o,e))||n);return i>3&&n&&Object.defineProperty(o,e,n),n};class Ce extends(M(w)){constructor(){super(),this.hideFileFormatIcon=!1,this.hideFilename=!1,this.hideDownloadIcon=!1,this.addI18nContext(q,X)}render(){var t,a;if((null!==(a=null===(t=this.attachments)||void 0===t?void 0:t.length)&&void 0!==a?a:0)>0){const t={"hide-file-format-icon":this.hideFileFormatIcon,"hide-filename":this.hideFilename,"hide-download-icon":this.hideDownloadIcon};return e.html`
|
|
376
376
|
<div part="container" class="${n.classMap(t)}">
|
|
377
|
-
${
|
|
377
|
+
${r.repeat(this.attachments,(t=>t.id),(t=>{var a,r,i,n;const l=function(t,o){var e,a,r,i;t=(null!=t?t:"").toLowerCase(),o=(null!=o?o:"").toLowerCase();const[n,l]=((null!==(e=tt.get(t))&&void 0!==e?e:t)+"/").split("/");return null!==(i=null!==(r=null!==(a=Q.get(l))&&void 0!==a?a:Q.get(o))&&void 0!==r?r:Q.get(n))&&void 0!==i?i:J.UNKNOWN}(t.mimeType,o.last(t.file.split("."))),p=t.externalLink?t.viewerUrl:null===(a=this.service)||void 0===a?void 0:a.makeAbsolute(null!==(r=t.viewerUrl)&&void 0!==r?r:"");return e.html`
|
|
378
378
|
<div part="attachment">
|
|
379
|
-
<a part="viewer-link" href="${
|
|
379
|
+
<a part="viewer-link" href="${p}">
|
|
380
380
|
<ft-ripple part="ripple viewer-link-ripple"></ft-ripple>
|
|
381
381
|
<ft-icon part="file-format-icon"
|
|
382
382
|
variant="file-format"
|
|
@@ -393,4 +393,4 @@ const Gt=Symbol.for(""),Ht=t=>{if(t?.r===Gt)return t?._$litStatic$},Mt=t=>({_$li
|
|
|
393
393
|
</div>
|
|
394
394
|
`}))}
|
|
395
395
|
</div>
|
|
396
|
-
`}return e.nothing}update(t){var o;super.update(t),t.has("map")&&(this.map?null===(o=this.service)||void 0===o||o.getAttachments().then((t=>this.attachments=t)):this.attachments=void 0)}}
|
|
396
|
+
`}return e.nothing}update(t){var o;super.update(t),t.has("map")&&(this.map?null===(o=this.service)||void 0===o||o.getAttachments().then((t=>this.attachments=t)):this.attachments=void 0)}}Ce.elementDefinitions={"ft-icon":rt,"ft-ripple":Se,"ft-typography":Ne},Ce.styles=x,we([a.property({type:Boolean})],Ce.prototype,"hideFileFormatIcon",void 0),we([a.property({type:Boolean})],Ce.prototype,"hideFilename",void 0),we([a.property({type:Boolean})],Ce.prototype,"hideDownloadIcon",void 0),we([o.redux({store:"reader"})],Ce.prototype,"map",void 0),we([a.state()],Ce.prototype,"attachments",void 0),o.customElement("ft-reader-attachments")(Ce),t.FtReaderAttachments=Ce,t.FtReaderAttachmentsCssVariables=u,t.styles=x}({},ftGlobals.wcUtils,ftGlobals.lit,ftGlobals.litDecorators,ftGlobals.litRepeat,ftGlobals.litUnsafeHTML,ftGlobals.litClassMap);
|