@fluid-topics/ft-reader-attachments 1.1.33 → 1.1.35

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.
@@ -229,123 +229,123 @@
229
229
  `,I=e.css`
230
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),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`
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("i18nAttributes"),G=Symbol("i18nProperties"),M=Symbol("i18nUnsubs");function j(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,e;null===(o=this[H])||void 0===o||o.forEach(((o,e)=>{var a;const r=this.getI18nAttributeValue(e);(null===(a=null==r?void 0:r.context)||void 0===a?void 0:a.toLowerCase())===t.toLowerCase()&&this.updateI18nAttributeMessage(e,r,o)})),null===(e=this[G])||void 0===e||e.forEach(((o,e)=>{o.context.toLowerCase()===t.toLowerCase()&&(this[e]=this.i18n(o))})),setTimeout((()=>this.requestUpdate()),0)}updateI18nAttributeMessage(t,o,e){this[t]={...o,message:this.i18n({context:o.context,key:o.key,...e})}}update(t){var o,e;super.update(t),null===(o=this[H])||void 0===o||o.forEach(((o,e)=>{const a=this.getI18nAttributeValue(e);(null==a?void 0:a.context)&&a.key&&(t.has(e)||null!=o.argsProvider)&&(t.has(e)&&this.addI18nContext(a.context),this.updateI18nAttributeMessage(e,a,o))})),null===(e=this[G])||void 0===e||e.forEach(((t,o)=>{null!=t.argsProvider&&(this[o]=this.i18n(t))}))}getI18nAttributeValue(t){return this[t]}connectedCallback(){var t,o,e,a;super.connectedCallback(),new Set([...null!==(o=null===(t=this[G])||void 0===t?void 0:t.values())&&void 0!==o?o:[],...[...null!==(a=null===(e=this[H])||void 0===e?void 0:e.keys())&&void 0!==a?a:[]].map((t=>this.getI18nAttributeValue(t)))].map((t=>null==t?void 0:t.context))).forEach((t=>t&&this.addI18nMessages(t)))}addI18nMessages(t,o){t=t.toLowerCase(),this[M].has(t)||this[M].set(t,this.i18nService.subscribe(t,(()=>this.onI18nUpdate(t)))),this.i18nService.prepareContext(t,null!=o?o:{})}addI18nContext(t,o){this.addI18nMessages("string"==typeof t?t:t.name,o)}disconnectedCallback(){super.disconnectedCallback(),this[M].forEach((t=>t())),this[M].clear()}}return o=M,A([a.property({type:Boolean})],e.prototype,"useCustomMessageContexts",void 0),e}class P extends(j(o.FtLitElement)){}class T extends(j(o.FtLitElementRedux)){}var _=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 Y extends T{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),["context","key","defaultMessage"].some((o=>t.has(o)))&&this.context&&this.key&&this.addI18nMessages(this.context,{[this.key]:null!==(o=this.defaultMessage)&&void 0!==o?o:""})}}_.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="&#xe94d;",t.THUMBS_DOWN_PLAIN="&#xe94e;",t.THUMBS_UP="&#xe94f;",t.THUMBS_UP_PLAIN="&#xe950;",t.STAR="&#xe94c;",t.STAR_PLAIN="&#xe900;",t.DESKTOP="&#xe95e;",t.LIFE_RING="&#xe975;",t.GLOBE="&#xe976;",t.PIGGY_BANK="&#xe977;",t.TABLET_LANDSCAPE="&#xe95f;",t.TABLET_PORTRAIT="&#xe960;",t.MOBILE_LANDSCAPE="&#xe961;",t.MOBILE_PORTRAIT="&#xe962;",t.ARROW_RIGHT_TO_LINE="&#xe95d;",t.THIN_ARROW_UP="&#xe95c;",t.CONTEXTUAL="&#xe95b;",t.CHART_SIMPLE="&#xe968;",t.BARS_PROGRESS="&#xe969;",t.LINE_CHART="&#xe96c;",t.STACKED_CHART="&#xe96d;",t.CHART_BAR_NORMALIZED="&#xe97b;",t.BOOK_OPEN_GEAR="&#xe96a;",t.BOOK_OPEN_GEAR_SLASH="&#xe96b;",t.DIAGRAM_SUNBURST="&#xe963;",t.DIAGRAM_SANKEY="&#xe964;",t.UNSTRUCTURED_DOC="&#xe95a;",t.RESET="&#xe958;",t.THIN_ARROW_LEFT="&#xe956;",t.THIN_ARROW_RIGHT="&#xe957;",t.MY_COLLECTIONS="&#xe955;",t.OFFLINE_SETTINGS="&#xe954;",t.MY_LIBRARY="&#xe959;",t.RATE_PLAIN="&#xe952;",t.RATE="&#xe953;",t.FEEDBACK_PLAIN="&#xe951;",t.PAUSE="&#xe949;",t.PLAY="&#xe94a;",t.RELATIVES_PLAIN="&#xe947;",t.RELATIVES="&#xe948;",t.SHORTCUT_MENU="&#xe946;",t.PRINT="&#xe944;",t.DEFAULT_ROLES="&#xe945;",t.ACCOUNT_SETTINGS="&#xe943;",t.ONLINE="&#xe941;",t.OFFLINE="&#xe816;",t.UPLOAD="&#xe940;",t.BOOK_PLAIN="&#xe93f;",t.SYNC="&#xe93d;",t.SHARED_PBK="&#xe931;",t.COLLECTIONS="&#xe92a;",t.SEARCH_IN_PUBLICATION="&#xe92f;",t.BOOKS="&#xe806;",t.LOCKER="&#xe93b;",t.ARROW_DOWN="&#xe92b;",t.ARROW_LEFT="&#xe92c;",t.ARROW_RIGHT="&#xe92d;",t.ARROW_UP="&#xe92e;",t.SAVE="&#xe93a;",t.MAILS_AND_NOTIFICATIONS="&#xe939;",t.DOT="&#xe936;",t.MINUS="&#xe937;",t.PLUS="&#xe938;",t.FILTERS="&#xe935;",t.STRIPE_ARROW_RIGHT="&#xe934;",t.STRIPE_ARROW_LEFT="&#xe933;",t.ATTACHMENTS="&#xe932;",t.ADD_BOOKMARK="&#xe804;",t.BOOKMARK="&#xe805;",t.EXPORT="&#xe80f;",t.MENU="&#xe807;",t.TAG="&#xe93e;",t.TAG_PLAIN="&#xe942;",t.COPY_TO_CLIPBOARD="&#xe930;",t.COLUMNS="&#xe928;",t.ARTICLE="&#xe927;",t.CLOSE_PLAIN="&#xe925;",t.CHECK_PLAIN="&#xe926;",t.LOGOUT="&#xe923;",t.SIGN_IN="&#xe922;",t.THIN_ARROW="&#xe921;",t.TRIANGLE_BOTTOM="&#xe91d;",t.TRIANGLE_LEFT="&#xe91e;",t.TRIANGLE_RIGHT="&#xe91f;",t.TRIANGLE_TOP="&#xe920;",t.FACET_HAS_DESCENDANT="&#xe91c;",t.MINUS_PLAIN="&#xe91a;",t.PLUS_PLAIN="&#xe91b;",t.INFO="&#xe919;",t.ICON_EXPAND="&#xe917;",t.ICON_COLLAPSE="&#xe918;",t.ADD_TO_PBK="&#xe800;",t.ALERT="&#xe801;",t.ADD_ALERT="&#xe802;",t.BACK_TO_SEARCH="&#xe803;",t.DOWNLOAD="&#xe808;",t.EDIT="&#xe809;",t.FEEDBACK="&#xe80a;",t.MODIFY_PBK="&#xe80c;",t.SCHEDULED="&#xe80d;",t.SEARCH="&#xe80e;",t.SHARE="&#xe80f1;",t.TOC="&#xe810;",t.WRITE_UGC="&#xe811;",t.TRASH="&#xe812;",t.EXTLINK="&#xe814;",t.EXTLINK_LIGHT="&#xe978;",t.CALENDAR="&#xe815;",t.BOOK="&#xe817;",t.DOWNLOAD_PLAIN="&#xe818;",t.CHECK="&#xe819;",t.TOPICS="&#xe901;",t.EYE="&#xf06e;",t.EYE_SLASH="&#xe970;",t.DISC="&#xe902;",t.CIRCLE="&#xe903;",t.SHARED="&#xe904;",t.SORT_UNSORTED="&#xe905;",t.SORT_UP="&#xe906;",t.SORT_DOWN="&#xe907;",t.WORKING="&#xe908;",t.CLOSE="&#xe909;",t.ZOOM_OUT="&#xe90a;",t.ZOOM_IN="&#xe90b;",t.ZOOM_REALSIZE="&#xe90c;",t.ZOOM_FULLSCREEN="&#xe90d;",t.ADMIN_RESTRICTED="&#xe90e;",t.ADMIN_THEME="&#xe911;",t.WARNING="&#xe913;",t.CONTEXT="&#xe914;",t.SEARCH_HOME="&#xe915;",t.STEPS="&#xe916;",t.HOME="&#xe80b;",t.TRANSLATE="&#xe924;",t.USER="&#xe813;",t.ADMIN="&#xe90f;",t.ANALYTICS="&#xe929;",t.ADMIN_KHUB="&#xe910;",t.ADMIN_USERS="&#xe912;",t.ADMIN_INTEGRATION="&#xe93c;",t.ADMIN_PORTAL="&#xe94b;",t.COMMENT_QUESTION="&#xe965;",t.COMMENT_QUESTION_PLAIN="&#xe966;",t.MESSAGE_BOT="&#xe967;",t.PIP="&#xe973;",t.PIP_WIDE="&#xe974;",t.EXPAND_WIDE="&#xe972;",t.X_MARK="&#xe971;",t.CLONE="&#xe979;",t.CLONE_LINK_SIMPLE="&#xe97a;"}(V||(V={})),function(t){t.UNKNOWN="&#xe90a;",t.ABW="&#xe900;",t.AUDIO="&#xe901;",t.AVI="&#xe902;",t.CHM="&#xe904;",t.CODE="&#xe905;",t.CSV="&#xe903;",t.DITA="&#xe906;",t.EPUB="&#xe907;",t.EXCEL="&#xe908;",t.FLAC="&#xe909;",t.GIF="&#xe90b;",t.GZIP="&#xe90c;",t.HTML="&#xe90d;",t.IMAGE="&#xe90e;",t.JPEG="&#xe90f;",t.JSON="&#xe910;",t.M4A="&#xe911;",t.MOV="&#xe912;",t.MP3="&#xe913;",t.MP4="&#xe914;",t.OGG="&#xe915;",t.PDF="&#xe916;",t.PNG="&#xe917;",t.POWERPOINT="&#xe918;",t.RAR="&#xe91a;",t.STP="&#xe91b;",t.TEXT="&#xe91c;",t.VIDEO="&#xe91e;",t.WAV="&#xe91f;",t.WMA="&#xe920;",t.WORD="&#xe921;",t.XML="&#xe922;",t.YAML="&#xe919;",t.ZIP="&#xe923;"}(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`
236
+ `:this.editorMode?"Select a context and a label key.":e.nothing}update(t){var o;super.update(t),["context","key","defaultMessage"].some((o=>t.has(o)))&&this.context&&this.key&&this.addI18nMessages(this.context,{[this.key]:null!==(o=this.defaultMessage)&&void 0!==o?o:""})}}Y.elementDefinitions={},Y.styles=C,_([o.redux()],Y.prototype,"editorMode",void 0),_([a.property()],Y.prototype,"context",void 0),_([a.property()],Y.prototype,"key",void 0),_([o.jsonProperty([])],Y.prototype,"args",void 0),_([a.property()],Y.prototype,"defaultMessage",void 0);class q{static build(t){return new q(t)}static fromGwt(t){return new q(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")(Y);const V=q.build("designedReaderAttachments"),X={download:"Download “{0}”"};var J,Q;!function(t){t.THUMBS_DOWN="&#xe94d;",t.THUMBS_DOWN_PLAIN="&#xe94e;",t.THUMBS_UP="&#xe94f;",t.THUMBS_UP_PLAIN="&#xe950;",t.STAR="&#xe94c;",t.STAR_PLAIN="&#xe900;",t.DESKTOP="&#xe95e;",t.LIFE_RING="&#xe975;",t.GLOBE="&#xe976;",t.PIGGY_BANK="&#xe977;",t.TABLET_LANDSCAPE="&#xe95f;",t.TABLET_PORTRAIT="&#xe960;",t.MOBILE_LANDSCAPE="&#xe961;",t.MOBILE_PORTRAIT="&#xe962;",t.ARROW_RIGHT_TO_LINE="&#xe95d;",t.THIN_ARROW_UP="&#xe95c;",t.CONTEXTUAL="&#xe95b;",t.CHART_SIMPLE="&#xe968;",t.BARS_PROGRESS="&#xe969;",t.LINE_CHART="&#xe96c;",t.STACKED_CHART="&#xe96d;",t.CHART_BAR_NORMALIZED="&#xe97b;",t.BOOK_OPEN_GEAR="&#xe96a;",t.BOOK_OPEN_GEAR_SLASH="&#xe96b;",t.DIAGRAM_SUNBURST="&#xe963;",t.DIAGRAM_SANKEY="&#xe964;",t.UNSTRUCTURED_DOC="&#xe95a;",t.RESET="&#xe958;",t.THIN_ARROW_LEFT="&#xe956;",t.THIN_ARROW_RIGHT="&#xe957;",t.MY_COLLECTIONS="&#xe955;",t.OFFLINE_SETTINGS="&#xe954;",t.MY_LIBRARY="&#xe959;",t.RATE_PLAIN="&#xe952;",t.RATE="&#xe953;",t.FEEDBACK_PLAIN="&#xe951;",t.PAUSE="&#xe949;",t.PLAY="&#xe94a;",t.RELATIVES_PLAIN="&#xe947;",t.RELATIVES="&#xe948;",t.SHORTCUT_MENU="&#xe946;",t.PRINT="&#xe944;",t.DEFAULT_ROLES="&#xe945;",t.ACCOUNT_SETTINGS="&#xe943;",t.ONLINE="&#xe941;",t.OFFLINE="&#xe816;",t.UPLOAD="&#xe940;",t.BOOK_PLAIN="&#xe93f;",t.SYNC="&#xe93d;",t.SHARED_PBK="&#xe931;",t.COLLECTIONS="&#xe92a;",t.SEARCH_IN_PUBLICATION="&#xe92f;",t.BOOKS="&#xe806;",t.LOCKER="&#xe93b;",t.ARROW_DOWN="&#xe92b;",t.ARROW_LEFT="&#xe92c;",t.ARROW_RIGHT="&#xe92d;",t.ARROW_UP="&#xe92e;",t.SAVE="&#xe93a;",t.MAILS_AND_NOTIFICATIONS="&#xe939;",t.DOT="&#xe936;",t.MINUS="&#xe937;",t.PLUS="&#xe938;",t.FILTERS="&#xe935;",t.STRIPE_ARROW_RIGHT="&#xe934;",t.STRIPE_ARROW_LEFT="&#xe933;",t.ATTACHMENTS="&#xe932;",t.ADD_BOOKMARK="&#xe804;",t.BOOKMARK="&#xe805;",t.EXPORT="&#xe80f;",t.MENU="&#xe807;",t.TAG="&#xe93e;",t.TAG_PLAIN="&#xe942;",t.COPY_TO_CLIPBOARD="&#xe930;",t.COLUMNS="&#xe928;",t.ARTICLE="&#xe927;",t.CLOSE_PLAIN="&#xe925;",t.CHECK_PLAIN="&#xe926;",t.LOGOUT="&#xe923;",t.SIGN_IN="&#xe922;",t.THIN_ARROW="&#xe921;",t.TRIANGLE_BOTTOM="&#xe91d;",t.TRIANGLE_LEFT="&#xe91e;",t.TRIANGLE_RIGHT="&#xe91f;",t.TRIANGLE_TOP="&#xe920;",t.FACET_HAS_DESCENDANT="&#xe91c;",t.MINUS_PLAIN="&#xe91a;",t.PLUS_PLAIN="&#xe91b;",t.INFO="&#xe919;",t.ICON_EXPAND="&#xe917;",t.ICON_COLLAPSE="&#xe918;",t.ADD_TO_PBK="&#xe800;",t.ALERT="&#xe801;",t.ADD_ALERT="&#xe802;",t.BACK_TO_SEARCH="&#xe803;",t.DOWNLOAD="&#xe808;",t.EDIT="&#xe809;",t.FEEDBACK="&#xe80a;",t.MODIFY_PBK="&#xe80c;",t.SCHEDULED="&#xe80d;",t.SEARCH="&#xe80e;",t.SHARE="&#xe80f1;",t.TOC="&#xe810;",t.WRITE_UGC="&#xe811;",t.TRASH="&#xe812;",t.EXTLINK="&#xe814;",t.EXTLINK_LIGHT="&#xe978;",t.CALENDAR="&#xe815;",t.BOOK="&#xe817;",t.DOWNLOAD_PLAIN="&#xe818;",t.CHECK="&#xe819;",t.TOPICS="&#xe901;",t.EYE="&#xf06e;",t.EYE_SLASH="&#xe970;",t.DISC="&#xe902;",t.CIRCLE="&#xe903;",t.SHARED="&#xe904;",t.SORT_UNSORTED="&#xe905;",t.SORT_UP="&#xe906;",t.SORT_DOWN="&#xe907;",t.WORKING="&#xe908;",t.CLOSE="&#xe909;",t.ZOOM_OUT="&#xe90a;",t.ZOOM_IN="&#xe90b;",t.ZOOM_REALSIZE="&#xe90c;",t.ZOOM_FULLSCREEN="&#xe90d;",t.ADMIN_RESTRICTED="&#xe90e;",t.ADMIN_THEME="&#xe911;",t.WARNING="&#xe913;",t.CONTEXT="&#xe914;",t.SEARCH_HOME="&#xe915;",t.STEPS="&#xe916;",t.HOME="&#xe80b;",t.TRANSLATE="&#xe924;",t.USER="&#xe813;",t.ADMIN="&#xe90f;",t.ANALYTICS="&#xe929;",t.ADMIN_KHUB="&#xe910;",t.ADMIN_USERS="&#xe912;",t.ADMIN_INTEGRATION="&#xe93c;",t.ADMIN_PORTAL="&#xe94b;",t.COMMENT_QUESTION="&#xe965;",t.COMMENT_QUESTION_PLAIN="&#xe966;",t.MESSAGE_BOT="&#xe967;",t.PIP="&#xe973;",t.PIP_WIDE="&#xe974;",t.EXPAND_WIDE="&#xe972;",t.X_MARK="&#xe971;",t.CLONE="&#xe979;",t.CLONE_LINK_SIMPLE="&#xe97a;"}(J||(J={})),function(t){t.UNKNOWN="&#xe90a;",t.ABW="&#xe900;",t.AUDIO="&#xe901;",t.AVI="&#xe902;",t.CHM="&#xe904;",t.CODE="&#xe905;",t.CSV="&#xe903;",t.DITA="&#xe906;",t.EPUB="&#xe907;",t.EXCEL="&#xe908;",t.FLAC="&#xe909;",t.GIF="&#xe90b;",t.GZIP="&#xe90c;",t.HTML="&#xe90d;",t.IMAGE="&#xe90e;",t.JPEG="&#xe90f;",t.JSON="&#xe910;",t.M4A="&#xe911;",t.MOV="&#xe912;",t.MP3="&#xe913;",t.MP4="&#xe914;",t.OGG="&#xe915;",t.PDF="&#xe916;",t.PNG="&#xe917;",t.POWERPOINT="&#xe918;",t.RAR="&#xe91a;",t.STP="&#xe91b;",t.TEXT="&#xe91c;",t.VIDEO="&#xe91e;",t.WAV="&#xe91f;",t.WMA="&#xe920;",t.WORD="&#xe921;",t.XML="&#xe922;",t.YAML="&#xe919;",t.ZIP="&#xe923;"}(Q||(Q={}));const tt=new Map([...["abw"].map((t=>[t,Q.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,Q.AUDIO])),...["avi"].map((t=>[t,Q.AVI])),...["chm","xhs"].map((t=>[t,Q.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,Q.CODE])),...["csv"].map((t=>[t,Q.CSV])),...["dita","ditamap","ditaval"].map((t=>[t,Q.DITA])),...["epub"].map((t=>[t,Q.EPUB])),...["xls","xlt","xlm","xlsx","xlsm","xltx","xltm","xlsb","xla","xlam","xll","xlw"].map((t=>[t,Q.EXCEL])),...["flac"].map((t=>[t,Q.FLAC])),...["gif"].map((t=>[t,Q.GIF])),...["gzip","x-gzip","giz","gz","tgz"].map((t=>[t,Q.GZIP])),...["html","htm","xhtml"].map((t=>[t,Q.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,Q.IMAGE])),...["jpeg","jpg","jpe"].map((t=>[t,Q.JPEG])),...["json"].map((t=>[t,Q.JSON])),...["m4a","m4p"].map((t=>[t,Q.M4A])),...["mov","qt"].map((t=>[t,Q.MOV])),...["mp3"].map((t=>[t,Q.MP3])),...["mp4","m4v"].map((t=>[t,Q.MP4])),...["ogg","oga"].map((t=>[t,Q.OGG])),...["pdf","ps"].map((t=>[t,Q.PDF])),...["png"].map((t=>[t,Q.PNG])),...["ppt","pot","pps","pptx","pptm","potx","potm","ppam","ppsx","ppsm","sldx","sldm"].map((t=>[t,Q.POWERPOINT])),...["rar"].map((t=>[t,Q.RAR])),...["stp"].map((t=>[t,Q.STP])),...["txt","rtf","md","mdown"].map((t=>[t,Q.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,Q.VIDEO])),...["wav"].map((t=>[t,Q.WAV])),...["wma"].map((t=>[t,Q.WMA])),...["doc","dot","docx","docm","dotx","dotm","docb"].map((t=>[t,Q.WORD])),...["xml","xsl","rdf"].map((t=>[t,Q.XML])),...["yaml","yml","x-yaml"].map((t=>[t,Q.YAML])),...["zip"].map((t=>[t,Q.ZIP]))]),ot=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 et={[Q.ABW]:"#91ABC6",[Q.AUDIO]:"#1795E3",[Q.AVI]:"#E63324",[Q.CHM]:"#71C3EB",[Q.CODE]:"#71C3EB",[Q.CSV]:"#1F7345",[Q.DITA]:"#71C3EB",[Q.EPUB]:"#85B926",[Q.EXCEL]:"#1F7345",[Q.FLAC]:"#1795E3",[Q.GIF]:"#59B031",[Q.GZIP]:"#F8AB36",[Q.HTML]:"#71C3EB",[Q.IMAGE]:"#59B031",[Q.JPEG]:"#59B031",[Q.JSON]:"#71C3EB",[Q.M4A]:"#1795E3",[Q.MOV]:"#E63324",[Q.MP3]:"#1795E3",[Q.MP4]:"#E63324",[Q.OGG]:"#1795E3",[Q.PDF]:"#E44948",[Q.PNG]:"#59B031",[Q.POWERPOINT]:"#B54A2B",[Q.RAR]:"#F8AB36",[Q.STP]:"#3764B1",[Q.TEXT]:"#3162AB",[Q.UNKNOWN]:"#999999",[Q.VIDEO]:"#E63324",[Q.WAV]:"#1795E3",[Q.WMA]:"#1795E3",[Q.WORD]:"#3162AB",[Q.XML]:"#71C3EB",[Q.YAML]:"#71C3EB",[Q.ZIP]:"#F8AB36"};var at;!function(t){t.fluid_topics="fluid-topics",t.file_format="file-format",t.material="material"}(at||(at={}));var rt=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 it extends o.FtLitElement{constructor(){super(...arguments),this.resolvedIcon=e.nothing}render(){const t=this.variant&&Object.values(at).includes(this.variant)?this.variant:at.fluid_topics,o=t!==at.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 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);
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 at.file_format:this.resolvedIcon=null!==(t=Q[a.replace("-","_").toUpperCase()])&&void 0!==t?t:a;break;case at.material:this.resolvedIcon=this.value||e.nothing;break;default:this.resolvedIcon=null!==(o=J[a.replace("-","_").toUpperCase()])&&void 0!==o?o:a}}firstUpdated(t){super.firstUpdated(t),setTimeout((()=>this.resolveIcon()))}}it.elementDefinitions={},it.styles=m,rt([a.property()],it.prototype,"variant",void 0),rt([a.property()],it.prototype,"value",void 0),rt([a.state()],it.prototype,"resolvedIcon",void 0),rt([a.query("slot")],it.prototype,"slottedContent",void 0),o.customElement("ft-icon")(it);
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,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&&gt(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");
247
+ const nt=globalThis,lt=nt.trustedTypes,pt=lt?lt.createPolicy("lit-html",{createHTML:t=>t}):void 0,ct="$lit$",st=`lit$${(Math.random()+"").slice(9)}$`,ft="?"+st,dt=`<${ft}>`,ht=document,gt=()=>ht.createComment(""),yt=t=>null===t||"object"!=typeof t&&"function"!=typeof t,bt=Array.isArray,mt="[ \t\n\f\r]",ut=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,xt=/-->/g,Ot=/>/g,Nt=RegExp(`>|${mt}(?:([^\\s"'>=/]+)(${mt}*=${mt}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),vt=/'/g,St=/"/g,wt=/^(?:script|style|textarea|title)$/i,Ct=(t=>(o,...e)=>({_$litType$:t,strings:o,values:e}))(1),It=Symbol.for("lit-noChange"),Ut=Symbol.for("lit-nothing"),Et=new WeakMap,Wt=ht.createTreeWalker(ht,129);function Rt(t,o){if(!Array.isArray(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return void 0!==pt?pt.createHTML(o):o}const kt=(t,o)=>{const e=t.length-1,a=[];let r,i=2===o?"<svg>":"",n=ut;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===ut?"!--"===p[1]?n=xt:void 0!==p[1]?n=Ot:void 0!==p[2]?(wt.test(p[2])&&(r=RegExp("</"+p[2],"g")),n=Nt):void 0!==p[3]&&(n=Nt):n===Nt?">"===p[0]?(n=r??ut,c=-1):void 0===p[1]?c=-2:(c=n.lastIndex-p[2].length,l=p[1],n=void 0===p[3]?Nt:'"'===p[3]?St:vt):n===St||n===vt?n=Nt:n===xt||n===Ot?n=ut:(n=Nt,r=void 0);const f=n===Nt&&t[o+1].startsWith("/>")?" ":"";i+=n===ut?e+dt:c>=0?(a.push(l),e.slice(0,c)+ct+e.slice(c)+st+f):e+st+(-2===c?o:f)}return[Rt(t,i+(t[e]||"<?>")+(2===o?"</svg>":"")),a]};class Lt{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]=kt(t,o);if(this.el=Lt.createElement(p,e),Wt.currentNode=this.el.content,2===o){const t=this.el.content.firstChild;t.replaceWith(...t.childNodes)}for(;null!==(a=Wt.nextNode())&&l.length<n;){if(1===a.nodeType){if(a.hasAttributes())for(const t of a.getAttributeNames())if(t.endsWith(ct)){const o=c[i++],e=a.getAttribute(t).split(st),n=/([.?@])?(.*)/.exec(o);l.push({type:1,index:r,name:n[2],strings:e,ctor:"."===n[1]?Bt:"?"===n[1]?Ft:"@"===n[1]?Dt:zt}),a.removeAttribute(t)}else t.startsWith(st)&&(l.push({type:6,index:r}),a.removeAttribute(t));if(wt.test(a.tagName)){const t=a.textContent.split(st),o=t.length-1;if(o>0){a.textContent=lt?lt.emptyScript:"";for(let e=0;e<o;e++)a.append(t[e],gt()),Wt.nextNode(),l.push({type:2,index:++r});a.append(t[o],gt())}}}else if(8===a.nodeType)if(a.data===ft)l.push({type:2,index:r});else{let t=-1;for(;-1!==(t=a.data.indexOf(st,t+1));)l.push({type:7,index:r}),t+=st.length-1}r++}}static createElement(t,o){const e=ht.createElement("template");return e.innerHTML=t,e}}function $t(t,o,e=t,a){if(o===It)return o;let r=void 0!==a?e._$Co?.[a]:e._$Cl;const i=yt(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=$t(t,r._$AS(t,o.values),r,a)),o}class Kt{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??ht).importNode(o,!0);Wt.currentNode=a;let r=Wt.nextNode(),i=0,n=0,l=e[0];for(;void 0!==l;){if(i===l.index){let o;2===l.type?o=new Zt(r,r.nextSibling,this,t):1===l.type?o=new l.ctor(r,l.name,l.strings,this,t):6===l.type&&(o=new At(r,this,t)),this._$AV.push(o),l=e[++n]}i!==l?.index&&(r=Wt.nextNode(),i++)}return Wt.currentNode=ht,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 Zt{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(t,o,e,a){this.type=2,this._$AH=Ut,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=$t(this,t,o),yt(t)?t===Ut||null==t||""===t?(this._$AH!==Ut&&this._$AR(),this._$AH=Ut):t!==this._$AH&&t!==It&&this._(t):void 0!==t._$litType$?this.g(t):void 0!==t.nodeType?this.$(t):(t=>bt(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!==Ut&&yt(this._$AH)?this._$AA.nextSibling.data=t:this.$(ht.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=Lt.createElement(Rt(e.h,e.h[0]),this.options)),e);if(this._$AH?._$AD===a)this._$AH.p(o);else{const t=new Kt(a,this),e=t.u(this.options);t.p(o),this.$(e),this._$AH=t}}_$AC(t){let o=Et.get(t.strings);return void 0===o&&Et.set(t.strings,o=new Lt(t)),o}T(t){bt(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 Zt(this.k(gt()),this.k(gt()),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=Ut,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=Ut}_$AI(t,o=this,e,a){const r=this.strings;let i=!1;if(void 0===r)t=$t(this,t,o,0),i=!yt(t)||t!==this._$AH&&t!==It,i&&(this._$AH=t);else{const a=t;let n,l;for(t=r[0],n=0;n<r.length-1;n++)l=$t(this,a[e+n],o,n),l===It&&(l=this._$AH[n]),i||=!yt(l)||l!==this._$AH[n],l===Ut?t=Ut:t!==Ut&&(t+=(l??"")+r[n+1]),this._$AH[n]=l}i&&!a&&this.O(t)}O(t){t===Ut?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,t??"")}}class Bt extends zt{constructor(){super(...arguments),this.type=3}O(t){this.element[this.name]=t===Ut?void 0:t}}class Ft extends zt{constructor(){super(...arguments),this.type=4}O(t){this.element.toggleAttribute(this.name,!!t&&t!==Ut)}}class Dt extends zt{constructor(t,o,e,a,r){super(t,o,e,a,r),this.type=5}_$AI(t,o=this){if((t=$t(this,t,o,0)??Ut)===It)return;const e=this._$AH,a=t===Ut&&e!==Ut||t.capture!==e.capture||t.once!==e.once||t.passive!==e.passive,r=t!==Ut&&(e===Ut||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 At{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){$t(this,t)}}const Ht=nt.litHtmlPolyfillSupport;Ht?.(Lt,Zt),(nt.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 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`
253
+ const Gt=Symbol.for(""),Mt=t=>{if(t?.r===Gt)return t?._$litStatic$},jt=t=>({_$litStatic$:t,r:Gt}),Pt=new Map,Tt=(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=Mt(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=Pt.get(t))&&(n.raw=n,Pt.set(t,o=n)),e=l}return t(o,...e)})(Ct);var _t;!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"}(_t||(_t={}));const Yt=t=>"string"==typeof t?e.unsafeCSS(t):t;class qt{static create(t,o,a,r){const i=t=>Yt(null!=t?t:r),n=e.css`var(${Yt(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(${Yt(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(${Yt(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(${Yt(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):Yt(null!=o?o:t.lastResortDefaultValue()),r=e.css`var(${Yt(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(${Yt(t.name)}, ${a(o)})`,r.breadcrumb=()=>t.fallbackVariable?[t.fallbackVariable.name,...t.fallbackVariable.breadcrumb()]:[],r.lastResortDefaultValue=()=>t.lastResortDefaultValue(),r}}const Vt={colorWhite:qt.create("--ft-color-white","","COLOR","#ffffff"),colorGray0:qt.create("--ft-color-gray-0","","COLOR","#71718e"),colorGray10:qt.create("--ft-color-gray-10","","COLOR","#fbfbfc"),colorGray20:qt.create("--ft-color-gray-20","","COLOR","#f2f2f5"),colorGray30:qt.create("--ft-color-gray-30","","COLOR","#e9e9ed"),colorGray40:qt.create("--ft-color-gray-40","","COLOR","#e0e0e6"),colorGray50:qt.create("--ft-color-gray-50","","COLOR","#cdcdd7"),colorGray60:qt.create("--ft-color-gray-60","","COLOR","#bbbbc9"),colorGray70:qt.create("--ft-color-gray-70","","COLOR","#a8a8ba"),colorGray80:qt.create("--ft-color-gray-80","","COLOR","#9696ab"),colorGray90:qt.create("--ft-color-gray-90","","COLOR","#83839d"),colorGray100:qt.create("--ft-color-gray-100","","COLOR","#62627c"),colorGray200:qt.create("--ft-color-gray-200","","COLOR","#545469"),colorGray300:qt.create("--ft-color-gray-300","","COLOR","#454557"),colorGray400:qt.create("--ft-color-gray-400","","COLOR","#363644"),colorGray500:qt.create("--ft-color-gray-500","","COLOR","#282832"),colorGray600:qt.create("--ft-color-gray-600","","COLOR","#19191f"),colorGray700:qt.create("--ft-color-gray-700","","COLOR","#0a0a0d"),colorBrand0:qt.create("--ft-color-brand-0","","COLOR","#9d207b"),colorBrand10:qt.create("--ft-color-brand-10","","COLOR","#f7edf4"),colorBrand20:qt.create("--ft-color-brand-20","","COLOR","#ebcfe4"),colorBrand30:qt.create("--ft-color-brand-30","","COLOR","#dfb2d3"),colorBrand40:qt.create("--ft-color-brand-40","","COLOR","#d395c2"),colorBrand50:qt.create("--ft-color-brand-50","","COLOR","#c778b1"),colorBrand60:qt.create("--ft-color-brand-60","","COLOR","#ba5ba1"),colorBrand70:qt.create("--ft-color-brand-70","","COLOR","#ae3e90"),colorBrand100:qt.create("--ft-color-brand-100","","COLOR","#8d1d6e"),colorBrand200:qt.create("--ft-color-brand-200","","COLOR","#78185e"),colorBrand300:qt.create("--ft-color-brand-300","","COLOR","#62144d"),colorBrand400:qt.create("--ft-color-brand-400","","COLOR","#4d103c"),colorBrand500:qt.create("--ft-color-brand-500","","COLOR","#380b2c"),colorBrand600:qt.create("--ft-color-brand-600","","COLOR","#23071b"),colorBrand700:qt.create("--ft-color-brand-700","","COLOR","#0d030b"),colorCyan0:qt.create("--ft-color-cyan-0","","COLOR","#0e98b4"),colorCyan10:qt.create("--ft-color-cyan-10","","COLOR","#ebf6f9"),colorCyan20:qt.create("--ft-color-cyan-20","","COLOR","#cbe9ef"),colorCyan30:qt.create("--ft-color-cyan-30","","COLOR","#acdbe5"),colorCyan40:qt.create("--ft-color-cyan-40","","COLOR","#8ccedb"),colorCyan50:qt.create("--ft-color-cyan-50","","COLOR","#6dc0d1"),colorCyan60:qt.create("--ft-color-cyan-60","","COLOR","#4db3c8"),colorCyan70:qt.create("--ft-color-cyan-70","","COLOR","#2ea5be"),colorCyan100:qt.create("--ft-color-cyan-100","","COLOR","#0c849c"),colorCyan200:qt.create("--ft-color-cyan-200","","COLOR","#0a7085"),colorCyan300:qt.create("--ft-color-cyan-300","","COLOR","#085c6d"),colorCyan400:qt.create("--ft-color-cyan-400","","COLOR","#074856"),colorCyan500:qt.create("--ft-color-cyan-500","","COLOR","#05343e"),colorCyan600:qt.create("--ft-color-cyan-600","","COLOR","#032127"),colorCyan700:qt.create("--ft-color-cyan-700","","COLOR","#010d0f"),colorGreen0:qt.create("--ft-color-green-0","","COLOR","#21a274"),colorGreen10:qt.create("--ft-color-green-10","","COLOR","#edf7f3"),colorGreen20:qt.create("--ft-color-green-20","","COLOR","#cfebe1"),colorGreen30:qt.create("--ft-color-green-30","","COLOR","#b2dfcf"),colorGreen40:qt.create("--ft-color-green-40","","COLOR","#95d3bd"),colorGreen50:qt.create("--ft-color-green-50","","COLOR","#78c7ab"),colorGreen60:qt.create("--ft-color-green-60","","COLOR","#5bba98"),colorGreen70:qt.create("--ft-color-green-70","","COLOR","#3eae86"),colorGreen100:qt.create("--ft-color-green-100","","COLOR","#1d8d65"),colorGreen200:qt.create("--ft-color-green-200","","COLOR","#187856"),colorGreen300:qt.create("--ft-color-green-300","","COLOR","#146246"),colorGreen400:qt.create("--ft-color-green-400","","COLOR","#104d37"),colorGreen500:qt.create("--ft-color-green-500","","COLOR","#0b3828"),colorGreen600:qt.create("--ft-color-green-600","","COLOR","#072319"),colorGreen700:qt.create("--ft-color-green-700","","COLOR","#030d0a"),colorOrange0:qt.create("--ft-color-orange-0","","COLOR","#ee8d17"),colorOrange10:qt.create("--ft-color-orange-10","","COLOR","#fef6ec"),colorOrange20:qt.create("--ft-color-orange-20","","COLOR","#fbe7cd"),colorOrange30:qt.create("--ft-color-orange-30","","COLOR","#f9d8af"),colorOrange40:qt.create("--ft-color-orange-40","","COLOR","#f7c991"),colorOrange50:qt.create("--ft-color-orange-50","","COLOR","#f5ba72"),colorOrange60:qt.create("--ft-color-orange-60","","COLOR","#f2ab54"),colorOrange70:qt.create("--ft-color-orange-70","","COLOR","#f09c35"),colorOrange100:qt.create("--ft-color-orange-100","","COLOR","#cf7b14"),colorOrange200:qt.create("--ft-color-orange-200","","COLOR","#b06811"),colorOrange300:qt.create("--ft-color-orange-300","","COLOR","#90560e"),colorOrange400:qt.create("--ft-color-orange-400","","COLOR","#71430b"),colorOrange500:qt.create("--ft-color-orange-500","","COLOR","#523108"),colorOrange600:qt.create("--ft-color-orange-600","","COLOR","#331e05"),colorOrange700:qt.create("--ft-color-orange-700","","COLOR","#140c02"),colorRed0:qt.create("--ft-color-red-0","","COLOR","#b40e2c"),colorRed10:qt.create("--ft-color-red-10","","COLOR","#f9ebed"),colorRed20:qt.create("--ft-color-red-20","","COLOR","#efcbd2"),colorRed30:qt.create("--ft-color-red-30","","COLOR","#e5acb6"),colorRed40:qt.create("--ft-color-red-40","","COLOR","#db8c9b"),colorRed50:qt.create("--ft-color-red-50","","COLOR","#d16d7f"),colorRed60:qt.create("--ft-color-red-60","","COLOR","#c84d63"),colorRed70:qt.create("--ft-color-red-70","","COLOR","#be2e48"),colorRed100:qt.create("--ft-color-red-100","","COLOR","#9c0c26"),colorRed200:qt.create("--ft-color-red-200","","COLOR","#850a20"),colorRed300:qt.create("--ft-color-red-300","","COLOR","#6d081b"),colorRed400:qt.create("--ft-color-red-400","","COLOR","#560715"),colorRed500:qt.create("--ft-color-red-500","","COLOR","#3e050f"),colorRed600:qt.create("--ft-color-red-600","","COLOR","#270309"),colorRed700:qt.create("--ft-color-red-700","","COLOR","#0f0104"),colorYellow0:qt.create("--ft-color-yellow-0","","COLOR","#E4C00C"),colorYellow10:qt.create("--ft-color-yellow-10","","COLOR","#fefae9"),colorYellow20:qt.create("--ft-color-yellow-20","","COLOR","#fcf4ca"),colorYellow30:qt.create("--ft-color-yellow-30","","COLOR","#faedaa"),colorYellow40:qt.create("--ft-color-yellow-40","","COLOR","#f9e78b"),colorYellow50:qt.create("--ft-color-yellow-50","","COLOR","#f7e06b"),colorYellow60:qt.create("--ft-color-yellow-60","","COLOR","#F4D63E"),colorYellow70:qt.create("--ft-color-yellow-70","","COLOR","#F3CE16"),colorYellow100:qt.create("--ft-color-yellow-100","","COLOR","#d3b10b"),colorYellow200:qt.create("--ft-color-yellow-200","","COLOR","#b3970a"),colorYellow300:qt.create("--ft-color-yellow-300","","COLOR","#947c08"),colorYellow400:qt.create("--ft-color-yellow-400","","COLOR","#746206"),colorYellow500:qt.create("--ft-color-yellow-500","","COLOR","#554705"),colorYellow600:qt.create("--ft-color-yellow-600","","COLOR","#352d03"),colorYellow700:qt.create("--ft-color-yellow-700","","COLOR","#161201"),colorUltramarine0:qt.create("--ft-color-ultramarine-0","","COLOR","#3C19E5"),colorUltramarine10:qt.create("--ft-color-ultramarine-10","","COLOR","#EDEAFD"),colorUltramarine20:qt.create("--ft-color-ultramarine-20","","COLOR","#D4CCF9"),colorUltramarine30:qt.create("--ft-color-ultramarine-30","","COLOR","#BBAFF6"),colorUltramarine40:qt.create("--ft-color-ultramarine-40","","COLOR","#A191F3"),colorUltramarine50:qt.create("--ft-color-ultramarine-50","","COLOR","#8873EF"),colorUltramarine60:qt.create("--ft-color-ultramarine-60","","COLOR","#6F55EC"),colorUltramarine70:qt.create("--ft-color-ultramarine-70","","COLOR","#5537E8"),colorUltramarine100:qt.create("--ft-color-ultramarine-100","","COLOR","#3416C7"),colorUltramarine200:qt.create("--ft-color-ultramarine-200","","COLOR","#2C13A9"),colorUltramarine300:qt.create("--ft-color-ultramarine-300","","COLOR","#250F8C"),colorUltramarine400:qt.create("--ft-color-ultramarine-400","","COLOR","#1D0C6E"),colorUltramarine500:qt.create("--ft-color-ultramarine-500","","COLOR","#150950"),colorUltramarine600:qt.create("--ft-color-ultramarine-600","","COLOR","#0D0532"),colorUltramarine700:qt.create("--ft-color-ultramarine-700","","COLOR","#050215"),colorAvocado0:qt.create("--ft-color-avocado-0","","COLOR","#98BD28"),colorAvocado10:qt.create("--ft-color-avocado-10","","COLOR","#F6F9EC"),colorAvocado20:qt.create("--ft-color-avocado-20","","COLOR","#E8F0D0"),colorAvocado30:qt.create("--ft-color-avocado-30","","COLOR","#DBE8B4"),colorAvocado40:qt.create("--ft-color-avocado-40","","COLOR","#CEDF98"),colorAvocado50:qt.create("--ft-color-avocado-50","","COLOR","#C0D77C"),colorAvocado60:qt.create("--ft-color-avocado-60","","COLOR","#B3CE60"),colorAvocado70:qt.create("--ft-color-avocado-70","","COLOR","#A5C644"),colorAvocado100:qt.create("--ft-color-avocado-100","","COLOR","#84A423"),colorAvocado200:qt.create("--ft-color-avocado-200","","COLOR","#708C1E"),colorAvocado300:qt.create("--ft-color-avocado-300","","COLOR","#5D7318"),colorAvocado400:qt.create("--ft-color-avocado-400","","COLOR","#495B13"),colorAvocado500:qt.create("--ft-color-avocado-500","","COLOR","#35420E"),colorAvocado600:qt.create("--ft-color-avocado-600","","COLOR","#212A09"),colorAvocado700:qt.create("--ft-color-avocado-700","","COLOR","#0E1104"),colorBrown0:qt.create("--ft-color-brown-0","","COLOR","#B26F4D"),colorBrown10:qt.create("--ft-color-brown-10","","COLOR","#F8F2EF"),colorBrown20:qt.create("--ft-color-brown-20","","COLOR","#EEDFD8"),colorBrown30:qt.create("--ft-color-brown-30","","COLOR","#E4CDC1"),colorBrown40:qt.create("--ft-color-brown-40","","COLOR","#DABAAA"),colorBrown50:qt.create("--ft-color-brown-50","","COLOR","#D0A792"),colorBrown60:qt.create("--ft-color-brown-60","","COLOR","#C6947B"),colorBrown70:qt.create("--ft-color-brown-70","","COLOR","#BC8264"),colorBrown100:qt.create("--ft-color-brown-100","","COLOR","#9B6143"),colorBrown200:qt.create("--ft-color-brown-200","","COLOR","#845239"),colorBrown300:qt.create("--ft-color-brown-300","","COLOR","#6D442F"),colorBrown400:qt.create("--ft-color-brown-400","","COLOR","#553525"),colorBrown500:qt.create("--ft-color-brown-500","","COLOR","#3E271B"),colorBrown600:qt.create("--ft-color-brown-600","","COLOR","#271811"),colorBrown700:qt.create("--ft-color-brown-700","","COLOR","#100A07"),spacing1:qt.create("--ft-spacing-1","","SIZE","0.25rem"),spacing2:qt.create("--ft-spacing-2","","SIZE","calc(var(--ft-spacing-2, 0.25rem)*2)"),spacing3:qt.create("--ft-spacing-3","","SIZE","calc(var(--ft-spacing-3, 0.25rem)*3)"),spacing4:qt.create("--ft-spacing-4","","SIZE","calc(var(--ft-spacing-4, 0.25rem)*4)"),spacing5:qt.create("--ft-spacing-5","","SIZE","calc(var(--ft-spacing-5, 0.25rem)*5)"),spacing6:qt.create("--ft-spacing-6","","SIZE","calc(var(--ft-spacing-6, 0.25rem)*6)"),spacing8:qt.create("--ft-spacing-8","","SIZE","calc(var(--ft-spacing-8, 0.25rem)*8)"),spacing10:qt.create("--ft-spacing-10","","SIZE","calc(var(--ft-spacing-10, 0.25rem)*10)"),spacing12:qt.create("--ft-spacing-12","","SIZE","calc(var(--ft-spacing-12, 0.25rem)*12)"),spacing16:qt.create("--ft-spacing-16","","SIZE","calc(var(--ft-spacing-16, 0.25rem)*16)"),spacing20:qt.create("--ft-spacing-20","","SIZE","calc(var(--ft-spacing-20, 0.25rem)*20)"),spacing24:qt.create("--ft-spacing-24","","SIZE","calc(var(--ft-spacing-24, 0.25rem)*24)"),spacing28:qt.create("--ft-spacing-28","","SIZE","calc(var(--ft-spacing-28, 0.25rem)*28)"),spacing32:qt.create("--ft-spacing-32","","SIZE","calc(var(--ft-spacing-32, 0.25rem)*32)"),spacing05:qt.create("--ft-spacing-0-5","","SIZE","calc(var(--ft-spacing-0-5, 0.25rem)*0.5)"),borderRadiusS:qt.create("--ft-border-radius-s","","SIZE","4px"),borderRadiusM:qt.create("--ft-border-radius-m","","SIZE","8px"),borderRadiusL:qt.create("--ft-border-radius-l","","SIZE","12px"),borderRadiusXl:qt.create("--ft-border-radius-xl","","SIZE","16px"),borderRadiusPill:qt.create("--ft-border-radius-pill","","SIZE","999px"),borderRadiusRound:qt.create("--ft-border-radius-round","","SIZE","50%"),iconSize1:qt.create("--ft-icon-size-1","","SIZE","12px"),iconSize2:qt.create("--ft-icon-size-2","","SIZE","16px"),iconSize3:qt.create("--ft-icon-size-3","","SIZE","20px"),iconSize4:qt.create("--ft-icon-size-4","","SIZE","24px"),iconSize5:qt.create("--ft-icon-size-5","","SIZE","32px"),iconSize6:qt.create("--ft-icon-size-6","","SIZE","48px"),opacity0:qt.create("--ft-opacity-0","","NUMBER","0"),opacity8:qt.create("--ft-opacity-8","","NUMBER","0.08"),opacity16:qt.create("--ft-opacity-16","","NUMBER","0.16"),opacity24:qt.create("--ft-opacity-24","","NUMBER","0.24"),opacity40:qt.create("--ft-opacity-40","","NUMBER","0.4"),opacity80:qt.create("--ft-opacity-80","","NUMBER","0.8"),shadowElevation01:qt.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:qt.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:qt.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:qt.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:qt.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:qt.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:qt.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:qt.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:qt.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:qt.create("--ft-typography-display-fontFamily","","UNKNOWN","Inter"),fontWeight:qt.create("--ft-typography-display-fontWeight","","UNKNOWN","600"),lineHeight:qt.create("--ft-typography-display-lineHeight","","SIZE","120%"),fontSize:qt.create("--ft-typography-display-fontSize","","SIZE","2.5rem"),letterSpacing:qt.create("--ft-typography-display-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:qt.create("--ft-typography-display-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:qt.create("--ft-typography-display-paragraphIndent","","UNKNOWN","0"),textDecoration:qt.create("--ft-typography-display-textDecoration","","UNKNOWN","none"),textCase:qt.create("--ft-typography-display-textCase","","UNKNOWN","none")},"title-1":{fontFamily:qt.create("--ft-typography-title-1-fontFamily","","UNKNOWN","Inter"),fontWeight:qt.create("--ft-typography-title-1-fontWeight","","UNKNOWN","600"),lineHeight:qt.create("--ft-typography-title-1-lineHeight","","SIZE","120%"),fontSize:qt.create("--ft-typography-title-1-fontSize","","SIZE","1.5rem"),letterSpacing:qt.create("--ft-typography-title-1-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:qt.create("--ft-typography-title-1-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:qt.create("--ft-typography-title-1-paragraphIndent","","UNKNOWN","0"),textDecoration:qt.create("--ft-typography-title-1-textDecoration","","UNKNOWN","none"),textCase:qt.create("--ft-typography-title-1-textCase","","UNKNOWN","none")},"title-2":{fontFamily:qt.create("--ft-typography-title-2-fontFamily","","UNKNOWN","Inter"),fontWeight:qt.create("--ft-typography-title-2-fontWeight","","UNKNOWN","500"),lineHeight:qt.create("--ft-typography-title-2-lineHeight","","SIZE","120%"),fontSize:qt.create("--ft-typography-title-2-fontSize","","SIZE","1.25rem"),letterSpacing:qt.create("--ft-typography-title-2-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:qt.create("--ft-typography-title-2-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:qt.create("--ft-typography-title-2-paragraphIndent","","UNKNOWN","0"),textDecoration:qt.create("--ft-typography-title-2-textDecoration","","UNKNOWN","none"),textCase:qt.create("--ft-typography-title-2-textCase","","UNKNOWN","none")},"title-3":{fontFamily:qt.create("--ft-typography-title-3-fontFamily","","UNKNOWN","Inter"),fontWeight:qt.create("--ft-typography-title-3-fontWeight","","UNKNOWN","500"),lineHeight:qt.create("--ft-typography-title-3-lineHeight","","SIZE","120%"),fontSize:qt.create("--ft-typography-title-3-fontSize","","SIZE","1.125rem"),letterSpacing:qt.create("--ft-typography-title-3-letterSpacing","","SIZE","-0.01em"),paragraphSpacing:qt.create("--ft-typography-title-3-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:qt.create("--ft-typography-title-3-paragraphIndent","","UNKNOWN","0"),textDecoration:qt.create("--ft-typography-title-3-textDecoration","","UNKNOWN","none"),textCase:qt.create("--ft-typography-title-3-textCase","","UNKNOWN","none")},"body-1-regular":{fontFamily:qt.create("--ft-typography-body-1-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:qt.create("--ft-typography-body-1-regular-fontWeight","","UNKNOWN","400"),lineHeight:qt.create("--ft-typography-body-1-regular-lineHeight","","SIZE","135%"),fontSize:qt.create("--ft-typography-body-1-regular-fontSize","","SIZE","1rem"),letterSpacing:qt.create("--ft-typography-body-1-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:qt.create("--ft-typography-body-1-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:qt.create("--ft-typography-body-1-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:qt.create("--ft-typography-body-1-regular-textDecoration","","UNKNOWN","none"),textCase:qt.create("--ft-typography-body-1-regular-textCase","","UNKNOWN","none")},"body-1-medium":{fontFamily:qt.create("--ft-typography-body-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:qt.create("--ft-typography-body-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:qt.create("--ft-typography-body-1-medium-lineHeight","","SIZE","135%"),fontSize:qt.create("--ft-typography-body-1-medium-fontSize","","SIZE","1rem"),letterSpacing:qt.create("--ft-typography-body-1-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:qt.create("--ft-typography-body-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:qt.create("--ft-typography-body-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:qt.create("--ft-typography-body-1-medium-textDecoration","","UNKNOWN","none"),textCase:qt.create("--ft-typography-body-1-medium-textCase","","UNKNOWN","none")},"body-1-semibold":{fontFamily:qt.create("--ft-typography-body-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:qt.create("--ft-typography-body-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:qt.create("--ft-typography-body-1-semibold-lineHeight","","SIZE","135%"),fontSize:qt.create("--ft-typography-body-1-semibold-fontSize","","SIZE","1rem"),letterSpacing:qt.create("--ft-typography-body-1-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:qt.create("--ft-typography-body-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:qt.create("--ft-typography-body-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:qt.create("--ft-typography-body-1-semibold-textDecoration","","UNKNOWN","none"),textCase:qt.create("--ft-typography-body-1-semibold-textCase","","UNKNOWN","none")},"body-2-regular":{fontFamily:qt.create("--ft-typography-body-2-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:qt.create("--ft-typography-body-2-regular-fontWeight","","UNKNOWN","400"),lineHeight:qt.create("--ft-typography-body-2-regular-lineHeight","","SIZE","135%"),fontSize:qt.create("--ft-typography-body-2-regular-fontSize","","SIZE","0.875rem"),letterSpacing:qt.create("--ft-typography-body-2-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:qt.create("--ft-typography-body-2-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:qt.create("--ft-typography-body-2-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:qt.create("--ft-typography-body-2-regular-textDecoration","","UNKNOWN","none"),textCase:qt.create("--ft-typography-body-2-regular-textCase","","UNKNOWN","none")},"body-2-medium":{fontFamily:qt.create("--ft-typography-body-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:qt.create("--ft-typography-body-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:qt.create("--ft-typography-body-2-medium-lineHeight","","SIZE","135%"),fontSize:qt.create("--ft-typography-body-2-medium-fontSize","","SIZE","0.875rem"),letterSpacing:qt.create("--ft-typography-body-2-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:qt.create("--ft-typography-body-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:qt.create("--ft-typography-body-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:qt.create("--ft-typography-body-2-medium-textDecoration","","UNKNOWN","none"),textCase:qt.create("--ft-typography-body-2-medium-textCase","","UNKNOWN","none")},"body-2-semibold":{fontFamily:qt.create("--ft-typography-body-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:qt.create("--ft-typography-body-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:qt.create("--ft-typography-body-2-semibold-lineHeight","","SIZE","135%"),fontSize:qt.create("--ft-typography-body-2-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:qt.create("--ft-typography-body-2-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:qt.create("--ft-typography-body-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:qt.create("--ft-typography-body-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:qt.create("--ft-typography-body-2-semibold-textDecoration","","UNKNOWN","none"),textCase:qt.create("--ft-typography-body-2-semibold-textCase","","UNKNOWN","none")},"label-1-medium":{fontFamily:qt.create("--ft-typography-label-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:qt.create("--ft-typography-label-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:qt.create("--ft-typography-label-1-medium-lineHeight","","SIZE","110%"),fontSize:qt.create("--ft-typography-label-1-medium-fontSize","","SIZE","0.875rem"),letterSpacing:qt.create("--ft-typography-label-1-medium-letterSpacing","","SIZE","0.04em"),textCase:qt.create("--ft-typography-label-1-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:qt.create("--ft-typography-label-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:qt.create("--ft-typography-label-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:qt.create("--ft-typography-label-1-medium-textDecoration","","UNKNOWN","none")},"label-1-semibold":{fontFamily:qt.create("--ft-typography-label-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:qt.create("--ft-typography-label-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:qt.create("--ft-typography-label-1-semibold-lineHeight","","SIZE","110%"),fontSize:qt.create("--ft-typography-label-1-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:qt.create("--ft-typography-label-1-semibold-letterSpacing","","SIZE","0.04em"),textCase:qt.create("--ft-typography-label-1-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:qt.create("--ft-typography-label-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:qt.create("--ft-typography-label-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:qt.create("--ft-typography-label-1-semibold-textDecoration","","UNKNOWN","none")},"label-1-bold":{fontFamily:qt.create("--ft-typography-label-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:qt.create("--ft-typography-label-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:qt.create("--ft-typography-label-1-bold-lineHeight","","SIZE","110%"),fontSize:qt.create("--ft-typography-label-1-bold-fontSize","","SIZE","0.875rem"),letterSpacing:qt.create("--ft-typography-label-1-bold-letterSpacing","","SIZE","0.04em"),textCase:qt.create("--ft-typography-label-1-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:qt.create("--ft-typography-label-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:qt.create("--ft-typography-label-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:qt.create("--ft-typography-label-1-bold-textDecoration","","UNKNOWN","none")},"label-2-medium":{fontFamily:qt.create("--ft-typography-label-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:qt.create("--ft-typography-label-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:qt.create("--ft-typography-label-2-medium-lineHeight","","SIZE","110%"),fontSize:qt.create("--ft-typography-label-2-medium-fontSize","","SIZE","0.75rem"),letterSpacing:qt.create("--ft-typography-label-2-medium-letterSpacing","","SIZE","0.04em"),textCase:qt.create("--ft-typography-label-2-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:qt.create("--ft-typography-label-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:qt.create("--ft-typography-label-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:qt.create("--ft-typography-label-2-medium-textDecoration","","UNKNOWN","none")},"label-2-semibold":{fontFamily:qt.create("--ft-typography-label-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:qt.create("--ft-typography-label-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:qt.create("--ft-typography-label-2-semibold-lineHeight","","SIZE","110%"),fontSize:qt.create("--ft-typography-label-2-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:qt.create("--ft-typography-label-2-semibold-letterSpacing","","SIZE","0.04em"),textCase:qt.create("--ft-typography-label-2-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:qt.create("--ft-typography-label-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:qt.create("--ft-typography-label-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:qt.create("--ft-typography-label-2-semibold-textDecoration","","UNKNOWN","none")},"label-2-bold":{fontFamily:qt.create("--ft-typography-label-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:qt.create("--ft-typography-label-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:qt.create("--ft-typography-label-2-bold-lineHeight","","SIZE","110%"),fontSize:qt.create("--ft-typography-label-2-bold-fontSize","","SIZE","0.75rem"),letterSpacing:qt.create("--ft-typography-label-2-bold-letterSpacing","","SIZE","0.04em"),textCase:qt.create("--ft-typography-label-2-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:qt.create("--ft-typography-label-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:qt.create("--ft-typography-label-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:qt.create("--ft-typography-label-2-bold-textDecoration","","UNKNOWN","none")},"caption-1-medium":{fontFamily:qt.create("--ft-typography-caption-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:qt.create("--ft-typography-caption-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:qt.create("--ft-typography-caption-1-medium-lineHeight","","SIZE","130%"),fontSize:qt.create("--ft-typography-caption-1-medium-fontSize","","SIZE","0.75rem"),letterSpacing:qt.create("--ft-typography-caption-1-medium-letterSpacing","","SIZE","normal"),textCase:qt.create("--ft-typography-caption-1-medium-textCase","","UNKNOWN","none"),paragraphSpacing:qt.create("--ft-typography-caption-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:qt.create("--ft-typography-caption-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:qt.create("--ft-typography-caption-1-medium-textDecoration","","UNKNOWN","none")},"caption-1-semibold":{fontFamily:qt.create("--ft-typography-caption-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:qt.create("--ft-typography-caption-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:qt.create("--ft-typography-caption-1-semibold-lineHeight","","SIZE","130%"),fontSize:qt.create("--ft-typography-caption-1-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:qt.create("--ft-typography-caption-1-semibold-letterSpacing","","SIZE","normal"),textCase:qt.create("--ft-typography-caption-1-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:qt.create("--ft-typography-caption-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:qt.create("--ft-typography-caption-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:qt.create("--ft-typography-caption-1-semibold-textDecoration","","UNKNOWN","none")},"caption-1-bold":{fontFamily:qt.create("--ft-typography-caption-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:qt.create("--ft-typography-caption-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:qt.create("--ft-typography-caption-1-bold-lineHeight","","SIZE","130%"),fontSize:qt.create("--ft-typography-caption-1-bold-fontSize","","SIZE","0.75rem"),letterSpacing:qt.create("--ft-typography-caption-1-bold-letterSpacing","","SIZE","normal"),textCase:qt.create("--ft-typography-caption-1-bold-textCase","","UNKNOWN","none"),paragraphSpacing:qt.create("--ft-typography-caption-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:qt.create("--ft-typography-caption-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:qt.create("--ft-typography-caption-1-bold-textDecoration","","UNKNOWN","none")},"caption-2-medium":{fontFamily:qt.create("--ft-typography-caption-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:qt.create("--ft-typography-caption-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:qt.create("--ft-typography-caption-2-medium-lineHeight","","SIZE","130%"),fontSize:qt.create("--ft-typography-caption-2-medium-fontSize","","SIZE","0.6875rem"),letterSpacing:qt.create("--ft-typography-caption-2-medium-letterSpacing","","SIZE","normal"),textCase:qt.create("--ft-typography-caption-2-medium-textCase","","UNKNOWN","none"),paragraphSpacing:qt.create("--ft-typography-caption-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:qt.create("--ft-typography-caption-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:qt.create("--ft-typography-caption-2-medium-textDecoration","","UNKNOWN","none")},"caption-2-semibold":{fontFamily:qt.create("--ft-typography-caption-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:qt.create("--ft-typography-caption-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:qt.create("--ft-typography-caption-2-semibold-lineHeight","","SIZE","130%"),fontSize:qt.create("--ft-typography-caption-2-semibold-fontSize","","SIZE","0.6875rem"),letterSpacing:qt.create("--ft-typography-caption-2-semibold-letterSpacing","","SIZE","normal"),textCase:qt.create("--ft-typography-caption-2-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:qt.create("--ft-typography-caption-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:qt.create("--ft-typography-caption-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:qt.create("--ft-typography-caption-2-semibold-textDecoration","","UNKNOWN","none")},"caption-2-bold":{fontFamily:qt.create("--ft-typography-caption-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:qt.create("--ft-typography-caption-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:qt.create("--ft-typography-caption-2-bold-lineHeight","","SIZE","130%"),fontSize:qt.create("--ft-typography-caption-2-bold-fontSize","","SIZE","0.6875rem"),letterSpacing:qt.create("--ft-typography-caption-2-bold-letterSpacing","","SIZE","normal"),textCase:qt.create("--ft-typography-caption-2-bold-textCase","","UNKNOWN","none"),paragraphSpacing:qt.create("--ft-typography-caption-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:qt.create("--ft-typography-caption-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:qt.create("--ft-typography-caption-2-bold-textDecoration","","UNKNOWN","none")},"caption-3-medium":{fontFamily:qt.create("--ft-typography-caption-3-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:qt.create("--ft-typography-caption-3-medium-fontWeight","","UNKNOWN","500"),lineHeight:qt.create("--ft-typography-caption-3-medium-lineHeight","","SIZE","130%"),fontSize:qt.create("--ft-typography-caption-3-medium-fontSize","","SIZE","0.625rem"),letterSpacing:qt.create("--ft-typography-caption-3-medium-letterSpacing","","SIZE","normal"),textCase:qt.create("--ft-typography-caption-3-medium-textCase","","UNKNOWN","none"),paragraphSpacing:qt.create("--ft-typography-caption-3-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:qt.create("--ft-typography-caption-3-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:qt.create("--ft-typography-caption-3-medium-textDecoration","","UNKNOWN","none")},"caption-3-semibold":{fontFamily:qt.create("--ft-typography-caption-3-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:qt.create("--ft-typography-caption-3-semibold-fontWeight","","UNKNOWN","600"),lineHeight:qt.create("--ft-typography-caption-3-semibold-lineHeight","","SIZE","130%"),fontSize:qt.create("--ft-typography-caption-3-semibold-fontSize","","SIZE","0.625rem"),letterSpacing:qt.create("--ft-typography-caption-3-semibold-letterSpacing","","SIZE","normal"),textCase:qt.create("--ft-typography-caption-3-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:qt.create("--ft-typography-caption-3-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:qt.create("--ft-typography-caption-3-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:qt.create("--ft-typography-caption-3-semibold-textDecoration","","UNKNOWN","none")},"caption-3-bold":{fontFamily:qt.create("--ft-typography-caption-3-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:qt.create("--ft-typography-caption-3-bold-fontWeight","","UNKNOWN","700"),lineHeight:qt.create("--ft-typography-caption-3-bold-lineHeight","","SIZE","130%"),fontSize:qt.create("--ft-typography-caption-3-bold-fontSize","","SIZE","0.625rem"),letterSpacing:qt.create("--ft-typography-caption-3-bold-letterSpacing","","SIZE","normal"),textCase:qt.create("--ft-typography-caption-3-bold-textCase","","UNKNOWN","none"),paragraphSpacing:qt.create("--ft-typography-caption-3-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:qt.create("--ft-typography-caption-3-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:qt.create("--ft-typography-caption-3-bold-textDecoration","","UNKNOWN","none")}},Jt={backgroundActionPrimary:qt.extend("--ft-background-action-primary","Used as backgorund of primary action components.",Vt.colorBrand0),backgroundErrorPrimary:qt.extend("--ft-background-error-primary","Used as background of error components.",Vt.colorRed0),backgroundErrorSubtle:qt.extend("--ft-background-error-subtle","Used as background of subtle error components.",Vt.colorRed10),backgroundInfoPrimary:qt.extend("--ft-background-info-primary","Used as background of information components.",Vt.colorCyan200),backgroundInfoSubtle:qt.extend("--ft-background-info-subtle","Used as background of subtle information components.",Vt.colorCyan10),backgroundWarningPrimary:qt.extend("--ft-background-warning-primary","Used as background of warning components.",Vt.colorOrange300),backgroundWarningSubtle:qt.extend("--ft-background-warning-subtle","Used as background of subtle information components.",Vt.colorOrange10),backgroundSuccessPrimary:qt.extend("--ft-background-success-primary","Used as background of success components.",Vt.colorGreen200),backgroundSuccessSubtle:qt.extend("--ft-background-success-subtle","Used as background of subtle success components.",Vt.colorGreen10),backgroundGlobalSurface:qt.extend("--ft-background-global-surface","Used as app background.",Vt.colorWhite),backgroundGlobalOnSurface:qt.extend("--ft-background-global-on-surface","Used as background on element on the base background, like cards.",Vt.colorGray10),backgroundGlobalOnSurfaceDark:qt.extend("--ft-background-global-on-surface-dark","Used as background on element that need background separation.",Vt.colorGray30),contentActionPrimary:qt.extend("--ft-content-action-primary","Used on label of primary action on light surface.",Vt.colorBrand0),contentWarningPrimary:qt.extend("--ft-content-warning-primary","Used on label of warning messages on light surface.",Vt.colorOrange300),contentWarningIconOnly:qt.extend("--ft-content-warning-icon-only","Used on warning status icons alone",Vt.colorOrange0),contentErrorPrimary:qt.extend("--ft-content-error-primary","Used on label of error messages on light surface.",Vt.colorRed0),contentErrorIconOnly:qt.extend("--ft-content-error-icon-only","Used on error status icons alone",Vt.colorRed0),contentInfoPrimary:qt.extend("--ft-content-info-primary","Used on label of information messages on light surface.",Vt.colorCyan200),contentInfoIconOnly:qt.extend("--ft-content-info-icon-only","Used on info status icons alone",Vt.colorCyan0),contentSuccessPrimary:qt.extend("--ft-content-success-primary","Used on label of success messages on light surface.",Vt.colorGreen200),contentSuccessIconOnly:qt.extend("--ft-content-success-icon-only","Used on success status icons alone",Vt.colorGreen0),contentGlobalPrimary:qt.extend("--ft-content-global-primary","Used for main content on the page.",Vt.colorGray500),contentGlobalSecondary:qt.extend("--ft-content-global-secondary","Used for secondary content, often paired with primary content.\nAlso for action icons.",Vt.colorGray200),contentGlobalSubtle:qt.extend("--ft-content-global-subtle","Used for placeholder, unselected items in a tab component or breadcrumb.",Vt.colorGray0),contentGlobalOnColor:qt.extend("--ft-content-global-on-color","Used for content on a dominant color.",Vt.colorWhite),borderActionPrimary:qt.extend("--ft-border-action-primary","Used as border for primary action components.",Vt.colorBrand0),borderActionFocusRing:qt.extend("--ft-border-action-focus-ring","Focus ring is an additional border to indicate focus-visible state.",Vt.colorCyan0),borderWarningPrimary:qt.extend("--ft-border-warning-primary","Used as border for text fields in warning state and for buttons in warning color",Vt.colorOrange300),borderWarningSubtle:qt.extend("--ft-border-warning-subtle","Used as border for warning components.",Vt.colorOrange30),borderSuccessPrimary:qt.extend("--ft-border-success-primary","Used as border for success buttons.",Vt.colorGreen200),borderSuccessSubtle:qt.extend("--ft-border-success-subtle","Used as border for success components.",Vt.colorGreen30),borderErrorPrimary:qt.extend("--ft-border-error-primary","Used as border for text fields in error states.",Vt.colorRed0),borderErrorSubtle:qt.extend("--ft-border-error-subtle","Used as border for error components.",Vt.colorRed30),borderInfoPrimary:qt.extend("--ft-border-info-primary","Used as border for buttons in info color.",Vt.colorCyan200),borderInfoSubtle:qt.extend("--ft-border-info-subtle","Used as border for information components.",Vt.colorCyan30),borderGlobalPrimary:qt.extend("--ft-border-global-primary","Used as border for element like input.",Vt.colorGray50),borderGlobalSubtle:qt.extend("--ft-border-global-subtle","Used as border to deliminate an area filled with background.on-surface and separators.",Vt.colorGray30),borderInputPrimary:qt.extend("--ft-border-input-primary","Used as border for checkboxes and radio buttons",Vt.colorGray80)};qt.create("--ft-button-large-height","","SIZE","40px"),qt.extend("--ft-button-large-horizontal-padding","",Vt.spacing4),qt.extend("--ft-button-large-gap","",Vt.spacing2),qt.extend("--ft-button-large-border-radius","",Vt.borderRadiusS),qt.extend("--ft-button-large-icon-size","",Vt.iconSize3),qt.create("--ft-button-large-border-width","","SIZE","1px"),qt.create("--ft-button-large-focus-outline-offset","","SIZE","2px"),qt.create("--ft-button-large-focus-outline-width","","SIZE","2px"),qt.create("--ft-button-large-icon-only-width","","SIZE","40px"),qt.create("--ft-button-small-height","","SIZE","30px"),qt.extend("--ft-button-small-horizontal-padding","",Vt.spacing3),qt.extend("--ft-button-small-gap","",Vt.spacing2),qt.extend("--ft-button-small-border-radius","",Vt.borderRadiusS),qt.extend("--ft-button-small-icon-size","",Vt.iconSize2),qt.create("--ft-button-small-border-width","","SIZE","1px"),qt.create("--ft-button-small-focus-outline-offset","","SIZE","2px"),qt.create("--ft-button-small-focus-outline-width","","SIZE","2px"),qt.create("--ft-button-small-icon-only-width","","SIZE","30px"),qt.extend("--ft-button-primary-background-color","",Jt.backgroundActionPrimary),qt.extend("--ft-button-primary-color","",Jt.contentGlobalOnColor),qt.extend("--ft-button-primary-icon-color","",Jt.contentGlobalOnColor),qt.extend("--ft-button-primary-state-layer-color","",Jt.contentGlobalOnColor),qt.extend("--ft-button-primary-state-layer-opacity-hover","",Vt.opacity16),qt.extend("--ft-button-primary-state-layer-opacity-focus","",Vt.opacity16),qt.extend("--ft-button-primary-state-layer-opacity-active","",Vt.opacity24),qt.extend("--ft-button-primary-component-opacity-disabled","",Vt.opacity40),qt.extend("--ft-button-focus-focus-ring-color","",Jt.borderActionFocusRing),qt.create("--ft-button-tertiary-background-color","","COLOR","rgba(0,0,0,0)"),qt.extend("--ft-button-tertiary-color","",Jt.contentActionPrimary),qt.extend("--ft-button-tertiary-icon-color","",Jt.contentActionPrimary),qt.extend("--ft-button-tertiary-state-layer-color","",Jt.contentActionPrimary),qt.extend("--ft-button-tertiary-state-layer-opacity-hover","",Vt.opacity8),qt.extend("--ft-button-tertiary-state-layer-opacity-focus","",Vt.opacity8),qt.extend("--ft-button-tertiary-state-layer-opacity-active","",Vt.opacity16),qt.extend("--ft-button-tertiary-component-opacity-disabled","",Vt.opacity40),qt.create("--ft-button-secondary-background-color","","COLOR","rgba(0,0,0,0)"),qt.extend("--ft-button-secondary-color","",Jt.contentActionPrimary),qt.extend("--ft-button-secondary-icon-color","",Jt.contentActionPrimary),qt.extend("--ft-button-secondary-state-layer-color","",Jt.contentActionPrimary),qt.extend("--ft-button-secondary-state-layer-opacity-hover","",Vt.opacity8),qt.extend("--ft-button-secondary-state-layer-opacity-focus","",Vt.opacity8),qt.extend("--ft-button-secondary-state-layer-opacity-active","",Vt.opacity16),qt.extend("--ft-button-secondary-component-opacity-disabled","",Vt.opacity40),qt.extend("--ft-button-secondary-border-color","",Jt.borderActionPrimary),qt.create("--ft-button-neutral-background-color","","COLOR","rgba(0,0,0,0)"),qt.extend("--ft-button-neutral-icon-color","",Jt.contentGlobalSecondary),qt.extend("--ft-button-neutral-color","",Jt.contentGlobalSecondary),qt.extend("--ft-button-neutral-state-layer-color","",Jt.contentGlobalSecondary),qt.extend("--ft-button-neutral-state-layer-opacity-hover","",Vt.opacity8),qt.extend("--ft-button-neutral-state-layer-opacity-focus","",Vt.opacity8),qt.extend("--ft-button-neutral-state-layer-opacity-active","",Vt.opacity16),qt.extend("--ft-button-neutral-component-opacity-disabled","",Vt.opacity40),qt.extend("--ft-floating-menu-horizontal-padding","",Vt.spacing4),qt.extend("--ft-floating-menu-vertical-padding","",Vt.spacing4),qt.extend("--ft-floating-menu-off-icon-color","",Jt.contentGlobalPrimary),qt.extend("--ft-floating-menu-off-color","",Jt.contentGlobalPrimary),qt.extend("--ft-floating-menu-on-color","",Jt.contentActionPrimary),qt.extend("--ft-floating-menu-on-icon-color","",Jt.contentActionPrimary),qt.extend("--ft-floating-menu-on-state-layer-color","",Jt.contentActionPrimary),qt.extend("--ft-floating-menu-gap","",Vt.spacing3),qt.extend("--ft-floating-menu-focus-focus-ring-color","",Jt.borderActionFocusRing),qt.create("--ft-floating-menu-focus-outline-width","","SIZE","3px"),qt.extend("--ft-floating-menu-state-layer-opacity-hover","",Vt.opacity8),qt.extend("--ft-floating-menu-state-layer-opacity-active","",Vt.opacity16),qt.extend("--ft-floating-menu-state-layer-opacity-focus","",Vt.opacity8),qt.extend("--ft-floating-menu-component-opacity-disabled","",Vt.opacity40),qt.extend("--ft-floating-menu-icon-size","",Vt.iconSize3),qt.extend("--ft-floating-menu-background-color","",Jt.backgroundGlobalOnSurface),qt.extend("--ft-tabs-top-left-border-radius","",Vt.borderRadiusS),qt.extend("--ft-tabs-top-right-border-radius","",Vt.borderRadiusS),qt.extend("--ft-tabs-label-horizontal-padding","",Vt.spacing4),qt.extend("--ft-tabs-label-vertical-padding","",Vt.spacing3),qt.extend("--ft-tabs-label-gap","",Vt.spacing1),qt.extend("--ft-tabs-icon-horizontal-padding","",Vt.spacing1),qt.extend("--ft-tabs-icon-vertical-padding","",Vt.spacing4),qt.create("--ft-tabs-focus-outline-width","","SIZE","2px"),qt.extend("--ft-tabs-focus-focus-ring-color","",Jt.borderActionFocusRing),qt.extend("--ft-tabs-off-state-layer-opacity-hover","",Vt.opacity8),qt.extend("--ft-tabs-off-state-layer-opacity-focus","",Vt.opacity8),qt.extend("--ft-tabs-off-state-layer-opacity-active","",Vt.opacity16),qt.extend("--ft-tabs-off-component-opacity-disabled","",Vt.opacity40),qt.extend("--ft-tabs-off-color","",Jt.contentGlobalSubtle),qt.extend("--ft-tabs-off-state-layer-color","",Jt.contentGlobalSubtle),qt.extend("--ft-tabs-on-state-layer-opacity-hover","",Vt.opacity8),qt.extend("--ft-tabs-on-state-layer-opacity-focus","",Vt.opacity8),qt.extend("--ft-tabs-on-state-layer-opacity-active","",Vt.opacity16),qt.extend("--ft-tabs-on-component-opacity-disabled","",Vt.opacity40),qt.extend("--ft-tabs-on-color","",Jt.contentActionPrimary),qt.extend("--ft-tabs-on-state-layer-color","",Jt.contentActionPrimary),qt.extend("--ft-collapsible-state-layer-opacity-hover","",Vt.opacity8),qt.extend("--ft-collapsible-state-layer-opacity-focus","",Vt.opacity8),qt.extend("--ft-collapsible-state-layer-opacity-active","",Vt.opacity16),qt.extend("--ft-collapsible-component-opacity-disabled","",Vt.opacity40),qt.extend("--ft-collapsible-horizontal-padding","",Vt.spacing4),qt.extend("--ft-collapsible-vertical-padding","",Vt.spacing3),qt.create("--ft-collapsible-focus-outline-width","","SIZE","3px"),qt.extend("--ft-collapsible-focus-focus-ring-color","",Jt.borderActionFocusRing),qt.extend("--ft-collapsible-color","",Jt.contentGlobalPrimary),qt.extend("--ft-collapsible-state-layer-color","",Jt.contentGlobalPrimary),qt.extend("--ft-collapsible-background-color","",Jt.backgroundGlobalOnSurface),qt.extend("--ft-collapsible-border-color","",Jt.borderGlobalSubtle),qt.extend("--ft-collapsible-icon-size","",Vt.iconSize3),qt.extend("--ft-switch-group-horizontal-padding","",Vt.spacing1),qt.extend("--ft-switch-group-vertical-padding","",Vt.spacing1),qt.extend("--ft-switch-group-gap","",Vt.spacing1),qt.extend("--ft-switch-group-background-color","",Jt.backgroundGlobalSurface),qt.extend("--ft-switch-group-border-color","",Jt.borderGlobalSubtle),qt.create("--ft-switch-group-border-radius","","SIZE","6px"),qt.extend("--ft-switch-label-horizontal-padding","",Vt.spacing2),qt.extend("--ft-switch-label-vertical-padding","",Vt.spacing1),qt.extend("--ft-switch-icon-horizontal-padding","",Vt.spacing1),qt.extend("--ft-switch-icon-vertical-padding","",Vt.spacing1),qt.create("--ft-switch-focus-outline-width","","SIZE","2px"),qt.extend("--ft-switch-focus-focus-ring-color","",Jt.borderActionFocusRing),qt.extend("--ft-switch-option-border-radius","",Vt.borderRadiusS),qt.extend("--ft-switch-off-state-layer-opacity-hover","",Vt.opacity8),qt.extend("--ft-switch-off-state-layer-opacity-focus","",Vt.opacity8),qt.extend("--ft-switch-off-state-layer-opacity-active","",Vt.opacity16),qt.extend("--ft-switch-off-component-opacity-disabled","",Vt.opacity40),qt.extend("--ft-switch-off-color","",Jt.contentGlobalSubtle),qt.extend("--ft-switch-off-state-layer-color","",Jt.contentGlobalSubtle),qt.extend("--ft-switch-on-state-layer-opacity-hover","",Vt.opacity8),qt.extend("--ft-switch-on-state-layer-opacity-focus","",Vt.opacity8),qt.extend("--ft-switch-on-state-layer-opacity-active","",Vt.opacity16),qt.extend("--ft-switch-on-component-opacity-disabled","",Vt.opacity40),qt.extend("--ft-switch-on-color","",Jt.contentActionPrimary),qt.extend("--ft-switch-on-state-layer-color","",Jt.contentActionPrimary),qt.extend("--ft-chart-1-light","for area color charts",Vt.colorBrand40),qt.extend("--ft-chart-1-base","for line charts",Vt.colorBrand0),qt.extend("--ft-chart-2-light","for area color charts",Vt.colorYellow60),qt.extend("--ft-chart-2-base","for line charts",Vt.colorYellow100),qt.extend("--ft-chart-3-light","",Vt.colorUltramarine40),qt.extend("--ft-chart-3-base","",Vt.colorUltramarine70),qt.extend("--ft-chart-4-light","",Vt.colorCyan50),qt.extend("--ft-chart-4-base","",Vt.colorCyan100),qt.extend("--ft-chart-5-light","",Vt.colorRed40),qt.extend("--ft-chart-5-base","",Vt.colorRed60),qt.extend("--ft-chart-6-light","",Vt.colorGreen40),qt.extend("--ft-chart-6-base","",Vt.colorGreen70),qt.extend("--ft-chart-7-light","",Vt.colorOrange70),qt.extend("--ft-chart-7-base","",Vt.colorOrange100),qt.extend("--ft-chart-8-light","",Vt.colorAvocado70),qt.extend("--ft-chart-8-base","",Vt.colorAvocado200),qt.extend("--ft-chart-9-light","",Vt.colorBrown50),qt.extend("--ft-chart-9-base","",Vt.colorBrown200),qt.extend("--ft-chart-10-light","",Vt.colorGray50),qt.extend("--ft-chart-10-base","",Vt.colorGray80),qt.extend("--ft-chart-monochrome-10","",Vt.colorBrand10),qt.extend("--ft-chart-monochrome-20","",Vt.colorBrand20),qt.extend("--ft-chart-monochrome-30","",Vt.colorBrand40),qt.extend("--ft-chart-monochrome-40","",Vt.colorBrand60),qt.extend("--ft-chart-monochrome-50","",Vt.colorBrand0),qt.extend("--ft-chart-monochrome-60","",Vt.colorBrand200),qt.extend("--ft-chip-large-horizontal-padding","",Vt.spacing4),qt.extend("--ft-chip-large-vertical-padding","",Vt.spacing2),qt.extend("--ft-chip-large-gap","",Vt.spacing1),qt.create("--ft-chip-large-focus-outline-offset","","SIZE","2px"),qt.create("--ft-chip-large-focus-outline-width","","SIZE","2px"),qt.extend("--ft-chip-large-border-radius","",Vt.borderRadiusPill),qt.create("--ft-chip-large-border-width","","SIZE","1px"),qt.extend("--ft-chip-large-icon-size","",Vt.iconSize3),qt.extend("--ft-chip-medium-horizontal-padding","",Vt.spacing3),qt.extend("--ft-chip-medium-vertical-padding","",Vt.spacing1),qt.extend("--ft-chip-medium-gap","",Vt.spacing1),qt.create("--ft-chip-medium-focus-outline-offset","","SIZE","2px"),qt.create("--ft-chip-medium-focus-outline-width","","SIZE","2px"),qt.extend("--ft-chip-medium-border-radius","",Vt.borderRadiusPill),qt.create("--ft-chip-medium-border-width","","SIZE","1px"),qt.extend("--ft-chip-medium-icon-size","",Vt.iconSize2),qt.extend("--ft-chip-small-horizontal-padding","",Vt.spacing2),qt.extend("--ft-chip-small-vertical-padding","",Vt.spacing05),qt.extend("--ft-chip-small-gap","",Vt.spacing1),qt.create("--ft-chip-small-focus-outline-offset","","SIZE","2px"),qt.create("--ft-chip-small-focus-outline-width","","SIZE","2px"),qt.extend("--ft-chip-small-border-radius","",Vt.borderRadiusPill),qt.create("--ft-chip-small-border-width","","SIZE","1px"),qt.extend("--ft-chip-small-icon-size","",Vt.iconSize1),qt.extend("--ft-chip-neutral-background-color","",Jt.backgroundGlobalOnSurface),qt.extend("--ft-chip-neutral-color","",Jt.contentGlobalPrimary),qt.extend("--ft-chip-neutral-border-color","",Jt.borderGlobalSubtle),qt.extend("--ft-chip-info-background-color","",Jt.backgroundInfoSubtle),qt.extend("--ft-chip-info-color","",Jt.contentInfoPrimary),qt.extend("--ft-chip-info-border-color","",Jt.borderInfoSubtle),qt.extend("--ft-chip-success-background-color","",Jt.backgroundSuccessSubtle),qt.extend("--ft-chip-success-color","",Jt.contentSuccessPrimary),qt.extend("--ft-chip-success-border-color","",Jt.borderSuccessSubtle),qt.extend("--ft-chip-warning-background-color","",Jt.backgroundWarningSubtle),qt.extend("--ft-chip-warning-color","",Jt.contentWarningPrimary),qt.extend("--ft-chip-warning-border-color","",Jt.borderWarningSubtle),qt.extend("--ft-chip-error-background-color","",Jt.backgroundErrorSubtle),qt.extend("--ft-chip-error-color","",Jt.contentErrorPrimary),qt.extend("--ft-chip-error-border-color","",Jt.borderErrorSubtle),qt.create("--ft-notice-border-width","","SIZE","1px"),qt.extend("--ft-notice-horizontal-padding","",Vt.spacing2),qt.extend("--ft-notice-vertical-padding","",Vt.spacing1),qt.extend("--ft-notice-border-radius","",Vt.borderRadiusS),qt.extend("--ft-notice-gap","",Vt.spacing2),qt.extend("--ft-notice-icon-size","",Vt.iconSize3),qt.extend("--ft-notice-info-background-color","",Jt.backgroundInfoSubtle),qt.extend("--ft-notice-info-border-color","",Jt.borderInfoSubtle),qt.extend("--ft-notice-info-color","",Jt.contentInfoPrimary),qt.extend("--ft-notice-warning-background-color","",Jt.backgroundWarningSubtle),qt.extend("--ft-notice-warning-border-color","",Jt.borderWarningSubtle),qt.extend("--ft-notice-warning-color","",Jt.contentWarningPrimary),qt.extend("--ft-checkbox-label-color","",Jt.contentGlobalPrimary),qt.extend("--ft-checkbox-checked-background-color","",Jt.contentActionPrimary),qt.extend("--ft-checkbox-checked-state-layer-color","",Jt.contentActionPrimary),qt.extend("--ft-checkbox-checked-color","",Jt.contentGlobalOnColor),qt.extend("--ft-checkbox-checked-state-layer-opacity-hover","",Vt.opacity16),qt.extend("--ft-checkbox-checked-state-layer-opacity-focus","",Vt.opacity16),qt.extend("--ft-checkbox-checked-state-layer-opacity-active","",Vt.opacity24),qt.extend("--ft-checkbox-checked-component-opacity-disabled","",Vt.opacity40),qt.extend("--ft-checkbox-unchecked-border-color","",Vt.colorGray80),qt.extend("--ft-checkbox-unchecked-state-layer-color","",Vt.colorGray80),qt.extend("--ft-checkbox-unchecked-state-layer-opacity-hover","",Vt.opacity16),qt.extend("--ft-checkbox-unchecked-state-layer-opacity-focus","",Vt.opacity16),qt.extend("--ft-checkbox-unchecked-state-layer-opacity-active","",Vt.opacity24),qt.extend("--ft-checkbox-unchecked-component-opacity-disabled","",Vt.opacity40),qt.extend("--ft-checkbox-focus-focus-ring-color","",Jt.borderActionFocusRing),qt.create("--ft-checkbox-focus-outline-offset","","SIZE","3px"),qt.create("--ft-checkbox-focus-outline-width","","SIZE","2px"),qt.extend("--ft-checkbox-gap","",Vt.spacing3),qt.extend("--ft-toggle-off-state-layer-opacity-hover","",Vt.opacity16),qt.extend("--ft-toggle-off-state-layer-opacity-focus","",Vt.opacity16),qt.extend("--ft-toggle-off-state-layer-opacity-active","",Vt.opacity24),qt.extend("--ft-toggle-off-component-opacity-disabled","",Vt.opacity40),qt.extend("--ft-toggle-off-background-color","",Jt.contentGlobalSubtle),qt.extend("--ft-toggle-off-icon-color","",Jt.contentGlobalSubtle),qt.extend("--ft-toggle-off-state-layer-color","",Jt.contentGlobalSubtle),qt.extend("--ft-toggle-on-state-layer-opacity-hover","",Vt.opacity16),qt.extend("--ft-toggle-on-state-layer-opacity-focus","",Vt.opacity16),qt.extend("--ft-toggle-on-state-layer-opacity-active","",Vt.opacity24),qt.extend("--ft-toggle-on-component-opacity-disabled","",Vt.opacity40),qt.extend("--ft-toggle-on-background-color","",Jt.contentActionPrimary),qt.extend("--ft-toggle-on-icon-color","",Jt.contentActionPrimary),qt.extend("--ft-toggle-on-state-layer-color","",Jt.contentActionPrimary),qt.extend("--ft-toggle-label-color","",Jt.contentGlobalPrimary),qt.extend("--ft-toggle-focus-focus-ring-color","",Jt.borderActionFocusRing),qt.extend("--ft-toggle-gap","",Vt.spacing3),qt.extend("--ft-radio-label-color","",Jt.contentGlobalPrimary),qt.extend("--ft-radio-selected-color","",Jt.contentActionPrimary),qt.extend("--ft-radio-selected-state-layer-color","",Jt.contentActionPrimary),qt.extend("--ft-radio-selected-state-layer-opacity-hover","",Vt.opacity16),qt.extend("--ft-radio-selected-state-layer-opacity-focus","",Vt.opacity16),qt.extend("--ft-radio-selected-state-layer-opacity-active","",Vt.opacity24),qt.extend("--ft-radio-selected-component-opacity-disabled","",Vt.opacity40),qt.extend("--ft-radio-unselected-state-layer-color","",Vt.colorGray80),qt.extend("--ft-radio-unselected-state-layer-opacity-hover","",Vt.opacity16),qt.extend("--ft-radio-unselected-state-layer-opacity-focus","",Vt.opacity16),qt.extend("--ft-radio-unselected-state-layer-opacity-active","",Vt.opacity24),qt.extend("--ft-radio-unselected-component-opacity-disabled","",Vt.opacity40),qt.extend("--ft-radio-focus-focus-ring-color","",Jt.borderActionFocusRing),qt.create("--ft-radio-focus-outline-offset","","SIZE","3px"),qt.create("--ft-radio-focus-outline-width","","SIZE","2px"),qt.extend("--ft-radio-gap","",Vt.spacing3),qt.extend("--ft-notification-icon-size","",Vt.iconSize4),qt.extend("--ft-notification-horizontal-padding","",Vt.spacing4),qt.extend("--ft-notification-vertical-padding","",Vt.spacing4),qt.extend("--ft-notification-info-background-color","",Jt.backgroundInfoSubtle),qt.extend("--ft-notification-info-color","",Jt.contentInfoPrimary),qt.extend("--ft-notification-info-border-color","",Jt.borderInfoSubtle),qt.extend("--ft-notification-success-background-color","",Jt.backgroundSuccessSubtle),qt.extend("--ft-notification-success-color","",Jt.contentSuccessPrimary),qt.extend("--ft-notification-success-border-color","",Jt.borderSuccessSubtle),qt.extend("--ft-notification-warning-background-color","",Jt.backgroundWarningSubtle),qt.extend("--ft-notification-warning-color","",Jt.contentWarningPrimary),qt.extend("--ft-notification-warning-border-color","",Jt.borderWarningSubtle),qt.extend("--ft-notification-error-background-color","",Jt.backgroundErrorSubtle),qt.extend("--ft-notification-error-color","",Jt.contentErrorPrimary),qt.extend("--ft-notification-error-border-color","",Jt.borderErrorSubtle),qt.extend("--ft-notification-border-radius","",Vt.borderRadiusPill),qt.create("--ft-notification-border-width","","SIZE","1px"),qt.extend("--ft-notification-gap-leading","",Vt.spacing2),qt.extend("--ft-notification-gap-trailing","",Vt.spacing8),qt.extend("--ft-tooltip-horizontal-padding","",Vt.spacing2),qt.extend("--ft-tooltip-vertical-padding","",Vt.spacing2),qt.extend("--ft-tooltip-border-radius","",Vt.borderRadiusS),qt.extend("--ft-tooltip-label","",Jt.contentGlobalOnColor),qt.extend("--ft-tooltip-background","",Jt.contentGlobalPrimary),qt.extend("--ft-tooltip-background-opacity","",Vt.opacity80),qt.extend("--ft-tooltip-shadow","",Vt.shadowElevation03);const Qt=o.FtCssVariableFactory.extend("--ft-typography-font-family","",o.designSystemVariables.titleFont),to=o.FtCssVariableFactory.extend("--ft-typography-font-family","",o.designSystemVariables.contentFont),oo={fontFamily:to,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")},eo=o.FtCssVariableFactory.extend("--ft-typography-title-font-family","",Qt),ao=o.FtCssVariableFactory.extend("--ft-typography-title-font-size","",oo.fontSize,"20px"),ro=o.FtCssVariableFactory.extend("--ft-typography-title-font-weight","",oo.fontWeight,"normal"),io=o.FtCssVariableFactory.extend("--ft-typography-title-letter-spacing","",oo.letterSpacing,"0.15px"),no=o.FtCssVariableFactory.extend("--ft-typography-title-line-height","",oo.lineHeight,"1.2"),lo=o.FtCssVariableFactory.extend("--ft-typography-title-text-transform","",oo.textTransform,"inherit"),po=o.FtCssVariableFactory.extend("--ft-typography-title-dense-font-family","",Qt),co=o.FtCssVariableFactory.extend("--ft-typography-title-dense-font-size","",oo.fontSize,"14px"),so=o.FtCssVariableFactory.extend("--ft-typography-title-dense-font-weight","",oo.fontWeight,"normal"),fo=o.FtCssVariableFactory.extend("--ft-typography-title-dense-letter-spacing","",oo.letterSpacing,"0.105px"),ho=o.FtCssVariableFactory.extend("--ft-typography-title-dense-line-height","",oo.lineHeight,"1.7"),go=o.FtCssVariableFactory.extend("--ft-typography-title-dense-text-transform","",oo.textTransform,"inherit"),yo=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-family","",to),bo=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-size","",oo.fontSize,"16px"),mo=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-weight","",oo.fontWeight,"600"),uo=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-letter-spacing","",oo.letterSpacing,"0.144px"),xo=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-line-height","",oo.lineHeight,"1.5"),Oo=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-text-transform","",oo.textTransform,"inherit"),No=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-family","",to),vo=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-size","",oo.fontSize,"14px"),So=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-weight","",oo.fontWeight,"normal"),wo=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-letter-spacing","",oo.letterSpacing,"0.098px"),Co=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-line-height","",oo.lineHeight,"1.7"),Io=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-text-transform","",oo.textTransform,"inherit"),Uo=o.FtCssVariableFactory.extend("--ft-typography-body1-font-family","",to),Eo=o.FtCssVariableFactory.extend("--ft-typography-body1-font-size","",oo.fontSize,"16px"),Wo=o.FtCssVariableFactory.extend("--ft-typography-body1-font-weight","",oo.fontWeight,"normal"),Ro=o.FtCssVariableFactory.extend("--ft-typography-body1-letter-spacing","",oo.letterSpacing,"0.496px"),ko=o.FtCssVariableFactory.extend("--ft-typography-body1-line-height","",oo.lineHeight,"1.5"),Lo=o.FtCssVariableFactory.extend("--ft-typography-body1-text-transform","",oo.textTransform,"inherit"),$o=o.FtCssVariableFactory.extend("--ft-typography-body2-font-family","",to),Ko=o.FtCssVariableFactory.extend("--ft-typography-body2-font-size","",oo.fontSize,"14px"),Zo=o.FtCssVariableFactory.extend("--ft-typography-body2-font-weight","",oo.fontWeight,"normal"),zo=o.FtCssVariableFactory.extend("--ft-typography-body2-letter-spacing","",oo.letterSpacing,"0.252px"),Bo=o.FtCssVariableFactory.extend("--ft-typography-body2-line-height","",oo.lineHeight,"1.4"),Fo=o.FtCssVariableFactory.extend("--ft-typography-body2-text-transform","",oo.textTransform,"inherit"),Do=o.FtCssVariableFactory.extend("--ft-typography-caption-font-family","",to),Ao=o.FtCssVariableFactory.extend("--ft-typography-caption-font-size","",oo.fontSize,"12px"),Ho=o.FtCssVariableFactory.extend("--ft-typography-caption-font-weight","",oo.fontWeight,"normal"),Go=o.FtCssVariableFactory.extend("--ft-typography-caption-letter-spacing","",oo.letterSpacing,"0.396px"),Mo=o.FtCssVariableFactory.extend("--ft-typography-caption-line-height","",oo.lineHeight,"1.33"),jo=o.FtCssVariableFactory.extend("--ft-typography-caption-text-transform","",oo.textTransform,"inherit"),Po=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-family","",to),To=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-size","",oo.fontSize,"10px"),_o=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-weight","",oo.fontWeight,"normal"),Yo=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-letter-spacing","",oo.letterSpacing,"0.33px"),qo=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-line-height","",oo.lineHeight,"1.6"),Vo=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-text-transform","",oo.textTransform,"inherit"),Xo=o.FtCssVariableFactory.extend("--ft-typography-overline-font-family","",to),Jo=o.FtCssVariableFactory.extend("--ft-typography-overline-font-size","",oo.fontSize,"10px"),Qo=o.FtCssVariableFactory.extend("--ft-typography-overline-font-weight","",oo.fontWeight,"normal"),te=o.FtCssVariableFactory.extend("--ft-typography-overline-letter-spacing","",oo.letterSpacing,"1.5px"),oe=o.FtCssVariableFactory.extend("--ft-typography-overline-line-height","",oo.lineHeight,"1.6"),ee=o.FtCssVariableFactory.extend("--ft-typography-overline-text-transform","",oo.textTransform,"uppercase"),ae=o.FtCssVariableFactory.extend("--ft-typography-button-font-family","",to),re=o.FtCssVariableFactory.extend("--ft-typography-button-font-size","",oo.fontSize,"14px"),ie=o.FtCssVariableFactory.extend("--ft-typography-button-font-weight","",oo.fontWeight,"600"),ne=o.FtCssVariableFactory.extend("--ft-typography-button-letter-spacing","",oo.letterSpacing,"1.246px"),le=o.FtCssVariableFactory.extend("--ft-typography-button-line-height","",oo.lineHeight,"1.15"),pe=o.FtCssVariableFactory.extend("--ft-typography-button-text-transform","",oo.textTransform,"uppercase"),ce=e.css`
254
254
  .ft-typography--title {
255
- font-family: ${oo};
256
- font-size: ${eo};
257
- font-weight: ${ao};
258
- letter-spacing: ${ro};
259
- line-height: ${io};
260
- text-transform: ${no};
261
- }
262
- `,ce=e.css`
263
- .ft-typography--title-dense {
264
- font-family: ${lo};
265
- font-size: ${po};
266
- font-weight: ${co};
267
- letter-spacing: ${so};
268
- line-height: ${fo};
269
- text-transform: ${ho};
255
+ font-family: ${eo};
256
+ font-size: ${ao};
257
+ font-weight: ${ro};
258
+ letter-spacing: ${io};
259
+ line-height: ${no};
260
+ text-transform: ${lo};
270
261
  }
271
262
  `,se=e.css`
272
- .ft-typography--subtitle1 {
273
- font-family: ${go};
274
- font-size: ${yo};
275
- font-weight: ${bo};
276
- letter-spacing: ${mo};
277
- line-height: ${uo};
278
- text-transform: ${xo};
263
+ .ft-typography--title-dense {
264
+ font-family: ${po};
265
+ font-size: ${co};
266
+ font-weight: ${so};
267
+ letter-spacing: ${fo};
268
+ line-height: ${ho};
269
+ text-transform: ${go};
279
270
  }
280
271
  `,fe=e.css`
272
+ .ft-typography--subtitle1 {
273
+ font-family: ${yo};
274
+ font-size: ${bo};
275
+ font-weight: ${mo};
276
+ letter-spacing: ${uo};
277
+ line-height: ${xo};
278
+ text-transform: ${Oo};
279
+ }
280
+ `,de=e.css`
281
281
  .ft-typography--subtitle2 {
282
- font-family: ${Oo};
283
- font-size: ${No};
284
- font-weight: ${vo};
285
- letter-spacing: ${So};
286
- line-height: ${wo};
287
- text-transform: ${Co};
282
+ font-family: ${No};
283
+ font-size: ${vo};
284
+ font-weight: ${So};
285
+ letter-spacing: ${wo};
286
+ line-height: ${Co};
287
+ text-transform: ${Io};
288
288
  }
289
289
 
290
- `,de=e.css`
290
+ `,he=e.css`
291
291
  .ft-typography--body1 {
292
- font-family: ${Io};
293
- font-size: ${Uo};
294
- font-weight: ${Eo};
295
- letter-spacing: ${Wo};
296
- line-height: ${Ro};
297
- text-transform: ${ko};
292
+ font-family: ${Uo};
293
+ font-size: ${Eo};
294
+ font-weight: ${Wo};
295
+ letter-spacing: ${Ro};
296
+ line-height: ${ko};
297
+ text-transform: ${Lo};
298
298
  }
299
- `,he=e.css`
299
+ `,ge=e.css`
300
300
  .ft-typography--body2 {
301
- font-family: ${Lo};
302
- font-size: ${$o};
303
- font-weight: ${Ko};
304
- letter-spacing: ${Zo};
305
- line-height: ${zo};
306
- text-transform: ${Bo};
301
+ font-family: ${$o};
302
+ font-size: ${Ko};
303
+ font-weight: ${Zo};
304
+ letter-spacing: ${zo};
305
+ line-height: ${Bo};
306
+ text-transform: ${Fo};
307
307
  }
308
- `,ge=e.css`
308
+ `,ye=e.css`
309
309
  .ft-typography--caption {
310
- font-family: ${Fo};
311
- font-size: ${Do};
312
- font-weight: ${Ao};
313
- letter-spacing: ${Ho};
314
- line-height: ${Go};
315
- text-transform: ${Mo};
310
+ font-family: ${Do};
311
+ font-size: ${Ao};
312
+ font-weight: ${Ho};
313
+ letter-spacing: ${Go};
314
+ line-height: ${Mo};
315
+ text-transform: ${jo};
316
316
  }
317
- `,ye=e.css`
317
+ `,be=e.css`
318
318
  .ft-typography--breadcrumb {
319
- font-family: ${jo};
320
- font-size: ${Po};
321
- font-weight: ${To};
322
- letter-spacing: ${_o};
323
- line-height: ${Yo};
324
- text-transform: ${qo};
319
+ font-family: ${Po};
320
+ font-size: ${To};
321
+ font-weight: ${_o};
322
+ letter-spacing: ${Yo};
323
+ line-height: ${qo};
324
+ text-transform: ${Vo};
325
325
  }
326
- `,be=e.css`
326
+ `,me=e.css`
327
327
  .ft-typography--overline {
328
328
  font-family: ${Xo};
329
- font-size: ${Vo};
330
- font-weight: ${Jo};
331
- letter-spacing: ${Qo};
332
- line-height: ${te};
333
- text-transform: ${oe};
334
- }
335
- `,me=e.css`
336
- .ft-typography--button {
337
- font-family: ${ee};
338
- font-size: ${ae};
339
- font-weight: ${re};
340
- letter-spacing: ${ie};
341
- line-height: ${ne};
342
- text-transform: ${le};
329
+ font-size: ${Jo};
330
+ font-weight: ${Qo};
331
+ letter-spacing: ${te};
332
+ line-height: ${oe};
333
+ text-transform: ${ee};
343
334
  }
344
335
  `,ue=e.css`
336
+ .ft-typography--button {
337
+ font-family: ${ae};
338
+ font-size: ${re};
339
+ font-weight: ${ie};
340
+ letter-spacing: ${ne};
341
+ line-height: ${le};
342
+ text-transform: ${pe};
343
+ }
344
+ `,xe=e.css`
345
345
  .ft-typography {
346
346
  vertical-align: inherit;
347
347
  }
348
- `,xe=[Object.keys(Xt).map((t=>function(t){const o=Xt[t];return e.css`
348
+ `,Oe=[Object.keys(Xt).map((t=>function(t){const o=Xt[t];return e.css`
349
349
  .ft-typography--${e.unsafeCSS(t)} {
350
350
  font-family: ${o.fontFamily};
351
351
  font-size: ${o.fontSize};
@@ -354,14 +354,14 @@ const Ht=Symbol.for(""),Gt=t=>{if(t?.r===Ht)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,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
- <${Mt(this.element)}
357
+ `}(t)))];var Ne=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 ve extends o.FtLitElement{constructor(){super(...arguments),this.variant=_t.body1}render(){return this.element?Tt`
358
+ <${jt(this.element)}
359
359
  class="ft-typography ft-typography--${this.variant}">
360
360
  <slot></slot>
361
- </${Mt(this.element)}>
362
- `:Pt`
361
+ </${jt(this.element)}>
362
+ `:Tt`
363
363
  <slot class="ft-typography ft-typography--${this.variant}"></slot>
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`
364
+ `}}ve.styles=[ce,se,fe,de,he,ge,ye,be,me,ue,xe,...Oe],Ne([a.property()],ve.prototype,"element",void 0),Ne([a.property()],ve.prototype,"variant",void 0),o.customElement("ft-typography")(ve);var Se=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 we 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,25 +372,25 @@ const Ht=Symbol.for(""),Gt=t=>{if(t?.r===Ht)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"),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`
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()}}we.elementDefinitions={},we.styles=y,Se([a.property({type:Boolean})],we.prototype,"primary",void 0),Se([a.property({type:Boolean})],we.prototype,"secondary",void 0),Se([a.property({type:Boolean})],we.prototype,"unbounded",void 0),Se([a.property({type:Boolean})],we.prototype,"activated",void 0),Se([a.property({type:Boolean})],we.prototype,"selected",void 0),Se([a.property({type:Boolean})],we.prototype,"disabled",void 0),Se([a.state()],we.prototype,"hovered",void 0),Se([a.state()],we.prototype,"focused",void 0),Se([a.state()],we.prototype,"pressed",void 0),Se([a.state()],we.prototype,"rippling",void 0),Se([a.state()],we.prototype,"originX",void 0),Se([a.state()],we.prototype,"originY",void 0),Se([a.query(".ft-ripple")],we.prototype,"ripple",void 0),Se([a.query(".ft-ripple--effect")],we.prototype,"rippleEffect",void 0),o.customElement("ft-ripple")(we);var Ce=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 Ie extends(j(w)){constructor(){super(),this.hideFileFormatIcon=!1,this.hideFilename=!1,this.hideDownloadIcon=!1,this.addI18nContext(V,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
- ${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`
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=ot.get(t))&&void 0!==e?e:t)+"/").split("/");return null!==(i=null!==(r=null!==(a=tt.get(l))&&void 0!==a?a:tt.get(o))&&void 0!==r?r:tt.get(n))&&void 0!==i?i:Q.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
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"
383
383
  value="${l}"
384
- style="color: ${null!==(i=ot[l])&&void 0!==i?i:ot[J.UNKNOWN]}"></ft-icon>
384
+ style="color: ${null!==(i=et[l])&&void 0!==i?i:et[Q.UNKNOWN]}"></ft-icon>
385
385
  <ft-typography part="name" variant="body2">${t.name}</ft-typography>
386
386
  </a>
387
387
  <a part="download-link"
388
388
  href="${null===(n=this.service)||void 0===n?void 0:n.getAttachmentDownloadLink(t.id)}"
389
- title="${q.messages.download(t.file)}">
389
+ title="${V.messages.download(t.file)}">
390
390
  <ft-ripple part="ripple download-link-ripple"></ft-ripple>
391
391
  <ft-icon part="download-icon">DOWNLOAD</ft-icon>
392
392
  </a>
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)}}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);
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)}}Ie.elementDefinitions={"ft-icon":it,"ft-ripple":we,"ft-typography":ve},Ie.styles=x,Ce([a.property({type:Boolean})],Ie.prototype,"hideFileFormatIcon",void 0),Ce([a.property({type:Boolean})],Ie.prototype,"hideFilename",void 0),Ce([a.property({type:Boolean})],Ie.prototype,"hideDownloadIcon",void 0),Ce([o.redux({store:"reader"})],Ie.prototype,"map",void 0),Ce([a.state()],Ie.prototype,"attachments",void 0),o.customElement("ft-reader-attachments")(Ie),t.FtReaderAttachments=Ie,t.FtReaderAttachmentsCssVariables=u,t.styles=x}({},ftGlobals.wcUtils,ftGlobals.lit,ftGlobals.litDecorators,ftGlobals.litRepeat,ftGlobals.litUnsafeHTML,ftGlobals.litClassMap);