@fluid-topics/ft-search-selected-facets 1.1.3 → 1.1.5
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.
|
@@ -4,10 +4,10 @@
|
|
|
4
4
|
flex-wrap: wrap;
|
|
5
5
|
gap: ${s.spacing};
|
|
6
6
|
}
|
|
7
|
-
`,c={setRequest:(t,e)=>{t.request=e.payload},setRequestQuery:(t,e)=>{t.request.query=e.payload},setRequestContentLocale:(t,e)=>{t.request.contentLocale=e.payload},setPageSize:(t,e)=>{t.request.paging.perPage=e.payload},setPageNumber:(t,e)=>{t.request.paging.page=e.payload},setRequestSort:(t,e)=>{t.request.sort=e.payload},setRequestFilters:(t,e)=>{t.request.filters=e.payload},setRequestFacets:(t,e)=>{t.request.facets=e.payload},setRequestVirtualField:(t,e)=>{t.request.virtualField=e.payload},setRequestScope:(t,e)=>{t.request.scope=e.payload},setResults:(t,e)=>{t.results=e.payload},setFacets:(t,e)=>{t.facets=e.payload},setSpellcheck:(t,e)=>{t.spellcheck=e.payload},setLocales:(t,e)=>{t.locales=e.payload},setPaging:(t,e)=>{t.paging=e.payload},setLiveQuery:(t,e)=>{t.liveQuery=e.payload},setSuggestResults:(t,e)=>{t.suggestResults=e.payload}};var h,p,f,d,u,g,y,b,m,v,x,O,S,N;!function(t){!function(e){var o={searchParams:"URLSearchParams"in t,iterable:"Symbol"in t&&"iterator"in Symbol,blob:"FileReader"in t&&"Blob"in t&&function(){try{return new Blob,!0}catch(t){return!1}}(),formData:"FormData"in t,arrayBuffer:"ArrayBuffer"in t};if(o.arrayBuffer)var i=["[object Int8Array]","[object Uint8Array]","[object Uint8ClampedArray]","[object Int16Array]","[object Uint16Array]","[object Int32Array]","[object Uint32Array]","[object Float32Array]","[object Float64Array]"],r=ArrayBuffer.isView||function(t){return t&&i.indexOf(Object.prototype.toString.call(t))>-1};function n(t){if("string"!=typeof t&&(t=String(t)),/[^a-z0-9\-#$%&'*+.^_`|~]/i.test(t))throw new TypeError("Invalid character in header field name");return t.toLowerCase()}function a(t){return"string"!=typeof t&&(t=String(t)),t}function s(t){var e={next:function(){var e=t.shift();return{done:void 0===e,value:e}}};return o.iterable&&(e[Symbol.iterator]=function(){return e}),e}function l(t){this.map={},t instanceof l?t.forEach((function(t,e){this.append(e,t)}),this):Array.isArray(t)?t.forEach((function(t){this.append(t[0],t[1])}),this):t&&Object.getOwnPropertyNames(t).forEach((function(e){this.append(e,t[e])}),this)}function c(t){if(t.bodyUsed)return Promise.reject(new TypeError("Already read"));t.bodyUsed=!0}function h(t){return new Promise((function(e,o){t.onload=function(){e(t.result)},t.onerror=function(){o(t.error)}}))}function p(t){var e=new FileReader,o=h(e);return e.readAsArrayBuffer(t),o}function f(t){if(t.slice)return t.slice(0);var e=new Uint8Array(t.byteLength);return e.set(new Uint8Array(t)),e.buffer}function d(){return this.bodyUsed=!1,this._initBody=function(t){var e;this._bodyInit=t,t?"string"==typeof t?this._bodyText=t:o.blob&&Blob.prototype.isPrototypeOf(t)?this._bodyBlob=t:o.formData&&FormData.prototype.isPrototypeOf(t)?this._bodyFormData=t:o.searchParams&&URLSearchParams.prototype.isPrototypeOf(t)?this._bodyText=t.toString():o.arrayBuffer&&o.blob&&((e=t)&&DataView.prototype.isPrototypeOf(e))?(this._bodyArrayBuffer=f(t.buffer),this._bodyInit=new Blob([this._bodyArrayBuffer])):o.arrayBuffer&&(ArrayBuffer.prototype.isPrototypeOf(t)||r(t))?this._bodyArrayBuffer=f(t):this._bodyText=t=Object.prototype.toString.call(t):this._bodyText="",this.headers.get("content-type")||("string"==typeof t?this.headers.set("content-type","text/plain;charset=UTF-8"):this._bodyBlob&&this._bodyBlob.type?this.headers.set("content-type",this._bodyBlob.type):o.searchParams&&URLSearchParams.prototype.isPrototypeOf(t)&&this.headers.set("content-type","application/x-www-form-urlencoded;charset=UTF-8"))},o.blob&&(this.blob=function(){var t=c(this);if(t)return t;if(this._bodyBlob)return Promise.resolve(this._bodyBlob);if(this._bodyArrayBuffer)return Promise.resolve(new Blob([this._bodyArrayBuffer]));if(this._bodyFormData)throw new Error("could not read FormData body as blob");return Promise.resolve(new Blob([this._bodyText]))},this.arrayBuffer=function(){return this._bodyArrayBuffer?c(this)||Promise.resolve(this._bodyArrayBuffer):this.blob().then(p)}),this.text=function(){var t,e,o,i=c(this);if(i)return i;if(this._bodyBlob)return t=this._bodyBlob,e=new FileReader,o=h(e),e.readAsText(t),o;if(this._bodyArrayBuffer)return Promise.resolve(function(t){for(var e=new Uint8Array(t),o=new Array(e.length),i=0;i<e.length;i++)o[i]=String.fromCharCode(e[i]);return o.join("")}(this._bodyArrayBuffer));if(this._bodyFormData)throw new Error("could not read FormData body as text");return Promise.resolve(this._bodyText)},o.formData&&(this.formData=function(){return this.text().then(y)}),this.json=function(){return this.text().then(JSON.parse)},this}l.prototype.append=function(t,e){t=n(t),e=a(e);var o=this.map[t];this.map[t]=o?o+", "+e:e},l.prototype.delete=function(t){delete this.map[n(t)]},l.prototype.get=function(t){return t=n(t),this.has(t)?this.map[t]:null},l.prototype.has=function(t){return this.map.hasOwnProperty(n(t))},l.prototype.set=function(t,e){this.map[n(t)]=a(e)},l.prototype.forEach=function(t,e){for(var o in this.map)this.map.hasOwnProperty(o)&&t.call(e,this.map[o],o,this)},l.prototype.keys=function(){var t=[];return this.forEach((function(e,o){t.push(o)})),s(t)},l.prototype.values=function(){var t=[];return this.forEach((function(e){t.push(e)})),s(t)},l.prototype.entries=function(){var t=[];return this.forEach((function(e,o){t.push([o,e])})),s(t)},o.iterable&&(l.prototype[Symbol.iterator]=l.prototype.entries);var u=["DELETE","GET","HEAD","OPTIONS","POST","PUT"];function g(t,e){var o,i,r=(e=e||{}).body;if(t instanceof g){if(t.bodyUsed)throw new TypeError("Already read");this.url=t.url,this.credentials=t.credentials,e.headers||(this.headers=new l(t.headers)),this.method=t.method,this.mode=t.mode,this.signal=t.signal,r||null==t._bodyInit||(r=t._bodyInit,t.bodyUsed=!0)}else this.url=String(t);if(this.credentials=e.credentials||this.credentials||"same-origin",!e.headers&&this.headers||(this.headers=new l(e.headers)),this.method=(o=e.method||this.method||"GET",i=o.toUpperCase(),u.indexOf(i)>-1?i:o),this.mode=e.mode||this.mode||null,this.signal=e.signal||this.signal,this.referrer=null,("GET"===this.method||"HEAD"===this.method)&&r)throw new TypeError("Body not allowed for GET or HEAD requests");this._initBody(r)}function y(t){var e=new FormData;return t.trim().split("&").forEach((function(t){if(t){var o=t.split("="),i=o.shift().replace(/\+/g," "),r=o.join("=").replace(/\+/g," ");e.append(decodeURIComponent(i),decodeURIComponent(r))}})),e}function b(t,e){e||(e={}),this.type="default",this.status=void 0===e.status?200:e.status,this.ok=this.status>=200&&this.status<300,this.statusText="statusText"in e?e.statusText:"OK",this.headers=new l(e.headers),this.url=e.url||"",this._initBody(t)}g.prototype.clone=function(){return new g(this,{body:this._bodyInit})},d.call(g.prototype),d.call(b.prototype),b.prototype.clone=function(){return new b(this._bodyInit,{status:this.status,statusText:this.statusText,headers:new l(this.headers),url:this.url})},b.error=function(){var t=new b(null,{status:0,statusText:""});return t.type="error",t};var m=[301,302,303,307,308];b.redirect=function(t,e){if(-1===m.indexOf(e))throw new RangeError("Invalid status code");return new b(null,{status:e,headers:{location:t}})},e.DOMException=t.DOMException;try{new e.DOMException}catch(t){e.DOMException=function(t,e){this.message=t,this.name=e;var o=Error(t);this.stack=o.stack},e.DOMException.prototype=Object.create(Error.prototype),e.DOMException.prototype.constructor=e.DOMException}function v(t,i){return new Promise((function(r,n){var a=new g(t,i);if(a.signal&&a.signal.aborted)return n(new e.DOMException("Aborted","AbortError"));var s=new XMLHttpRequest;function c(){s.abort()}s.onload=function(){var t,e,o={status:s.status,statusText:s.statusText,headers:(t=s.getAllResponseHeaders()||"",e=new l,t.replace(/\r?\n[\t ]+/g," ").split(/\r?\n/).forEach((function(t){var o=t.split(":"),i=o.shift().trim();if(i){var r=o.join(":").trim();e.append(i,r)}})),e)};o.url="responseURL"in s?s.responseURL:o.headers.get("X-Request-URL");var i="response"in s?s.response:s.responseText;r(new b(i,o))},s.onerror=function(){n(new TypeError("Network request failed"))},s.ontimeout=function(){n(new TypeError("Network request failed"))},s.onabort=function(){n(new e.DOMException("Aborted","AbortError"))},s.open(a.method,a.url,!0),"include"===a.credentials?s.withCredentials=!0:"omit"===a.credentials&&(s.withCredentials=!1),"responseType"in s&&o.blob&&(s.responseType="blob"),a.headers.forEach((function(t,e){s.setRequestHeader(e,t)})),a.signal&&(a.signal.addEventListener("abort",c),s.onreadystatechange=function(){4===s.readyState&&a.signal.removeEventListener("abort",c)}),s.send(void 0===a._bodyInit?null:a._bodyInit)}))}v.polyfill=!0,t.fetch||(t.fetch=v,t.Headers=l,t.Request=g,t.Response=b),e.Headers=l,e.Request=g,e.Response=b,e.fetch=v,Object.defineProperty(e,"t",{value:!0})}({})}("undefined"!=typeof self?self:void 0),function(t){t.black="black",t.green="green",t.blue="blue",t.purple="purple",t.red="red",t.orange="orange",t.yellow="yellow"}(h||(h={})),function(t){t.OFFICIAL="OFFICIAL",t.PERSONAL="PERSONAL",t.SHARED="SHARED"}(p||(p={})),function(t){t.THIRD_PARTY="THIRD_PARTY",t.OFF_THE_GRID="OFF_THE_GRID",t.CONTENT_PACKAGER="CONTENT_PACKAGER",t.PAGES="PAGES",t.DESIGNED_READER="DESIGNED_READER"}(f||(f={})),function(t){t.STARS="STARS",t.LIKE="LIKE",t.DICHOTOMOUS="DICHOTOMOUS",t.NO_RATING="NO_RATING"}(d||(d={})),function(t){t.LAST_WEEK="LAST_WEEK",t.LAST_MONTH="LAST_MONTH",t.LAST_YEAR="LAST_YEAR",t.CUSTOM="CUSTOM"}(u||(u={})),function(t){t.ASC="ASC",t.DESC="DESC"}(g||(g={})),function(t){t.ALPHA="ALPHA",t.NATURAL="NATURAL"}(y||(y={})),function(t){t.EVERYWHERE="EVERYWHERE",t.TITLE_ONLY="TITLE_ONLY",t.NONE="NONE"}(b||(b={})),function(t){t.ARTICLE="ARTICLE",t.BOOK="BOOK",t.SHARED_BOOK="SHARED_BOOK"}(m||(m={})),function(t){t.FLUIDTOPICS="FLUIDTOPICS",t.EXTERNAL="EXTERNAL"}(v||(v={})),function(t){t.MAP="MAP",t.DOCUMENT="DOCUMENT",t.TOPIC="TOPIC",t.PERSONAL_BOOK="PERSONAL_BOOK",t.SHARED_BOOK="SHARED_BOOK"}(x||(x={})),function(t){t.MAP="MAP",t.DOCUMENT="DOCUMENT",t.TOPIC="TOPIC"}(O||(O={})),function(t){t.DEFAULT="DEFAULT",t.DOCUMENTS="DOCUMENTS"}(S||(S={})),function(t){t.PERSONAL_BOOK_USER="PERSONAL_BOOK_USER",t.PERSONAL_BOOK_SHARE_USER="PERSONAL_BOOK_SHARE_USER",t.HTML_EXPORT_USER="HTML_EXPORT_USER",t.PDF_EXPORT_USER="PDF_EXPORT_USER",t.SAVED_SEARCH_USER="SAVED_SEARCH_USER",t.COLLECTION_USER="COLLECTION_USER",t.OFFLINE_USER="OFFLINE_USER",t.ANALYTICS_USER="ANALYTICS_USER",t.BETA_USER="BETA_USER",t.DEBUG_USER="DEBUG_USER",t.PRINT_USER="PRINT_USER",t.RATING_USER="RATING_USER",t.FEEDBACK_USER="FEEDBACK_USER",t.CONTENT_PUBLISHER="CONTENT_PUBLISHER",t.KHUB_ADMIN="KHUB_ADMIN",t.USERS_ADMIN="USERS_ADMIN",t.PORTAL_ADMIN="PORTAL_ADMIN",t.ADMIN="ADMIN",t.DEVELOPER="DEVELOPER"}(N||(N={})),N.PERSONAL_BOOK_SHARE_USER,N.PERSONAL_BOOK_USER,N.HTML_EXPORT_USER,N.PERSONAL_BOOK_USER,N.PDF_EXPORT_USER,N.PERSONAL_BOOK_USER,N.KHUB_ADMIN,N.CONTENT_PUBLISHER,N.ADMIN,N.KHUB_ADMIN,N.USERS_ADMIN,N.PORTAL_ADMIN,N.DEVELOPER,N.BETA_USER,N.DEBUG_USER;const $=o.css`
|
|
8
|
-
|
|
7
|
+
`,c={setRequest:(t,e)=>{t.request=e.payload},setRequestQuery:(t,e)=>{t.request.query=e.payload},setRequestContentLocale:(t,e)=>{t.request.contentLocale=e.payload},setPageSize:(t,e)=>{t.request.paging.perPage=e.payload},setPageNumber:(t,e)=>{t.request.paging.page=e.payload},setRequestSort:(t,e)=>{t.request.sort=e.payload},setRequestFilters:(t,e)=>{t.request.filters=e.payload},setRequestFacets:(t,e)=>{t.request.facets=e.payload},setRequestVirtualField:(t,e)=>{t.request.virtualField=e.payload},setRequestScope:(t,e)=>{t.request.scope=e.payload},setResults:(t,e)=>{t.results=e.payload},setFacets:(t,e)=>{t.facets=e.payload},setSpellcheck:(t,e)=>{t.spellcheck=e.payload},setLocales:(t,e)=>{t.locales=e.payload},setPaging:(t,e)=>{t.paging=e.payload},setLiveQuery:(t,e)=>{t.liveQuery=e.payload},setSuggestResults:(t,e)=>{t.suggestResults=e.payload}};var h,f,p,d,u,g,y,b,m,v,x,O,w,S;!function(t){!function(e){var o={searchParams:"URLSearchParams"in t,iterable:"Symbol"in t&&"iterator"in Symbol,blob:"FileReader"in t&&"Blob"in t&&function(){try{return new Blob,!0}catch(t){return!1}}(),formData:"FormData"in t,arrayBuffer:"ArrayBuffer"in t};if(o.arrayBuffer)var i=["[object Int8Array]","[object Uint8Array]","[object Uint8ClampedArray]","[object Int16Array]","[object Uint16Array]","[object Int32Array]","[object Uint32Array]","[object Float32Array]","[object Float64Array]"],r=ArrayBuffer.isView||function(t){return t&&i.indexOf(Object.prototype.toString.call(t))>-1};function n(t){if("string"!=typeof t&&(t=String(t)),/[^a-z0-9\-#$%&'*+.^_`|~]/i.test(t))throw new TypeError("Invalid character in header field name");return t.toLowerCase()}function a(t){return"string"!=typeof t&&(t=String(t)),t}function s(t){var e={next:function(){var e=t.shift();return{done:void 0===e,value:e}}};return o.iterable&&(e[Symbol.iterator]=function(){return e}),e}function l(t){this.map={},t instanceof l?t.forEach((function(t,e){this.append(e,t)}),this):Array.isArray(t)?t.forEach((function(t){this.append(t[0],t[1])}),this):t&&Object.getOwnPropertyNames(t).forEach((function(e){this.append(e,t[e])}),this)}function c(t){if(t.bodyUsed)return Promise.reject(new TypeError("Already read"));t.bodyUsed=!0}function h(t){return new Promise((function(e,o){t.onload=function(){e(t.result)},t.onerror=function(){o(t.error)}}))}function f(t){var e=new FileReader,o=h(e);return e.readAsArrayBuffer(t),o}function p(t){if(t.slice)return t.slice(0);var e=new Uint8Array(t.byteLength);return e.set(new Uint8Array(t)),e.buffer}function d(){return this.bodyUsed=!1,this._initBody=function(t){var e;this._bodyInit=t,t?"string"==typeof t?this._bodyText=t:o.blob&&Blob.prototype.isPrototypeOf(t)?this._bodyBlob=t:o.formData&&FormData.prototype.isPrototypeOf(t)?this._bodyFormData=t:o.searchParams&&URLSearchParams.prototype.isPrototypeOf(t)?this._bodyText=t.toString():o.arrayBuffer&&o.blob&&((e=t)&&DataView.prototype.isPrototypeOf(e))?(this._bodyArrayBuffer=p(t.buffer),this._bodyInit=new Blob([this._bodyArrayBuffer])):o.arrayBuffer&&(ArrayBuffer.prototype.isPrototypeOf(t)||r(t))?this._bodyArrayBuffer=p(t):this._bodyText=t=Object.prototype.toString.call(t):this._bodyText="",this.headers.get("content-type")||("string"==typeof t?this.headers.set("content-type","text/plain;charset=UTF-8"):this._bodyBlob&&this._bodyBlob.type?this.headers.set("content-type",this._bodyBlob.type):o.searchParams&&URLSearchParams.prototype.isPrototypeOf(t)&&this.headers.set("content-type","application/x-www-form-urlencoded;charset=UTF-8"))},o.blob&&(this.blob=function(){var t=c(this);if(t)return t;if(this._bodyBlob)return Promise.resolve(this._bodyBlob);if(this._bodyArrayBuffer)return Promise.resolve(new Blob([this._bodyArrayBuffer]));if(this._bodyFormData)throw new Error("could not read FormData body as blob");return Promise.resolve(new Blob([this._bodyText]))},this.arrayBuffer=function(){return this._bodyArrayBuffer?c(this)||Promise.resolve(this._bodyArrayBuffer):this.blob().then(f)}),this.text=function(){var t,e,o,i=c(this);if(i)return i;if(this._bodyBlob)return t=this._bodyBlob,e=new FileReader,o=h(e),e.readAsText(t),o;if(this._bodyArrayBuffer)return Promise.resolve(function(t){for(var e=new Uint8Array(t),o=new Array(e.length),i=0;i<e.length;i++)o[i]=String.fromCharCode(e[i]);return o.join("")}(this._bodyArrayBuffer));if(this._bodyFormData)throw new Error("could not read FormData body as text");return Promise.resolve(this._bodyText)},o.formData&&(this.formData=function(){return this.text().then(y)}),this.json=function(){return this.text().then(JSON.parse)},this}l.prototype.append=function(t,e){t=n(t),e=a(e);var o=this.map[t];this.map[t]=o?o+", "+e:e},l.prototype.delete=function(t){delete this.map[n(t)]},l.prototype.get=function(t){return t=n(t),this.has(t)?this.map[t]:null},l.prototype.has=function(t){return this.map.hasOwnProperty(n(t))},l.prototype.set=function(t,e){this.map[n(t)]=a(e)},l.prototype.forEach=function(t,e){for(var o in this.map)this.map.hasOwnProperty(o)&&t.call(e,this.map[o],o,this)},l.prototype.keys=function(){var t=[];return this.forEach((function(e,o){t.push(o)})),s(t)},l.prototype.values=function(){var t=[];return this.forEach((function(e){t.push(e)})),s(t)},l.prototype.entries=function(){var t=[];return this.forEach((function(e,o){t.push([o,e])})),s(t)},o.iterable&&(l.prototype[Symbol.iterator]=l.prototype.entries);var u=["DELETE","GET","HEAD","OPTIONS","POST","PUT"];function g(t,e){var o,i,r=(e=e||{}).body;if(t instanceof g){if(t.bodyUsed)throw new TypeError("Already read");this.url=t.url,this.credentials=t.credentials,e.headers||(this.headers=new l(t.headers)),this.method=t.method,this.mode=t.mode,this.signal=t.signal,r||null==t._bodyInit||(r=t._bodyInit,t.bodyUsed=!0)}else this.url=String(t);if(this.credentials=e.credentials||this.credentials||"same-origin",!e.headers&&this.headers||(this.headers=new l(e.headers)),this.method=(o=e.method||this.method||"GET",i=o.toUpperCase(),u.indexOf(i)>-1?i:o),this.mode=e.mode||this.mode||null,this.signal=e.signal||this.signal,this.referrer=null,("GET"===this.method||"HEAD"===this.method)&&r)throw new TypeError("Body not allowed for GET or HEAD requests");this._initBody(r)}function y(t){var e=new FormData;return t.trim().split("&").forEach((function(t){if(t){var o=t.split("="),i=o.shift().replace(/\+/g," "),r=o.join("=").replace(/\+/g," ");e.append(decodeURIComponent(i),decodeURIComponent(r))}})),e}function b(t,e){e||(e={}),this.type="default",this.status=void 0===e.status?200:e.status,this.ok=this.status>=200&&this.status<300,this.statusText="statusText"in e?e.statusText:"OK",this.headers=new l(e.headers),this.url=e.url||"",this._initBody(t)}g.prototype.clone=function(){return new g(this,{body:this._bodyInit})},d.call(g.prototype),d.call(b.prototype),b.prototype.clone=function(){return new b(this._bodyInit,{status:this.status,statusText:this.statusText,headers:new l(this.headers),url:this.url})},b.error=function(){var t=new b(null,{status:0,statusText:""});return t.type="error",t};var m=[301,302,303,307,308];b.redirect=function(t,e){if(-1===m.indexOf(e))throw new RangeError("Invalid status code");return new b(null,{status:e,headers:{location:t}})},e.DOMException=t.DOMException;try{new e.DOMException}catch(t){e.DOMException=function(t,e){this.message=t,this.name=e;var o=Error(t);this.stack=o.stack},e.DOMException.prototype=Object.create(Error.prototype),e.DOMException.prototype.constructor=e.DOMException}function v(t,i){return new Promise((function(r,n){var a=new g(t,i);if(a.signal&&a.signal.aborted)return n(new e.DOMException("Aborted","AbortError"));var s=new XMLHttpRequest;function c(){s.abort()}s.onload=function(){var t,e,o={status:s.status,statusText:s.statusText,headers:(t=s.getAllResponseHeaders()||"",e=new l,t.replace(/\r?\n[\t ]+/g," ").split(/\r?\n/).forEach((function(t){var o=t.split(":"),i=o.shift().trim();if(i){var r=o.join(":").trim();e.append(i,r)}})),e)};o.url="responseURL"in s?s.responseURL:o.headers.get("X-Request-URL");var i="response"in s?s.response:s.responseText;r(new b(i,o))},s.onerror=function(){n(new TypeError("Network request failed"))},s.ontimeout=function(){n(new TypeError("Network request failed"))},s.onabort=function(){n(new e.DOMException("Aborted","AbortError"))},s.open(a.method,a.url,!0),"include"===a.credentials?s.withCredentials=!0:"omit"===a.credentials&&(s.withCredentials=!1),"responseType"in s&&o.blob&&(s.responseType="blob"),a.headers.forEach((function(t,e){s.setRequestHeader(e,t)})),a.signal&&(a.signal.addEventListener("abort",c),s.onreadystatechange=function(){4===s.readyState&&a.signal.removeEventListener("abort",c)}),s.send(void 0===a._bodyInit?null:a._bodyInit)}))}v.polyfill=!0,t.fetch||(t.fetch=v,t.Headers=l,t.Request=g,t.Response=b),e.Headers=l,e.Request=g,e.Response=b,e.fetch=v,Object.defineProperty(e,"t",{value:!0})}({})}("undefined"!=typeof self?self:void 0),function(t){t.black="black",t.green="green",t.blue="blue",t.purple="purple",t.red="red",t.orange="orange",t.yellow="yellow"}(h||(h={})),function(t){t.OFFICIAL="OFFICIAL",t.PERSONAL="PERSONAL",t.SHARED="SHARED"}(f||(f={})),function(t){t.THIRD_PARTY="THIRD_PARTY",t.OFF_THE_GRID="OFF_THE_GRID",t.CONTENT_PACKAGER="CONTENT_PACKAGER",t.PAGES="PAGES",t.DESIGNED_READER="DESIGNED_READER"}(p||(p={})),function(t){t.STARS="STARS",t.LIKE="LIKE",t.DICHOTOMOUS="DICHOTOMOUS",t.NO_RATING="NO_RATING"}(d||(d={})),function(t){t.LAST_WEEK="LAST_WEEK",t.LAST_MONTH="LAST_MONTH",t.LAST_YEAR="LAST_YEAR",t.CUSTOM="CUSTOM"}(u||(u={})),function(t){t.ASC="ASC",t.DESC="DESC"}(g||(g={})),function(t){t.ALPHA="ALPHA",t.NATURAL="NATURAL"}(y||(y={})),function(t){t.EVERYWHERE="EVERYWHERE",t.TITLE_ONLY="TITLE_ONLY",t.NONE="NONE"}(b||(b={})),function(t){t.ARTICLE="ARTICLE",t.BOOK="BOOK",t.SHARED_BOOK="SHARED_BOOK"}(m||(m={})),function(t){t.FLUIDTOPICS="FLUIDTOPICS",t.EXTERNAL="EXTERNAL"}(v||(v={})),function(t){t.MAP="MAP",t.DOCUMENT="DOCUMENT",t.TOPIC="TOPIC",t.PERSONAL_BOOK="PERSONAL_BOOK",t.SHARED_BOOK="SHARED_BOOK"}(x||(x={})),function(t){t.MAP="MAP",t.DOCUMENT="DOCUMENT",t.TOPIC="TOPIC"}(O||(O={})),function(t){t.DEFAULT="DEFAULT",t.DOCUMENTS="DOCUMENTS"}(w||(w={})),function(t){t.PERSONAL_BOOK_USER="PERSONAL_BOOK_USER",t.PERSONAL_BOOK_SHARE_USER="PERSONAL_BOOK_SHARE_USER",t.HTML_EXPORT_USER="HTML_EXPORT_USER",t.PDF_EXPORT_USER="PDF_EXPORT_USER",t.SAVED_SEARCH_USER="SAVED_SEARCH_USER",t.COLLECTION_USER="COLLECTION_USER",t.OFFLINE_USER="OFFLINE_USER",t.ANALYTICS_USER="ANALYTICS_USER",t.BETA_USER="BETA_USER",t.DEBUG_USER="DEBUG_USER",t.PRINT_USER="PRINT_USER",t.RATING_USER="RATING_USER",t.FEEDBACK_USER="FEEDBACK_USER",t.CONTENT_PUBLISHER="CONTENT_PUBLISHER",t.KHUB_ADMIN="KHUB_ADMIN",t.USERS_ADMIN="USERS_ADMIN",t.PORTAL_ADMIN="PORTAL_ADMIN",t.ADMIN="ADMIN",t.DEVELOPER="DEVELOPER"}(S||(S={})),S.PERSONAL_BOOK_SHARE_USER,S.PERSONAL_BOOK_USER,S.HTML_EXPORT_USER,S.PERSONAL_BOOK_USER,S.PDF_EXPORT_USER,S.PERSONAL_BOOK_USER,S.KHUB_ADMIN,S.CONTENT_PUBLISHER,S.ADMIN,S.KHUB_ADMIN,S.USERS_ADMIN,S.PORTAL_ADMIN,S.DEVELOPER,S.BETA_USER,S.DEBUG_USER;const N=o.css`
|
|
8
|
+
`,$=e.FtReduxStore.get({name:"ft-app-info",reducers:{setBaseUrl:(t,e)=>{t.baseUrl=e.payload},setApiIntegrationIdentifier:(t,e)=>{t.apiIntegrationIdentifier=e.payload},setUiLocale:(t,e)=>{t.uiLocale=e.payload},setAvailableUiLocales:(t,e)=>{t.availableUiLocales=e.payload},setEditorMode:(t,e)=>{t.editorMode=e.payload},setNoCustom:(t,e)=>{t.noCustom=e.payload},setNoCustomComponent:(t,e)=>{t.noCustomComponent=e.payload},setSession:(t,e)=>{t.session=e.payload}},initialState:{uiLocale:document.documentElement.lang||"en-US",availableUiLocales:[],editorMode:!1,noCustom:!1,noCustomComponent:!1}});class C{static build(t){const{baseUrl:e,apiIntegrationIdentifier:o}=$.getState(),i=null!=t?t:o;if(e&&i&&window.fluidtopics)return new window.fluidtopics.FluidTopicsApi(e,i,!0)}static get(t){var e;return null!=t?C.build(t):null!==(e=C.API)&&void 0!==e?e:C.API=C.build()}static await(t){return new Promise((e=>{let o=C.get(t);if(o)e(o);else{const i=$.subscribe((()=>{o=C.get(t),o&&(i(),e(o))}))}}))}}var k;const I=Symbol("clearAfterUnitTest");class E{constructor(t){this.messageContextProvider=t,this.defaultMessages={},this.cache=new e.CacheRegistry,this.listeners={},this.currentUiLocale="",this[k]=()=>{this.defaultMessages={},this.cache=new e.CacheRegistry,this.listeners={}},this.currentUiLocale=$.getState().uiLocale,$.subscribe((()=>this.clearWhenUiLocaleChanges()))}clearWhenUiLocaleChanges(){const{uiLocale:t}=$.getState();this.currentUiLocale!==t&&(this.currentUiLocale=t,this.cache.clearAll(),this.notifyAll())}addContext(t){const e=t.name.toLowerCase();this.cache.setFinal(e,t),this.notify(e)}getAllContexts(){return this.cache.resolvedValues()}async prepareContext(t,o){var i;if(t=t.toLowerCase(),Object.keys(o).length>0){const r={...null!==(i=this.defaultMessages[t])&&void 0!==i?i:{},...o};e.deepEqual(this.defaultMessages[t],r)||(this.defaultMessages[t]=r,await this.notify(t))}await this.fetchContext(t)}resolveMessage(t,o,...i){var r,n,a;t=t.toLowerCase(),this.fetchContext(t);const s=null!==(n=null===(r=this.cache.getNow(t))||void 0===r?void 0:r.messages)&&void 0!==n?n:{};return new e.ParametrizedLabelResolver(null!==(a=this.defaultMessages[t])&&void 0!==a?a:{},s).resolve(o,...i)}async fetchContext(t){if(!this.cache.has(t))try{await this.cache.get(t,(()=>this.messageContextProvider(this.currentUiLocale,t))),await this.notify(t)}catch(t){console.error(t)}}subscribe(t,e){var o;return t=t.toLowerCase(),this.listeners[t]=null!==(o=this.listeners[t])&&void 0!==o?o:new Set,this.listeners[t].add(e),()=>{var o;return null===(o=this.listeners[t])||void 0===o?void 0:o.delete(e)}}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=>e.delay(0).then((()=>t())).catch((()=>null)))))}}k=I,null==window.FluidTopicsI18nService&&(window.FluidTopicsI18nService=new E((async(t,e)=>(await C.await()).getFluidTopicsMessageContext(t,e)))),null==window.FluidTopicsCustomI18nService&&(window.FluidTopicsCustomI18nService=new E((async(t,e)=>(await C.await()).getCustomMessageContext(t,e))));const R=window.FluidTopicsI18nService,U=window.FluidTopicsCustomI18nService;var L=function(t,e,o,i){for(var r,n=arguments.length,a=n<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,o):i,s=t.length-1;s>=0;s--)(r=t[s])&&(a=(n<3?r(a):n>3?r(e,o,a):r(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class W extends e.FtLitElement{constructor(){super(...arguments),this.apiIntegrationIdentifier="ft-integration",this.uiLocale="en-US",this.availableUiLocales=[],this.editorMode=!1,this.noCustom=!1,this.noCustomComponent=!1,this.withManualResources=!1,this.messageContexts=[],this.apiProvider=()=>C.get(),this.cache=new e.CacheRegistry,this.cleanSessionDebouncer=new e.Debouncer}render(){return o.html`
|
|
9
9
|
<slot></slot>
|
|
10
|
-
`}update(t){super.update(t),t.has("baseUrl")&&w.actions.setBaseUrl(this.baseUrl),t.has("apiIntegrationIdentifier")&&w.actions.setApiIntegrationIdentifier(this.apiIntegrationIdentifier),t.has("uiLocale")&&w.actions.setUiLocale(this.uiLocale),t.has("noCustom")&&w.actions.setNoCustom(this.noCustom),t.has("editorMode")&&w.actions.setEditorMode(this.editorMode),t.has("noCustomComponent")&&w.actions.setNoCustomComponent(this.noCustomComponent),t.has("session")&&w.actions.setSession(this.session),t.has("availableUiLocales")&&w.actions.setAvailableUiLocales(Array.isArray(this.availableUiLocales)?this.availableUiLocales:[]),t.has("messageContexts")&&null!=this.messageContexts&&this.messageContexts.forEach((t=>R.addContext(t))),setTimeout((()=>this.updateIfNeeded()))}async updateIfNeeded(){const t=this.apiProvider();!this.withManualResources&&t&&(null==this.session&&(this.session=await this.cache.get("session",(async()=>{const e=await t.getCurrentSession();return e.idleTimeoutInMillis>0&&this.cleanSessionDebouncer.run((()=>{this.cache.clear("session"),this.session=void 0}),e.idleTimeoutInMillis),e}))),null==this.availableUiLocales&&(this.availableUiLocales=await this.cache.get("availableUiLocales",(()=>t.getAvailableUiLocales()))))}}W.elementDefinitions={},W.styles=$,L([r.property()],W.prototype,"baseUrl",void 0),L([r.property()],W.prototype,"apiIntegrationIdentifier",void 0),L([r.property()],W.prototype,"uiLocale",void 0),L([e.jsonProperty([])],W.prototype,"availableUiLocales",void 0),L([r.property({type:Boolean})],W.prototype,"editorMode",void 0),L([r.property({type:Boolean})],W.prototype,"noCustom",void 0),L([r.property({converter:{fromAttribute:t=>"false"!==t&&("true"===t||null!=t&&t)}})],W.prototype,"noCustomComponent",void 0),L([r.property({type:Boolean})],W.prototype,"withManualResources",void 0),L([e.jsonProperty([])],W.prototype,"messageContexts",void 0),L([e.jsonProperty(void 0)],W.prototype,"session",void 0),L([r.property({type:Object})],W.prototype,"apiProvider",void 0);class z{async listMySearches(){var t;return(null===(t=w.getState().session)||void 0===t?void 0:t.sessionAuthenticated)?(await C.await()).listMySearches(w.getState().session.profile.userId):[]}}const B=new e.CacheRegistry;class K{async listMyBookmarks(){return B.get("bookmarks",(async()=>(await C.await()).listMyBookmarks(w.getState().session.profile.userId)))}clearCache(){B.clear("bookmarks")}}const D=e.FtReduxStore.get({name:"ft-user-assets",initialState:{savedSearches:void 0,bookmarks:void 0}});const A=new class{constructor(){this.currentSession=w.getState().session,this.bookmarksAreUsed=!1,this.bookmarksService=new K,w.subscribe((()=>this.reloadWhenUserSessionChanges()))}reloadWhenUserSessionChanges(){var t;const{session:o}=w.getState();e.deepEqual(null===(t=this.currentSession)||void 0===t?void 0:t.profile,null==o?void 0:o.profile)||(this.currentSession=o,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,e=await t.listMySearches();D.actions.savedSearches(e)}async reloadBookmarks(){this.bookmarksService.clearCache(),await this.updateBookmarksIfUsed()}async registerBookmarkComponent(){this.bookmarksAreUsed=!0,await this.updateBookmarksIfUsed()}async updateBookmarksIfUsed(){var t;if(this.bookmarksAreUsed){const e=(null===(t=this.currentSession)||void 0===t?void 0:t.sessionAuthenticated)?await this.bookmarksService.listMyBookmarks():void 0;D.actions.bookmarks(e)}}};e.customElement("ft-app-context")(W);class Z{static async build(){return new Z(await C.await())}constructor(t){this.api=t,this.cache=new e.CacheRegistry,this.cache.registerFinal("available-locales",(()=>this.api.getAvailableSearchLocales()))}async launchSearch(t){return this.api.search(t)}async launchSuggest(t){return this.api.getSuggestions(t)}async getAvailableSearchLocales(){return this.cache.get("available-locales")}}const F=t=>t.request.virtualField===b.TITLE_ONLY&&t.request.scope===S.DOCUMENTS;class T extends Event{constructor(){super(T.eventName)}}T.eventName="search-context-clear-all-filters";class H{static build(t){return new H((t=>e.FtReduxStore.get({name:"ft-search-"+t,initialState:{request:{query:"",filters:[],facets:[],sort:[],paging:{page:1,perPage:20}},liveQuery:""},reducers:c}))(t.trim()||"context"),Z.build)}constructor(t,o){this.store=t,this.serviceProvider=o,this.ignoreEmptyQuery=!1,this.searchDebouncer=new e.Debouncer(100),this.suggestDebouncer=new e.Debouncer(300)}async initService(){return this.service=await this.serviceProvider(),this.store.actions.setLocales((await this.service.getAvailableSearchLocales()).contentLocales),this.launchSearch()}async awaitService(){for(;null==this.service;)await e.delay(5);return this.service}setQuery(t){this.store.actions.setRequestQuery(t),this.store.actions.setLiveQuery(t),this.store.actions.setPageNumber(1),this.launchSearch()}setContentLocale(t){let e=this.store.getState().locales,o=this.store.getState().request.contentLocale;if(t!=o){if(e){const i=t=>e.some((e=>e.lang==t));i(t)||(t=i(o)?o:e[0].lang)}this.store.actions.setRequestContentLocale(t),this.store.actions.setPageNumber(1),this.store.actions.setRequestFilters([]),this.launchSearch()}return t}setPageSize(t){this.store.actions.setPageSize(t),this.launchSearch()}setPageNumber(t){this.store.actions.setPageNumber(t),this.launchSearch()}setSort(t){this.store.actions.setRequestSort(t),this.store.actions.setPageNumber(1),this.launchSearch()}setFilters(t){const e=t.filter((t=>t.values.length>0));this.store.actions.setRequestFilters(e),this.store.actions.setPageNumber(1),e.forEach((t=>{this.facetIds.includes(t.key)||(this.facetIds=[...this.facetIds,t.key])})),this.launchSearch()}setSearchInDocumentTitlesOnly(t){t?(this.store.actions.setRequestVirtualField(b.TITLE_ONLY),this.store.actions.setRequestScope(S.DOCUMENTS)):(this.store.actions.setRequestVirtualField(b.EVERYWHERE),this.store.actions.setRequestScope(S.DEFAULT)),this.launchSearch()}get searchInDocumentTitlesOnly(){return F(this.store.getState())}clearAllFilters(){this.setFilters([]),this.store.eventBus.dispatchEvent(new T)}addFacet(t){this.facetIds=[...this.facetIds,t],this.launchSearch()}replaceFacet(t,e){let o=this.facetIds.filter((e=>e!=t));e&&o.push(e),this.facetIds=o,this.launchSearch()}get facetIds(){return this.store.getState().request.facets.map((t=>t.id))}set facetIds(t){let e=[...new Set(t)].map((t=>({id:t})));this.store.actions.setRequestFacets(e)}setFilter(t,e){let o=this.store.getState().request.filters,i={key:t,values:e,negative:!1},r=[...o.filter((e=>e.key!==t)),i];this.setFilters(r)}setLiveQuery(t){this.store.actions.setLiveQuery(t),this.launchSuggest()}setRequest(t){this.store.actions.setRequest(t),this.store.actions.setLiveQuery(t.query),this.store.actions.setPageNumber(1),this.launchSearch()}setScope(t){this.store.actions.setRequestScope(t),this.launchSearch()}setIgnoreEmptyQuery(t){this.ignoreEmptyQuery=t,this.launchSearch()}async launchSearch(){return await this.awaitService(),this.searchDebouncer.run((()=>this.fetchSearchData()))}async launchSuggest(){await this.awaitService(),this.suggestDebouncer.run((()=>this.fetchSuggestData()))}async fetchSearchData(){var t,o;try{null===(t=this.cancelableSearch)||void 0===t||t.cancel();let i=this.store.getState().request;if(this.store.actions.setPaging(void 0),this.ignoreEmptyQuery&&0==i.query.length)this.store.actions.setResults(void 0),this.store.actions.setFacets(void 0),this.store.actions.setSpellcheck(void 0);else{this.cancelableSearch=e.cancelable(this.service.launchSearch(i));const t=await this.cancelableSearch;if(t.paging.currentPage<=1)this.store.actions.setResults(t.results),this.store.actions.setFacets(t.facets),this.store.actions.setSpellcheck(t.spellcheck);else{let e=(null!==(o=this.store.getState().results)&&void 0!==o?o:[]).concat(t.results);this.store.actions.setResults(e)}this.store.actions.setPaging(t.paging)}}catch(t){t instanceof e.CanceledPromiseError||!this.errorHandler||this.errorHandler(t)}}async fetchSuggestData(){var t;try{const o=this.store.getState(),i=o.request,r={input:o.liveQuery,filters:i.filters,sort:i.sort,contentLocale:i.contentLocale,scope:i.scope};null===(t=this.cancelableSuggest)||void 0===t||t.cancel(),this.cancelableSuggest=e.cancelable(this.service.launchSuggest(r));let n=await this.cancelableSuggest;this.store.actions.setSuggestResults(n.suggestions)}catch(t){t instanceof e.CanceledPromiseError||!this.errorHandler||this.errorHandler(t)}}clear(){this.store.clear()}}var P=function(t,e,o,i){for(var r,n=arguments.length,a=n<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,o):i,s=t.length-1;s>=0;s--)(r=t[s])&&(a=(n<3?r(a):n>3?r(e,o,a):r(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class j extends Event{constructor(){super("register-ft-search-component",{bubbles:!0,composed:!0})}}const M=Symbol("registerInterval");class _ extends(function(t){var e;class o extends t{constructor(){super(...arguments),this[e]=0}setSearchStateManager(t){this.clearStateManager(),this.stateManager=t,this.addStore(t.store,"search")}clearStateManager(){this.stateManager&&(this.removeStore(this.stateManager.store),this.stateManager=void 0)}connectedCallback(){super.connectedCallback(),this[M]=window.setInterval((()=>this.tryToRegisterToContext()),50)}tryToRegisterToContext(){null!=this.stateManager?window.clearInterval(this[M]):this.dispatchEvent(new j)}disconnectedCallback(){super.disconnectedCallback(),this.clearStateManager()}}return e=M,P([r.state()],o.prototype,"stateManager",void 0),o}(e.FtLitElementRedux)){}const G=e.FtCssVariableFactory.extend("--ft-ripple-color","",e.designSystemVariables.colorContent),V={color:G,backgroundColor:e.FtCssVariableFactory.extend("--ft-ripple-background-color","",G),opacityContentOnSurfacePressed:e.FtCssVariableFactory.external(e.designSystemVariables.opacityContentOnSurfacePressed,"Design system"),opacityContentOnSurfaceHover:e.FtCssVariableFactory.external(e.designSystemVariables.opacityContentOnSurfaceHover,"Design system"),opacityContentOnSurfaceFocused:e.FtCssVariableFactory.external(e.designSystemVariables.opacityContentOnSurfaceFocused,"Design system"),opacityContentOnSurfaceSelected:e.FtCssVariableFactory.external(e.designSystemVariables.opacityContentOnSurfaceSelected,"Design system"),borderRadius:e.FtCssVariableFactory.create("--ft-ripple-border-radius","","SIZE","0px")},q=e.FtCssVariableFactory.extend("--ft-ripple-color","",e.designSystemVariables.colorPrimary),Y=q,Q=e.FtCssVariableFactory.extend("--ft-ripple-background-color","",q),X=e.FtCssVariableFactory.extend("--ft-ripple-color","",e.designSystemVariables.colorSecondary),J=X,tt=e.FtCssVariableFactory.extend("--ft-ripple-background-color","",X),et=o.css`
|
|
10
|
+
`}update(t){super.update(t),t.has("baseUrl")&&$.actions.setBaseUrl(this.baseUrl),t.has("apiIntegrationIdentifier")&&$.actions.setApiIntegrationIdentifier(this.apiIntegrationIdentifier),t.has("uiLocale")&&$.actions.setUiLocale(this.uiLocale),t.has("noCustom")&&$.actions.setNoCustom(this.noCustom),t.has("editorMode")&&$.actions.setEditorMode(this.editorMode),t.has("noCustomComponent")&&$.actions.setNoCustomComponent(this.noCustomComponent),t.has("session")&&$.actions.setSession(this.session),t.has("availableUiLocales")&&$.actions.setAvailableUiLocales(Array.isArray(this.availableUiLocales)?this.availableUiLocales:[]),t.has("messageContexts")&&null!=this.messageContexts&&this.messageContexts.forEach((t=>R.addContext(t))),setTimeout((()=>this.updateIfNeeded()))}async updateIfNeeded(){const t=this.apiProvider();!this.withManualResources&&t&&(null==this.session&&(this.session=await this.cache.get("session",(async()=>{const e=await t.getCurrentSession();return e.idleTimeoutInMillis>0&&this.cleanSessionDebouncer.run((()=>{this.cache.clear("session"),this.session=void 0}),e.idleTimeoutInMillis),e}))),null==this.availableUiLocales&&(this.availableUiLocales=await this.cache.get("availableUiLocales",(()=>t.getAvailableUiLocales()))))}}W.elementDefinitions={},W.styles=N,L([r.property()],W.prototype,"baseUrl",void 0),L([r.property()],W.prototype,"apiIntegrationIdentifier",void 0),L([r.property()],W.prototype,"uiLocale",void 0),L([e.jsonProperty([])],W.prototype,"availableUiLocales",void 0),L([r.property({type:Boolean})],W.prototype,"editorMode",void 0),L([r.property({type:Boolean})],W.prototype,"noCustom",void 0),L([r.property({converter:{fromAttribute:t=>"false"!==t&&("true"===t||null!=t&&t)}})],W.prototype,"noCustomComponent",void 0),L([r.property({type:Boolean})],W.prototype,"withManualResources",void 0),L([e.jsonProperty([])],W.prototype,"messageContexts",void 0),L([e.jsonProperty(void 0)],W.prototype,"session",void 0),L([r.property({type:Object})],W.prototype,"apiProvider",void 0);class z{async listMySearches(){var t;return(null===(t=$.getState().session)||void 0===t?void 0:t.sessionAuthenticated)?(await C.await()).listMySearches($.getState().session.profile.userId):[]}}const B=new e.CacheRegistry;class A{async listMyBookmarks(){return B.get("bookmarks",(async()=>(await C.await()).listMyBookmarks($.getState().session.profile.userId)))}clearCache(){B.clear("bookmarks")}}const D=e.FtReduxStore.get({name:"ft-user-assets",initialState:{savedSearches:void 0,bookmarks:void 0}});const K=new class{constructor(){this.currentSession=$.getState().session,this.bookmarksAreUsed=!1,this.bookmarksService=new A,$.subscribe((()=>this.reloadWhenUserSessionChanges()))}reloadWhenUserSessionChanges(){var t;const{session:o}=$.getState();e.deepEqual(null===(t=this.currentSession)||void 0===t?void 0:t.profile,null==o?void 0:o.profile)||(this.currentSession=o,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,e=await t.listMySearches();D.actions.savedSearches(e)}async reloadBookmarks(){this.bookmarksService.clearCache(),await this.updateBookmarksIfUsed()}async registerBookmarkComponent(){this.bookmarksAreUsed=!0,await this.updateBookmarksIfUsed()}async updateBookmarksIfUsed(){var t;if(this.bookmarksAreUsed){const e=(null===(t=this.currentSession)||void 0===t?void 0:t.sessionAuthenticated)?await this.bookmarksService.listMyBookmarks():void 0;D.actions.bookmarks(e)}}};e.customElement("ft-app-context")(W);class F{static async build(){return new F(await C.await())}constructor(t){this.api=t,this.cache=new e.CacheRegistry,this.cache.registerFinal("available-locales",(()=>this.api.getAvailableSearchLocales()))}async launchSearch(t){return this.api.search(t)}async launchSuggest(t){return this.api.getSuggestions(t)}async getAvailableSearchLocales(){return this.cache.get("available-locales")}}const Z=t=>t.request.virtualField===b.TITLE_ONLY&&t.request.scope===w.DOCUMENTS;class T extends Event{constructor(){super(T.eventName)}}T.eventName="search-context-clear-all-filters";class P{static build(t){return new P((t=>e.FtReduxStore.get({name:"ft-search-"+t,initialState:{request:{query:"",filters:[],facets:[],sort:[],paging:{page:1,perPage:20}},liveQuery:""},reducers:c}))(t.trim()||"context"),F.build)}constructor(t,o){this.store=t,this.serviceProvider=o,this.ignoreEmptyQuery=!1,this.searchDebouncer=new e.Debouncer(100),this.suggestDebouncer=new e.Debouncer(300)}async initService(){return this.service=await this.serviceProvider(),this.store.actions.setLocales((await this.service.getAvailableSearchLocales()).contentLocales),this.launchSearch()}async awaitService(){for(;null==this.service;)await e.delay(5);return this.service}setQuery(t){this.store.actions.setRequestQuery(t),this.store.actions.setLiveQuery(t),this.store.actions.setPageNumber(1),this.launchSearch()}setContentLocale(t){let e=this.store.getState().locales,o=this.store.getState().request.contentLocale;if(t!=o){if(e){const i=t=>e.some((e=>e.lang==t));i(t)||(t=i(o)?o:e[0].lang)}this.store.actions.setRequestContentLocale(t),this.store.actions.setPageNumber(1),this.store.actions.setRequestFilters([]),this.launchSearch()}return t}setPageSize(t){this.store.actions.setPageSize(t),this.launchSearch()}setPageNumber(t){this.store.actions.setPageNumber(t),this.launchSearch()}setSort(t){this.store.actions.setRequestSort(t),this.store.actions.setPageNumber(1),this.launchSearch()}setFilters(t){const e=t.filter((t=>t.values.length>0));this.store.actions.setRequestFilters(e),this.store.actions.setPageNumber(1),e.forEach((t=>{this.facetIds.includes(t.key)||(this.facetIds=[...this.facetIds,t.key])})),this.launchSearch()}setSearchInDocumentTitlesOnly(t){t?(this.store.actions.setRequestVirtualField(b.TITLE_ONLY),this.store.actions.setRequestScope(w.DOCUMENTS)):(this.store.actions.setRequestVirtualField(b.EVERYWHERE),this.store.actions.setRequestScope(w.DEFAULT)),this.launchSearch()}get searchInDocumentTitlesOnly(){return Z(this.store.getState())}clearAllFilters(){this.setFilters([]),this.store.eventBus.dispatchEvent(new T)}addFacet(t){this.facetIds=[...this.facetIds,t],this.launchSearch()}replaceFacet(t,e){let o=this.facetIds.filter((e=>e!=t));e&&o.push(e),this.facetIds=o,this.launchSearch()}get facetIds(){return this.store.getState().request.facets.map((t=>t.id))}set facetIds(t){let e=[...new Set(t)].map((t=>({id:t})));this.store.actions.setRequestFacets(e)}setFilter(t,e){let o=this.store.getState().request.filters,i={key:t,values:e,negative:!1},r=[...o.filter((e=>e.key!==t)),i];this.setFilters(r)}setLiveQuery(t){this.store.actions.setLiveQuery(t),this.launchSuggest()}setRequest(t){this.store.actions.setRequest(t),this.store.actions.setLiveQuery(t.query),this.store.actions.setPageNumber(1),this.launchSearch()}setScope(t){this.store.actions.setRequestScope(t),this.launchSearch()}setIgnoreEmptyQuery(t){this.ignoreEmptyQuery=t,this.launchSearch()}async launchSearch(){return await this.awaitService(),this.searchDebouncer.run((()=>this.fetchSearchData()))}async launchSuggest(){await this.awaitService(),this.suggestDebouncer.run((()=>this.fetchSuggestData()))}async fetchSearchData(){var t,o;try{null===(t=this.cancelableSearch)||void 0===t||t.cancel();let i=this.store.getState().request;if(this.store.actions.setPaging(void 0),this.ignoreEmptyQuery&&0==i.query.length)this.store.actions.setResults(void 0),this.store.actions.setFacets(void 0),this.store.actions.setSpellcheck(void 0);else{this.cancelableSearch=e.cancelable(this.service.launchSearch(i));const t=await this.cancelableSearch;if(t.paging.currentPage<=1)this.store.actions.setResults(t.results),this.store.actions.setFacets(t.facets),this.store.actions.setSpellcheck(t.spellcheck);else{let e=(null!==(o=this.store.getState().results)&&void 0!==o?o:[]).concat(t.results);this.store.actions.setResults(e)}this.store.actions.setPaging(t.paging)}}catch(t){t instanceof e.CanceledPromiseError||!this.errorHandler||this.errorHandler(t)}}async fetchSuggestData(){var t;try{const o=this.store.getState(),i=o.request,r={input:o.liveQuery,filters:i.filters,sort:i.sort,contentLocale:i.contentLocale,scope:i.scope};null===(t=this.cancelableSuggest)||void 0===t||t.cancel(),this.cancelableSuggest=e.cancelable(this.service.launchSuggest(r));let n=await this.cancelableSuggest;this.store.actions.setSuggestResults(n.suggestions)}catch(t){t instanceof e.CanceledPromiseError||!this.errorHandler||this.errorHandler(t)}}clear(){this.store.clear()}}var H=function(t,e,o,i){for(var r,n=arguments.length,a=n<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,o):i,s=t.length-1;s>=0;s--)(r=t[s])&&(a=(n<3?r(a):n>3?r(e,o,a):r(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class j extends Event{constructor(){super("register-ft-search-component",{bubbles:!0,composed:!0})}}const M=Symbol("registerInterval");class _ extends(function(t){var e;class o extends t{constructor(){super(...arguments),this[e]=0}setSearchStateManager(t){this.clearStateManager(),this.stateManager=t,this.addStore(t.store,"search")}clearStateManager(){this.stateManager&&(this.removeStore(this.stateManager.store),this.stateManager=void 0)}connectedCallback(){super.connectedCallback(),this[M]=window.setInterval((()=>this.tryToRegisterToContext()),50)}tryToRegisterToContext(){null!=this.stateManager?window.clearInterval(this[M]):this.dispatchEvent(new j)}disconnectedCallback(){super.disconnectedCallback(),this.clearStateManager()}}return e=M,H([r.state()],o.prototype,"stateManager",void 0),o}(e.FtLitElementRedux)){}const G=e.FtCssVariableFactory.extend("--ft-ripple-color","",e.designSystemVariables.colorContent),V={color:G,backgroundColor:e.FtCssVariableFactory.extend("--ft-ripple-background-color","",G),opacityContentOnSurfacePressed:e.FtCssVariableFactory.external(e.designSystemVariables.opacityContentOnSurfacePressed,"Design system"),opacityContentOnSurfaceHover:e.FtCssVariableFactory.external(e.designSystemVariables.opacityContentOnSurfaceHover,"Design system"),opacityContentOnSurfaceFocused:e.FtCssVariableFactory.external(e.designSystemVariables.opacityContentOnSurfaceFocused,"Design system"),opacityContentOnSurfaceSelected:e.FtCssVariableFactory.external(e.designSystemVariables.opacityContentOnSurfaceSelected,"Design system"),borderRadius:e.FtCssVariableFactory.create("--ft-ripple-border-radius","","SIZE","0px")},q=e.FtCssVariableFactory.extend("--ft-ripple-color","",e.designSystemVariables.colorPrimary),Y=q,Q=e.FtCssVariableFactory.extend("--ft-ripple-background-color","",q),X=e.FtCssVariableFactory.extend("--ft-ripple-color","",e.designSystemVariables.colorSecondary),J=X,tt=e.FtCssVariableFactory.extend("--ft-ripple-background-color","",X),et=o.css`
|
|
11
11
|
:host {
|
|
12
12
|
display: contents;
|
|
13
13
|
}
|
|
@@ -130,19 +130,19 @@
|
|
|
130
130
|
<div class="ft-ripple--background"></div>
|
|
131
131
|
<div class="ft-ripple--effect"></div>
|
|
132
132
|
</div>
|
|
133
|
-
`}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 e,o;super.update(t),t.has("disabled")&&(this.disabled?(this.endRipple(),null===(e=this.target)||void 0===e||e.removeAttribute("data-is-ft-ripple-target")):null===(o=this.target)||void 0===o||o.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,e;const o=null===(t=this.shadowRoot)||void 0===t?void 0:t.host.parentElement;o&&this.setupFor(null!==(e=this.target)&&void 0!==e?e:o)}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 e=(...t)=>e=>{t.forEach((t=>window.addEventListener(t,this.endPress,{once:!0}))),this.startPress(e)},o=e("mouseup","contextmenu"),i=e("touchend","touchcancel"),r=t=>{["Enter"," "].includes(t.key)&&e("keyup")(t)};t.addEventListener("mouseover",this.startHover),t.addEventListener("mousemove",this.moveRipple),t.addEventListener("mouseleave",this.endHover),t.addEventListener("mousedown",o),t.addEventListener("touchstart",i),t.addEventListener("touchmove",this.moveRipple),t.addEventListener("keydown",r),t.addEventListener("focus",this.startFocus),t.addEventListener("blur",this.endFocus),t.addEventListener("focusin",this.startFocus),t.addEventListener("focusout",this.endFocus),this.onDisconnect=()=>{t.removeAttribute("data-is-ft-ripple-target"),t.removeEventListener("mouseover",this.startHover),t.removeEventListener("mousemove",this.moveRipple),t.removeEventListener("mouseleave",this.endHover),t.removeEventListener("mousedown",o),t.removeEventListener("touchstart",i),t.removeEventListener("touchmove",this.moveRipple),t.removeEventListener("keydown",r),t.removeEventListener("focus",this.startFocus),t.removeEventListener("blur",this.endFocus),t.removeEventListener("focusin",this.startFocus),t.removeEventListener("focusout",this.endFocus),this.onDisconnect=void 0,this.target=void 0}}getCoordinates(t){const e=t,o=t;let i,r;return null!=e.x?({x:i,y:r}=e):null!=o.touches&&(i=o.touches[0].clientX,r=o.touches[0].clientY),{x:i,y:r}}isFocusVisible(t){return!(t instanceof HTMLElement)||t.matches(":focus-visible")}isIgnored(t){if(this.disabled)return!0;if(null!=t)for(let e of t.composedPath()){if(e===this.target)break;if("hasAttribute"in e&&e.hasAttribute("data-is-ft-ripple-target"))return!0}return!1}disconnectedCallback(){super.disconnectedCallback(),this.onDisconnect&&this.onDisconnect(),this.endRipple()}}it.elementDefinitions={},it.styles=et,ot([r.property({type:Boolean})],it.prototype,"primary",void 0),ot([r.property({type:Boolean})],it.prototype,"secondary",void 0),ot([r.property({type:Boolean})],it.prototype,"unbounded",void 0),ot([r.property({type:Boolean})],it.prototype,"activated",void 0),ot([r.property({type:Boolean})],it.prototype,"selected",void 0),ot([r.property({type:Boolean})],it.prototype,"disabled",void 0),ot([r.state()],it.prototype,"hovered",void 0),ot([r.state()],it.prototype,"focused",void 0),ot([r.state()],it.prototype,"pressed",void 0),ot([r.state()],it.prototype,"rippling",void 0),ot([r.state()],it.prototype,"originX",void 0),ot([r.state()],it.prototype,"originY",void 0),ot([r.query(".ft-ripple")],it.prototype,"ripple",void 0),ot([r.query(".ft-ripple--effect")],it.prototype,"rippleEffect",void 0),e.customElement("ft-ripple")(it);
|
|
133
|
+
`}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 e,o;super.update(t),t.has("disabled")&&(this.disabled?(this.endRipple(),null===(e=this.target)||void 0===e||e.removeAttribute("data-is-ft-ripple-target")):null===(o=this.target)||void 0===o||o.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,e;const o=null===(t=this.shadowRoot)||void 0===t?void 0:t.host.parentElement;o&&this.setupFor(null!==(e=this.target)&&void 0!==e?e:o)}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 e=(...t)=>e=>{t.forEach((t=>window.addEventListener(t,this.endPress,{once:!0}))),this.startPress(e)},o=e("mouseup","contextmenu"),i=e("touchend","touchcancel"),r=t=>{["Enter"," "].includes(t.key)&&e("keyup")(t)},n={passive:!0};t.addEventListener("mouseover",this.startHover,n),t.addEventListener("mousemove",this.moveRipple,n),t.addEventListener("mouseleave",this.endHover,n),t.addEventListener("mousedown",o,n),t.addEventListener("touchstart",i,n),t.addEventListener("touchmove",this.moveRipple,n),t.addEventListener("keydown",r,n),t.addEventListener("focus",this.startFocus,n),t.addEventListener("blur",this.endFocus,n),t.addEventListener("focusin",this.startFocus,n),t.addEventListener("focusout",this.endFocus,n),this.onDisconnect=()=>{t.removeAttribute("data-is-ft-ripple-target"),t.removeEventListener("mouseover",this.startHover,n),t.removeEventListener("mousemove",this.moveRipple,n),t.removeEventListener("mouseleave",this.endHover,n),t.removeEventListener("mousedown",o,n),t.removeEventListener("touchstart",i,n),t.removeEventListener("touchmove",this.moveRipple,n),t.removeEventListener("keydown",r,n),t.removeEventListener("focus",this.startFocus,n),t.removeEventListener("blur",this.endFocus,n),t.removeEventListener("focusin",this.startFocus,n),t.removeEventListener("focusout",this.endFocus,n),this.onDisconnect=void 0,this.target=void 0}}getCoordinates(t){const e=t,o=t;let i,r;return null!=e.x?({x:i,y:r}=e):null!=o.touches&&(i=o.touches[0].clientX,r=o.touches[0].clientY),{x:i,y:r}}isFocusVisible(t){return!(t instanceof HTMLElement)||t.matches(":focus-visible")}isIgnored(t){if(this.disabled)return!0;if(null!=t)for(let e of t.composedPath()){if(e===this.target)break;if("hasAttribute"in e&&e.hasAttribute("data-is-ft-ripple-target"))return!0}return!1}disconnectedCallback(){super.disconnectedCallback(),this.onDisconnect&&this.onDisconnect(),this.endRipple()}}it.elementDefinitions={},it.styles=et,ot([r.property({type:Boolean})],it.prototype,"primary",void 0),ot([r.property({type:Boolean})],it.prototype,"secondary",void 0),ot([r.property({type:Boolean})],it.prototype,"unbounded",void 0),ot([r.property({type:Boolean})],it.prototype,"activated",void 0),ot([r.property({type:Boolean})],it.prototype,"selected",void 0),ot([r.property({type:Boolean})],it.prototype,"disabled",void 0),ot([r.state()],it.prototype,"hovered",void 0),ot([r.state()],it.prototype,"focused",void 0),ot([r.state()],it.prototype,"pressed",void 0),ot([r.state()],it.prototype,"rippling",void 0),ot([r.state()],it.prototype,"originX",void 0),ot([r.state()],it.prototype,"originY",void 0),ot([r.query(".ft-ripple")],it.prototype,"ripple",void 0),ot([r.query(".ft-ripple--effect")],it.prototype,"rippleEffect",void 0),e.customElement("ft-ripple")(it);
|
|
134
134
|
/**
|
|
135
135
|
* @license
|
|
136
136
|
* Copyright 2017 Google LLC
|
|
137
137
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
138
138
|
*/
|
|
139
|
-
const rt=globalThis,nt=rt.trustedTypes,at=nt?nt.createPolicy("lit-html",{createHTML:t=>t}):void 0,st="$lit$",lt=`lit$${(Math.random()+"").slice(9)}$`,ct="?"+lt,ht=`<${ct}>`,
|
|
139
|
+
const rt=globalThis,nt=rt.trustedTypes,at=nt?nt.createPolicy("lit-html",{createHTML:t=>t}):void 0,st="$lit$",lt=`lit$${(Math.random()+"").slice(9)}$`,ct="?"+lt,ht=`<${ct}>`,ft=document,pt=()=>ft.createComment(""),dt=t=>null===t||"object"!=typeof t&&"function"!=typeof t,ut=Array.isArray,gt="[ \t\n\f\r]",yt=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,bt=/-->/g,mt=/>/g,vt=RegExp(`>|${gt}(?:([^\\s"'>=/]+)(${gt}*=${gt}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),xt=/'/g,Ot=/"/g,wt=/^(?:script|style|textarea|title)$/i,St=(t=>(e,...o)=>({_$litType$:t,strings:e,values:o}))(1),Nt=Symbol.for("lit-noChange"),$t=Symbol.for("lit-nothing"),Ct=new WeakMap,kt=ft.createTreeWalker(ft,129);function It(t,e){if(!Array.isArray(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return void 0!==at?at.createHTML(e):e}const Et=(t,e)=>{const o=t.length-1,i=[];let r,n=2===e?"<svg>":"",a=yt;for(let e=0;e<o;e++){const o=t[e];let s,l,c=-1,h=0;for(;h<o.length&&(a.lastIndex=h,l=a.exec(o),null!==l);)h=a.lastIndex,a===yt?"!--"===l[1]?a=bt:void 0!==l[1]?a=mt:void 0!==l[2]?(wt.test(l[2])&&(r=RegExp("</"+l[2],"g")),a=vt):void 0!==l[3]&&(a=vt):a===vt?">"===l[0]?(a=r??yt,c=-1):void 0===l[1]?c=-2:(c=a.lastIndex-l[2].length,s=l[1],a=void 0===l[3]?vt:'"'===l[3]?Ot:xt):a===Ot||a===xt?a=vt:a===bt||a===mt?a=yt:(a=vt,r=void 0);const f=a===vt&&t[e+1].startsWith("/>")?" ":"";n+=a===yt?o+ht:c>=0?(i.push(s),o.slice(0,c)+st+o.slice(c)+lt+f):o+lt+(-2===c?e:f)}return[It(t,n+(t[o]||"<?>")+(2===e?"</svg>":"")),i]};class Rt{constructor({strings:t,_$litType$:e},o){let i;this.parts=[];let r=0,n=0;const a=t.length-1,s=this.parts,[l,c]=Et(t,e);if(this.el=Rt.createElement(l,o),kt.currentNode=this.el.content,2===e){const t=this.el.content.firstChild;t.replaceWith(...t.childNodes)}for(;null!==(i=kt.nextNode())&&s.length<a;){if(1===i.nodeType){if(i.hasAttributes())for(const t of i.getAttributeNames())if(t.endsWith(st)){const e=c[n++],o=i.getAttribute(t).split(lt),a=/([.?@])?(.*)/.exec(e);s.push({type:1,index:r,name:a[2],strings:o,ctor:"."===a[1]?Bt:"?"===a[1]?At:"@"===a[1]?Dt:zt}),i.removeAttribute(t)}else t.startsWith(lt)&&(s.push({type:6,index:r}),i.removeAttribute(t));if(wt.test(i.tagName)){const t=i.textContent.split(lt),e=t.length-1;if(e>0){i.textContent=nt?nt.emptyScript:"";for(let o=0;o<e;o++)i.append(t[o],pt()),kt.nextNode(),s.push({type:2,index:++r});i.append(t[e],pt())}}}else if(8===i.nodeType)if(i.data===ct)s.push({type:2,index:r});else{let t=-1;for(;-1!==(t=i.data.indexOf(lt,t+1));)s.push({type:7,index:r}),t+=lt.length-1}r++}}static createElement(t,e){const o=ft.createElement("template");return o.innerHTML=t,o}}function Ut(t,e,o=t,i){if(e===Nt)return e;let r=void 0!==i?o._$Co?.[i]:o._$Cl;const n=dt(e)?void 0:e._$litDirective$;return r?.constructor!==n&&(r?._$AO?.(!1),void 0===n?r=void 0:(r=new n(t),r._$AT(t,o,i)),void 0!==i?(o._$Co??=[])[i]=r:o._$Cl=r),void 0!==r&&(e=Ut(t,r._$AS(t,e.values),r,i)),e}class Lt{constructor(t,e){this._$AV=[],this._$AN=void 0,this._$AD=t,this._$AM=e}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(t){const{el:{content:e},parts:o}=this._$AD,i=(t?.creationScope??ft).importNode(e,!0);kt.currentNode=i;let r=kt.nextNode(),n=0,a=0,s=o[0];for(;void 0!==s;){if(n===s.index){let e;2===s.type?e=new Wt(r,r.nextSibling,this,t):1===s.type?e=new s.ctor(r,s.name,s.strings,this,t):6===s.type&&(e=new Kt(r,this,t)),this._$AV.push(e),s=o[++a]}n!==s?.index&&(r=kt.nextNode(),n++)}return kt.currentNode=ft,i}p(t){let e=0;for(const o of this._$AV)void 0!==o&&(void 0!==o.strings?(o._$AI(t,o,e),e+=o.strings.length-2):o._$AI(t[e])),e++}}class Wt{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(t,e,o,i){this.type=2,this._$AH=$t,this._$AN=void 0,this._$AA=t,this._$AB=e,this._$AM=o,this.options=i,this._$Cv=i?.isConnected??!0}get parentNode(){let t=this._$AA.parentNode;const e=this._$AM;return void 0!==e&&11===t?.nodeType&&(t=e.parentNode),t}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(t,e=this){t=Ut(this,t,e),dt(t)?t===$t||null==t||""===t?(this._$AH!==$t&&this._$AR(),this._$AH=$t):t!==this._$AH&&t!==Nt&&this._(t):void 0!==t._$litType$?this.g(t):void 0!==t.nodeType?this.$(t):(t=>ut(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!==$t&&dt(this._$AH)?this._$AA.nextSibling.data=t:this.$(ft.createTextNode(t)),this._$AH=t}g(t){const{values:e,_$litType$:o}=t,i="number"==typeof o?this._$AC(t):(void 0===o.el&&(o.el=Rt.createElement(It(o.h,o.h[0]),this.options)),o);if(this._$AH?._$AD===i)this._$AH.p(e);else{const t=new Lt(i,this),o=t.u(this.options);t.p(e),this.$(o),this._$AH=t}}_$AC(t){let e=Ct.get(t.strings);return void 0===e&&Ct.set(t.strings,e=new Rt(t)),e}T(t){ut(this._$AH)||(this._$AH=[],this._$AR());const e=this._$AH;let o,i=0;for(const r of t)i===e.length?e.push(o=new Wt(this.k(pt()),this.k(pt()),this,this.options)):o=e[i],o._$AI(r),i++;i<e.length&&(this._$AR(o&&o._$AB.nextSibling,i),e.length=i)}_$AR(t=this._$AA.nextSibling,e){for(this._$AP?.(!1,!0,e);t&&t!==this._$AB;){const e=t.nextSibling;t.remove(),t=e}}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,e,o,i,r){this.type=1,this._$AH=$t,this._$AN=void 0,this.element=t,this.name=e,this._$AM=i,this.options=r,o.length>2||""!==o[0]||""!==o[1]?(this._$AH=Array(o.length-1).fill(new String),this.strings=o):this._$AH=$t}_$AI(t,e=this,o,i){const r=this.strings;let n=!1;if(void 0===r)t=Ut(this,t,e,0),n=!dt(t)||t!==this._$AH&&t!==Nt,n&&(this._$AH=t);else{const i=t;let a,s;for(t=r[0],a=0;a<r.length-1;a++)s=Ut(this,i[o+a],e,a),s===Nt&&(s=this._$AH[a]),n||=!dt(s)||s!==this._$AH[a],s===$t?t=$t:t!==$t&&(t+=(s??"")+r[a+1]),this._$AH[a]=s}n&&!i&&this.O(t)}O(t){t===$t?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===$t?void 0:t}}class At extends zt{constructor(){super(...arguments),this.type=4}O(t){this.element.toggleAttribute(this.name,!!t&&t!==$t)}}class Dt extends zt{constructor(t,e,o,i,r){super(t,e,o,i,r),this.type=5}_$AI(t,e=this){if((t=Ut(this,t,e,0)??$t)===Nt)return;const o=this._$AH,i=t===$t&&o!==$t||t.capture!==o.capture||t.once!==o.once||t.passive!==o.passive,r=t!==$t&&(o===$t||i);i&&this.element.removeEventListener(this.name,this,o),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 Kt{constructor(t,e,o){this.element=t,this.type=6,this._$AN=void 0,this._$AM=e,this.options=o}get _$AU(){return this._$AM._$AU}_$AI(t){Ut(this,t)}}const Ft=rt.litHtmlPolyfillSupport;Ft?.(Rt,Wt),(rt.litHtmlVersions??=[]).push("3.1.0");
|
|
140
140
|
/**
|
|
141
141
|
* @license
|
|
142
142
|
* Copyright 2020 Google LLC
|
|
143
143
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
144
144
|
*/
|
|
145
|
-
const Ft=Symbol.for(""),Tt=t=>{if(t?.r===Ft)return t?._$litStatic$},Ht=t=>({_$litStatic$:t,r:Ft}),Pt=new Map,jt=(t=>(e,...o)=>{const i=o.length;let r,n;const a=[],s=[];let l,c=0,h=!1;for(;c<i;){for(l=e[c];c<i&&void 0!==(n=o[c],r=Tt(n));)l+=r+e[++c],h=!0;c!==i&&s.push(n),a.push(l),c++}if(c===i&&a.push(e[i]),h){const t=a.join("$$lit$$");void 0===(e=Pt.get(t))&&(a.raw=a,Pt.set(t,e=a)),o=s}return t(e,...o)})(Nt);var Mt;!function(t){t.title="title",t.title_dense="title-dense",t.subtitle1="subtitle1",t.subtitle2="subtitle2",t.body1="body1",t.body2="body2",t.caption="caption",t.breadcrumb="breadcrumb",t.overline="overline",t.button="button",t.display="display",t.title1="title-1",t.title2="title-2",t.title3="title-3",t.body1regular="body-1-regular",t.body1medium="body-1-medium",t.body1semibold="body-1-semibold",t.body2regular="body-2-regular",t.body2medium="body-2-medium",t.body2semibold="body-2-semibold",t.label1medium="label-1-medium",t.label1semibold="label-1-semibold",t.label1bold="label-1-bold",t.label2medium="label-2-medium",t.label2semibold="label-2-semibold",t.label2bold="label-2-bold",t.caption1medium="caption-1-medium",t.caption1semibold="caption-1-semibold",t.caption1bold="caption-1-bold",t.caption2medium="caption-2-medium",t.caption2semibold="caption-2-semibold",t.caption2bold="caption-2-bold"}(Mt||(Mt={}));const _t=t=>"string"==typeof t?o.unsafeCSS(t):t;class Gt{static create(t,e,i,r){const n=t=>_t(null!=t?t:r),a=o.css`var(${_t(t)}, ${n(r)})`;return a.name=t,a.description=e,a.category=i,a.defaultValue=r,a.defaultCssValue=n,a.get=e=>o.css`var(${_t(t)}, ${n(e)})`,a.breadcrumb=()=>[],a.lastResortDefaultValue=()=>r,a}static extend(t,e,i,r){const n=t=>i.get(null!=t?t:r),a=o.css`var(${_t(t)}, ${n(r)})`;return a.name=t,a.description=e,a.category=i.category,a.fallbackVariable=i,a.defaultValue=r,a.defaultCssValue=n,a.get=e=>o.css`var(${_t(t)}, ${n(e)})`,a.breadcrumb=()=>[i.name,...i.breadcrumb()],a.lastResortDefaultValue=()=>null!=r?r:i.lastResortDefaultValue(),a}static external(t,e){const i=e=>t.fallbackVariable?t.fallbackVariable.get(null!=e?e:t.defaultValue):_t(null!=e?e:t.lastResortDefaultValue()),r=o.css`var(${_t(t.name)}, ${i(t.defaultValue)})`;return r.name=t.name,r.category=t.category,r.fallbackVariable=t.fallbackVariable,r.defaultValue=t.defaultValue,r.context=e,r.defaultCssValue=i,r.get=e=>o.css`var(${_t(t.name)}, ${i(e)})`,r.breadcrumb=()=>t.fallbackVariable?[t.fallbackVariable.name,...t.fallbackVariable.breadcrumb()]:[],r.lastResortDefaultValue=()=>t.lastResortDefaultValue(),r}}const Vt={colorWhite:Gt.create("--ft-color-white","","COLOR","#ffffff"),colorGray0:Gt.create("--ft-color-gray-0","","COLOR","#71718e"),colorGray10:Gt.create("--ft-color-gray-10","","COLOR","#fbfbfc"),colorGray20:Gt.create("--ft-color-gray-20","","COLOR","#f2f2f5"),colorGray30:Gt.create("--ft-color-gray-30","","COLOR","#e9e9ed"),colorGray40:Gt.create("--ft-color-gray-40","","COLOR","#e0e0e6"),colorGray50:Gt.create("--ft-color-gray-50","","COLOR","#cdcdd7"),colorGray60:Gt.create("--ft-color-gray-60","","COLOR","#bbbbc9"),colorGray70:Gt.create("--ft-color-gray-70","","COLOR","#a8a8ba"),colorGray80:Gt.create("--ft-color-gray-80","","COLOR","#9696ab"),colorGray90:Gt.create("--ft-color-gray-90","","COLOR","#83839d"),colorGray100:Gt.create("--ft-color-gray-100","","COLOR","#62627c"),colorGray200:Gt.create("--ft-color-gray-200","","COLOR","#545469"),colorGray300:Gt.create("--ft-color-gray-300","","COLOR","#454557"),colorGray400:Gt.create("--ft-color-gray-400","","COLOR","#363644"),colorGray500:Gt.create("--ft-color-gray-500","","COLOR","#282832"),colorGray600:Gt.create("--ft-color-gray-600","","COLOR","#19191f"),colorGray700:Gt.create("--ft-color-gray-700","","COLOR","#0a0a0d"),colorBrand0:Gt.create("--ft-color-brand-0","","COLOR","#9d207b"),colorBrand10:Gt.create("--ft-color-brand-10","","COLOR","#f7edf4"),colorBrand20:Gt.create("--ft-color-brand-20","","COLOR","#ebcfe4"),colorBrand30:Gt.create("--ft-color-brand-30","","COLOR","#dfb2d3"),colorBrand40:Gt.create("--ft-color-brand-40","","COLOR","#d395c2"),colorBrand50:Gt.create("--ft-color-brand-50","","COLOR","#c778b1"),colorBrand60:Gt.create("--ft-color-brand-60","","COLOR","#ba5ba1"),colorBrand70:Gt.create("--ft-color-brand-70","","COLOR","#ae3e90"),colorBrand100:Gt.create("--ft-color-brand-100","","COLOR","#8d1d6e"),colorBrand200:Gt.create("--ft-color-brand-200","","COLOR","#78185e"),colorBrand300:Gt.create("--ft-color-brand-300","","COLOR","#62144d"),colorBrand400:Gt.create("--ft-color-brand-400","","COLOR","#4d103c"),colorBrand500:Gt.create("--ft-color-brand-500","","COLOR","#380b2c"),colorBrand600:Gt.create("--ft-color-brand-600","","COLOR","#23071b"),colorBrand700:Gt.create("--ft-color-brand-700","","COLOR","#0d030b"),colorCyan0:Gt.create("--ft-color-cyan-0","","COLOR","#0e98b4"),colorCyan10:Gt.create("--ft-color-cyan-10","","COLOR","#ebf6f9"),colorCyan20:Gt.create("--ft-color-cyan-20","","COLOR","#cbe9ef"),colorCyan30:Gt.create("--ft-color-cyan-30","","COLOR","#acdbe5"),colorCyan40:Gt.create("--ft-color-cyan-40","","COLOR","#8ccedb"),colorCyan50:Gt.create("--ft-color-cyan-50","","COLOR","#6dc0d1"),colorCyan60:Gt.create("--ft-color-cyan-60","","COLOR","#4db3c8"),colorCyan70:Gt.create("--ft-color-cyan-70","","COLOR","#2ea5be"),colorCyan100:Gt.create("--ft-color-cyan-100","","COLOR","#0c849c"),colorCyan200:Gt.create("--ft-color-cyan-200","","COLOR","#0a7085"),colorCyan300:Gt.create("--ft-color-cyan-300","","COLOR","#085c6d"),colorCyan400:Gt.create("--ft-color-cyan-400","","COLOR","#074856"),colorCyan500:Gt.create("--ft-color-cyan-500","","COLOR","#05343e"),colorCyan600:Gt.create("--ft-color-cyan-600","","COLOR","#032127"),colorCyan700:Gt.create("--ft-color-cyan-700","","COLOR","#010d0f"),colorGreen0:Gt.create("--ft-color-green-0","","COLOR","#21a274"),colorGreen10:Gt.create("--ft-color-green-10","","COLOR","#edf7f3"),colorGreen20:Gt.create("--ft-color-green-20","","COLOR","#cfebe1"),colorGreen30:Gt.create("--ft-color-green-30","","COLOR","#b2dfcf"),colorGreen40:Gt.create("--ft-color-green-40","","COLOR","#95d3bd"),colorGreen50:Gt.create("--ft-color-green-50","","COLOR","#78c7ab"),colorGreen60:Gt.create("--ft-color-green-60","","COLOR","#5bba98"),colorGreen70:Gt.create("--ft-color-green-70","","COLOR","#3eae86"),colorGreen100:Gt.create("--ft-color-green-100","","COLOR","#1d8d65"),colorGreen200:Gt.create("--ft-color-green-200","","COLOR","#187856"),colorGreen300:Gt.create("--ft-color-green-300","","COLOR","#146246"),colorGreen400:Gt.create("--ft-color-green-400","","COLOR","#104d37"),colorGreen500:Gt.create("--ft-color-green-500","","COLOR","#0b3828"),colorGreen600:Gt.create("--ft-color-green-600","","COLOR","#072319"),colorGreen700:Gt.create("--ft-color-green-700","","COLOR","#030d0a"),colorOrange0:Gt.create("--ft-color-orange-0","","COLOR","#ee8d17"),colorOrange10:Gt.create("--ft-color-orange-10","","COLOR","#fef6ec"),colorOrange20:Gt.create("--ft-color-orange-20","","COLOR","#fbe7cd"),colorOrange30:Gt.create("--ft-color-orange-30","","COLOR","#f9d8af"),colorOrange40:Gt.create("--ft-color-orange-40","","COLOR","#f7c991"),colorOrange50:Gt.create("--ft-color-orange-50","","COLOR","#f5ba72"),colorOrange60:Gt.create("--ft-color-orange-60","","COLOR","#f2ab54"),colorOrange70:Gt.create("--ft-color-orange-70","","COLOR","#f09c35"),colorOrange100:Gt.create("--ft-color-orange-100","","COLOR","#cf7b14"),colorOrange200:Gt.create("--ft-color-orange-200","","COLOR","#b06811"),colorOrange300:Gt.create("--ft-color-orange-300","","COLOR","#90560e"),colorOrange400:Gt.create("--ft-color-orange-400","","COLOR","#71430b"),colorOrange500:Gt.create("--ft-color-orange-500","","COLOR","#523108"),colorOrange600:Gt.create("--ft-color-orange-600","","COLOR","#331e05"),colorOrange700:Gt.create("--ft-color-orange-700","","COLOR","#140c02"),colorRed0:Gt.create("--ft-color-red-0","","COLOR","#b40e2c"),colorRed10:Gt.create("--ft-color-red-10","","COLOR","#f9ebed"),colorRed20:Gt.create("--ft-color-red-20","","COLOR","#efcbd2"),colorRed30:Gt.create("--ft-color-red-30","","COLOR","#e5acb6"),colorRed40:Gt.create("--ft-color-red-40","","COLOR","#db8c9b"),colorRed50:Gt.create("--ft-color-red-50","","COLOR","#d16d7f"),colorRed60:Gt.create("--ft-color-red-60","","COLOR","#c84d63"),colorRed70:Gt.create("--ft-color-red-70","","COLOR","#be2e48"),colorRed100:Gt.create("--ft-color-red-100","","COLOR","#9c0c26"),colorRed200:Gt.create("--ft-color-red-200","","COLOR","#850a20"),colorRed300:Gt.create("--ft-color-red-300","","COLOR","#6d081b"),colorRed400:Gt.create("--ft-color-red-400","","COLOR","#560715"),colorRed500:Gt.create("--ft-color-red-500","","COLOR","#3e050f"),colorRed600:Gt.create("--ft-color-red-600","","COLOR","#270309"),colorRed700:Gt.create("--ft-color-red-700","","COLOR","#0f0104"),colorYellow0:Gt.create("--ft-color-yellow-0","","COLOR","#E4C00C"),colorYellow10:Gt.create("--ft-color-yellow-10","","COLOR","#fefae9"),colorYellow20:Gt.create("--ft-color-yellow-20","","COLOR","#fcf4ca"),colorYellow30:Gt.create("--ft-color-yellow-30","","COLOR","#faedaa"),colorYellow40:Gt.create("--ft-color-yellow-40","","COLOR","#f9e78b"),colorYellow50:Gt.create("--ft-color-yellow-50","","COLOR","#f7e06b"),colorYellow60:Gt.create("--ft-color-yellow-60","","COLOR","#F4D63E"),colorYellow70:Gt.create("--ft-color-yellow-70","","COLOR","#F3CE16"),colorYellow100:Gt.create("--ft-color-yellow-100","","COLOR","#d3b10b"),colorYellow200:Gt.create("--ft-color-yellow-200","","COLOR","#b3970a"),colorYellow300:Gt.create("--ft-color-yellow-300","","COLOR","#947c08"),colorYellow400:Gt.create("--ft-color-yellow-400","","COLOR","#746206"),colorYellow500:Gt.create("--ft-color-yellow-500","","COLOR","#554705"),colorYellow600:Gt.create("--ft-color-yellow-600","","COLOR","#352d03"),colorYellow700:Gt.create("--ft-color-yellow-700","","COLOR","#161201"),colorUltramarine0:Gt.create("--ft-color-ultramarine-0","","COLOR","#3C19E5"),colorUltramarine10:Gt.create("--ft-color-ultramarine-10","","COLOR","#EDEAFD"),colorUltramarine20:Gt.create("--ft-color-ultramarine-20","","COLOR","#D4CCF9"),colorUltramarine30:Gt.create("--ft-color-ultramarine-30","","COLOR","#BBAFF6"),colorUltramarine40:Gt.create("--ft-color-ultramarine-40","","COLOR","#A191F3"),colorUltramarine50:Gt.create("--ft-color-ultramarine-50","","COLOR","#8873EF"),colorUltramarine60:Gt.create("--ft-color-ultramarine-60","","COLOR","#6F55EC"),colorUltramarine70:Gt.create("--ft-color-ultramarine-70","","COLOR","#5537E8"),colorUltramarine100:Gt.create("--ft-color-ultramarine-100","","COLOR","#3416C7"),colorUltramarine200:Gt.create("--ft-color-ultramarine-200","","COLOR","#2C13A9"),colorUltramarine300:Gt.create("--ft-color-ultramarine-300","","COLOR","#250F8C"),colorUltramarine400:Gt.create("--ft-color-ultramarine-400","","COLOR","#1D0C6E"),colorUltramarine500:Gt.create("--ft-color-ultramarine-500","","COLOR","#150950"),colorUltramarine600:Gt.create("--ft-color-ultramarine-600","","COLOR","#0D0532"),colorUltramarine700:Gt.create("--ft-color-ultramarine-700","","COLOR","#050215"),colorAvocado0:Gt.create("--ft-color-avocado-0","","COLOR","#98BD28"),colorAvocado10:Gt.create("--ft-color-avocado-10","","COLOR","#F6F9EC"),colorAvocado20:Gt.create("--ft-color-avocado-20","","COLOR","#E8F0D0"),colorAvocado30:Gt.create("--ft-color-avocado-30","","COLOR","#DBE8B4"),colorAvocado40:Gt.create("--ft-color-avocado-40","","COLOR","#CEDF98"),colorAvocado50:Gt.create("--ft-color-avocado-50","","COLOR","#C0D77C"),colorAvocado60:Gt.create("--ft-color-avocado-60","","COLOR","#B3CE60"),colorAvocado70:Gt.create("--ft-color-avocado-70","","COLOR","#A5C644"),colorAvocado100:Gt.create("--ft-color-avocado-100","","COLOR","#84A423"),colorAvocado200:Gt.create("--ft-color-avocado-200","","COLOR","#708C1E"),colorAvocado300:Gt.create("--ft-color-avocado-300","","COLOR","#5D7318"),colorAvocado400:Gt.create("--ft-color-avocado-400","","COLOR","#495B13"),colorAvocado500:Gt.create("--ft-color-avocado-500","","COLOR","#35420E"),colorAvocado600:Gt.create("--ft-color-avocado-600","","COLOR","#212A09"),colorAvocado700:Gt.create("--ft-color-avocado-700","","COLOR","#0E1104"),colorBrown0:Gt.create("--ft-color-brown-0","","COLOR","#B26F4D"),colorBrown10:Gt.create("--ft-color-brown-10","","COLOR","#F8F2EF"),colorBrown20:Gt.create("--ft-color-brown-20","","COLOR","#EEDFD8"),colorBrown30:Gt.create("--ft-color-brown-30","","COLOR","#E4CDC1"),colorBrown40:Gt.create("--ft-color-brown-40","","COLOR","#DABAAA"),colorBrown50:Gt.create("--ft-color-brown-50","","COLOR","#D0A792"),colorBrown60:Gt.create("--ft-color-brown-60","","COLOR","#C6947B"),colorBrown70:Gt.create("--ft-color-brown-70","","COLOR","#BC8264"),colorBrown100:Gt.create("--ft-color-brown-100","","COLOR","#9B6143"),colorBrown200:Gt.create("--ft-color-brown-200","","COLOR","#845239"),colorBrown300:Gt.create("--ft-color-brown-300","","COLOR","#6D442F"),colorBrown400:Gt.create("--ft-color-brown-400","","COLOR","#553525"),colorBrown500:Gt.create("--ft-color-brown-500","","COLOR","#3E271B"),colorBrown600:Gt.create("--ft-color-brown-600","","COLOR","#271811"),colorBrown700:Gt.create("--ft-color-brown-700","","COLOR","#100A07"),spacing1:Gt.create("--ft-spacing-1","","SIZE","0.25rem"),spacing2:Gt.create("--ft-spacing-2","","SIZE","calc(var(--ft-spacing-2, 0.25rem)*2)"),spacing3:Gt.create("--ft-spacing-3","","SIZE","calc(var(--ft-spacing-3, 0.25rem)*3)"),spacing4:Gt.create("--ft-spacing-4","","SIZE","calc(var(--ft-spacing-4, 0.25rem)*4)"),spacing5:Gt.create("--ft-spacing-5","","SIZE","calc(var(--ft-spacing-5, 0.25rem)*5)"),spacing6:Gt.create("--ft-spacing-6","","SIZE","calc(var(--ft-spacing-6, 0.25rem)*6)"),spacing8:Gt.create("--ft-spacing-8","","SIZE","calc(var(--ft-spacing-8, 0.25rem)*8)"),spacing10:Gt.create("--ft-spacing-10","","SIZE","calc(var(--ft-spacing-10, 0.25rem)*10)"),spacing12:Gt.create("--ft-spacing-12","","SIZE","calc(var(--ft-spacing-12, 0.25rem)*12)"),spacing16:Gt.create("--ft-spacing-16","","SIZE","calc(var(--ft-spacing-16, 0.25rem)*16)"),spacing20:Gt.create("--ft-spacing-20","","SIZE","calc(var(--ft-spacing-20, 0.25rem)*20)"),spacing24:Gt.create("--ft-spacing-24","","SIZE","calc(var(--ft-spacing-24, 0.25rem)*24)"),spacing28:Gt.create("--ft-spacing-28","","SIZE","calc(var(--ft-spacing-28, 0.25rem)*28)"),spacing32:Gt.create("--ft-spacing-32","","SIZE","calc(var(--ft-spacing-32, 0.25rem)*32)"),spacing05:Gt.create("--ft-spacing-0-5","","SIZE","calc(var(--ft-spacing-0-5, 0.25rem)*0.5)"),borderRadiusS:Gt.create("--ft-border-radius-s","","SIZE","4px"),borderRadiusM:Gt.create("--ft-border-radius-m","","SIZE","8px"),borderRadiusL:Gt.create("--ft-border-radius-l","","SIZE","12px"),borderRadiusXl:Gt.create("--ft-border-radius-xl","","SIZE","16px"),borderRadiusPill:Gt.create("--ft-border-radius-pill","","SIZE","999px"),borderRadiusRound:Gt.create("--ft-border-radius-round","","SIZE","50%"),iconSize1:Gt.create("--ft-icon-size-1","","SIZE","12px"),iconSize2:Gt.create("--ft-icon-size-2","","SIZE","16px"),iconSize3:Gt.create("--ft-icon-size-3","","SIZE","20px"),iconSize4:Gt.create("--ft-icon-size-4","","SIZE","24px"),iconSize5:Gt.create("--ft-icon-size-5","","SIZE","32px"),iconSize6:Gt.create("--ft-icon-size-6","","SIZE","48px"),opacity0:Gt.create("--ft-opacity-0","","NUMBER","0"),opacity8:Gt.create("--ft-opacity-8","","NUMBER","0.08"),opacity16:Gt.create("--ft-opacity-16","","NUMBER","0.16"),opacity24:Gt.create("--ft-opacity-24","","NUMBER","0.24"),opacity40:Gt.create("--ft-opacity-40","","NUMBER","0.4"),opacity80:Gt.create("--ft-opacity-80","","NUMBER","0.8")},qt={display:{fontFamily:Gt.create("--ft-typography-display-fontFamily","","UNKNOWN","Inter"),fontWeight:Gt.create("--ft-typography-display-fontWeight","","UNKNOWN","600"),lineHeight:Gt.create("--ft-typography-display-lineHeight","","SIZE","120%"),fontSize:Gt.create("--ft-typography-display-fontSize","","SIZE","2.5rem"),letterSpacing:Gt.create("--ft-typography-display-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:Gt.create("--ft-typography-display-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Gt.create("--ft-typography-display-paragraphIndent","","UNKNOWN","0"),textDecoration:Gt.create("--ft-typography-display-textDecoration","","UNKNOWN","none"),textCase:Gt.create("--ft-typography-display-textCase","","UNKNOWN","none")},"title-1":{fontFamily:Gt.create("--ft-typography-title-1-fontFamily","","UNKNOWN","Inter"),fontWeight:Gt.create("--ft-typography-title-1-fontWeight","","UNKNOWN","600"),lineHeight:Gt.create("--ft-typography-title-1-lineHeight","","SIZE","120%"),fontSize:Gt.create("--ft-typography-title-1-fontSize","","SIZE","2rem"),letterSpacing:Gt.create("--ft-typography-title-1-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:Gt.create("--ft-typography-title-1-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Gt.create("--ft-typography-title-1-paragraphIndent","","UNKNOWN","0"),textDecoration:Gt.create("--ft-typography-title-1-textDecoration","","UNKNOWN","none"),textCase:Gt.create("--ft-typography-title-1-textCase","","UNKNOWN","none")},"title-2":{fontFamily:Gt.create("--ft-typography-title-2-fontFamily","","UNKNOWN","Inter"),fontWeight:Gt.create("--ft-typography-title-2-fontWeight","","UNKNOWN","600"),lineHeight:Gt.create("--ft-typography-title-2-lineHeight","","SIZE","120%"),fontSize:Gt.create("--ft-typography-title-2-fontSize","","SIZE","1.5rem"),letterSpacing:Gt.create("--ft-typography-title-2-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:Gt.create("--ft-typography-title-2-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Gt.create("--ft-typography-title-2-paragraphIndent","","UNKNOWN","0"),textDecoration:Gt.create("--ft-typography-title-2-textDecoration","","UNKNOWN","none"),textCase:Gt.create("--ft-typography-title-2-textCase","","UNKNOWN","none")},"title-3":{fontFamily:Gt.create("--ft-typography-title-3-fontFamily","","UNKNOWN","Inter"),fontWeight:Gt.create("--ft-typography-title-3-fontWeight","","UNKNOWN","600"),lineHeight:Gt.create("--ft-typography-title-3-lineHeight","","SIZE","120%"),fontSize:Gt.create("--ft-typography-title-3-fontSize","","SIZE","1.25rem"),letterSpacing:Gt.create("--ft-typography-title-3-letterSpacing","","SIZE","-0.01em"),paragraphSpacing:Gt.create("--ft-typography-title-3-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Gt.create("--ft-typography-title-3-paragraphIndent","","UNKNOWN","0"),textDecoration:Gt.create("--ft-typography-title-3-textDecoration","","UNKNOWN","none"),textCase:Gt.create("--ft-typography-title-3-textCase","","UNKNOWN","none")},"body-1-regular":{fontFamily:Gt.create("--ft-typography-body-1-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:Gt.create("--ft-typography-body-1-regular-fontWeight","","UNKNOWN","400"),lineHeight:Gt.create("--ft-typography-body-1-regular-lineHeight","","SIZE","135%"),fontSize:Gt.create("--ft-typography-body-1-regular-fontSize","","SIZE","1rem"),letterSpacing:Gt.create("--ft-typography-body-1-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:Gt.create("--ft-typography-body-1-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Gt.create("--ft-typography-body-1-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:Gt.create("--ft-typography-body-1-regular-textDecoration","","UNKNOWN","none"),textCase:Gt.create("--ft-typography-body-1-regular-textCase","","UNKNOWN","none")},"body-1-medium":{fontFamily:Gt.create("--ft-typography-body-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:Gt.create("--ft-typography-body-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:Gt.create("--ft-typography-body-1-medium-lineHeight","","SIZE","135%"),fontSize:Gt.create("--ft-typography-body-1-medium-fontSize","","SIZE","1rem"),letterSpacing:Gt.create("--ft-typography-body-1-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:Gt.create("--ft-typography-body-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Gt.create("--ft-typography-body-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:Gt.create("--ft-typography-body-1-medium-textDecoration","","UNKNOWN","none"),textCase:Gt.create("--ft-typography-body-1-medium-textCase","","UNKNOWN","none")},"body-1-semibold":{fontFamily:Gt.create("--ft-typography-body-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:Gt.create("--ft-typography-body-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:Gt.create("--ft-typography-body-1-semibold-lineHeight","","SIZE","135%"),fontSize:Gt.create("--ft-typography-body-1-semibold-fontSize","","SIZE","1rem"),letterSpacing:Gt.create("--ft-typography-body-1-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:Gt.create("--ft-typography-body-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Gt.create("--ft-typography-body-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:Gt.create("--ft-typography-body-1-semibold-textDecoration","","UNKNOWN","none"),textCase:Gt.create("--ft-typography-body-1-semibold-textCase","","UNKNOWN","none")},"body-2-regular":{fontFamily:Gt.create("--ft-typography-body-2-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:Gt.create("--ft-typography-body-2-regular-fontWeight","","UNKNOWN","400"),lineHeight:Gt.create("--ft-typography-body-2-regular-lineHeight","","SIZE","135%"),fontSize:Gt.create("--ft-typography-body-2-regular-fontSize","","SIZE","0.875rem"),letterSpacing:Gt.create("--ft-typography-body-2-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:Gt.create("--ft-typography-body-2-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Gt.create("--ft-typography-body-2-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:Gt.create("--ft-typography-body-2-regular-textDecoration","","UNKNOWN","none"),textCase:Gt.create("--ft-typography-body-2-regular-textCase","","UNKNOWN","none")},"body-2-medium":{fontFamily:Gt.create("--ft-typography-body-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:Gt.create("--ft-typography-body-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:Gt.create("--ft-typography-body-2-medium-lineHeight","","SIZE","135%"),fontSize:Gt.create("--ft-typography-body-2-medium-fontSize","","SIZE","0.875rem"),letterSpacing:Gt.create("--ft-typography-body-2-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:Gt.create("--ft-typography-body-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Gt.create("--ft-typography-body-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:Gt.create("--ft-typography-body-2-medium-textDecoration","","UNKNOWN","none"),textCase:Gt.create("--ft-typography-body-2-medium-textCase","","UNKNOWN","none")},"body-2-semibold":{fontFamily:Gt.create("--ft-typography-body-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:Gt.create("--ft-typography-body-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:Gt.create("--ft-typography-body-2-semibold-lineHeight","","SIZE","135%"),fontSize:Gt.create("--ft-typography-body-2-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:Gt.create("--ft-typography-body-2-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:Gt.create("--ft-typography-body-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Gt.create("--ft-typography-body-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:Gt.create("--ft-typography-body-2-semibold-textDecoration","","UNKNOWN","none"),textCase:Gt.create("--ft-typography-body-2-semibold-textCase","","UNKNOWN","none")},"label-1-medium":{fontFamily:Gt.create("--ft-typography-label-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:Gt.create("--ft-typography-label-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:Gt.create("--ft-typography-label-1-medium-lineHeight","","SIZE","110%"),fontSize:Gt.create("--ft-typography-label-1-medium-fontSize","","SIZE","0.875rem"),letterSpacing:Gt.create("--ft-typography-label-1-medium-letterSpacing","","SIZE","0.04em"),textCase:Gt.create("--ft-typography-label-1-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:Gt.create("--ft-typography-label-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Gt.create("--ft-typography-label-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:Gt.create("--ft-typography-label-1-medium-textDecoration","","UNKNOWN","none")},"label-1-semibold":{fontFamily:Gt.create("--ft-typography-label-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:Gt.create("--ft-typography-label-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:Gt.create("--ft-typography-label-1-semibold-lineHeight","","SIZE","110%"),fontSize:Gt.create("--ft-typography-label-1-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:Gt.create("--ft-typography-label-1-semibold-letterSpacing","","SIZE","0.04em"),textCase:Gt.create("--ft-typography-label-1-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:Gt.create("--ft-typography-label-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Gt.create("--ft-typography-label-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:Gt.create("--ft-typography-label-1-semibold-textDecoration","","UNKNOWN","none")},"label-1-bold":{fontFamily:Gt.create("--ft-typography-label-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:Gt.create("--ft-typography-label-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:Gt.create("--ft-typography-label-1-bold-lineHeight","","SIZE","110%"),fontSize:Gt.create("--ft-typography-label-1-bold-fontSize","","SIZE","0.875rem"),letterSpacing:Gt.create("--ft-typography-label-1-bold-letterSpacing","","SIZE","0.04em"),textCase:Gt.create("--ft-typography-label-1-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:Gt.create("--ft-typography-label-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Gt.create("--ft-typography-label-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:Gt.create("--ft-typography-label-1-bold-textDecoration","","UNKNOWN","none")},"label-2-medium":{fontFamily:Gt.create("--ft-typography-label-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:Gt.create("--ft-typography-label-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:Gt.create("--ft-typography-label-2-medium-lineHeight","","SIZE","110%"),fontSize:Gt.create("--ft-typography-label-2-medium-fontSize","","SIZE","0.75rem"),letterSpacing:Gt.create("--ft-typography-label-2-medium-letterSpacing","","SIZE","0.04em"),textCase:Gt.create("--ft-typography-label-2-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:Gt.create("--ft-typography-label-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Gt.create("--ft-typography-label-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:Gt.create("--ft-typography-label-2-medium-textDecoration","","UNKNOWN","none")},"label-2-semibold":{fontFamily:Gt.create("--ft-typography-label-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:Gt.create("--ft-typography-label-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:Gt.create("--ft-typography-label-2-semibold-lineHeight","","SIZE","110%"),fontSize:Gt.create("--ft-typography-label-2-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:Gt.create("--ft-typography-label-2-semibold-letterSpacing","","SIZE","0.04em"),textCase:Gt.create("--ft-typography-label-2-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:Gt.create("--ft-typography-label-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Gt.create("--ft-typography-label-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:Gt.create("--ft-typography-label-2-semibold-textDecoration","","UNKNOWN","none")},"label-2-bold":{fontFamily:Gt.create("--ft-typography-label-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:Gt.create("--ft-typography-label-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:Gt.create("--ft-typography-label-2-bold-lineHeight","","SIZE","110%"),fontSize:Gt.create("--ft-typography-label-2-bold-fontSize","","SIZE","0.75rem"),letterSpacing:Gt.create("--ft-typography-label-2-bold-letterSpacing","","SIZE","0.04em"),textCase:Gt.create("--ft-typography-label-2-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:Gt.create("--ft-typography-label-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Gt.create("--ft-typography-label-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:Gt.create("--ft-typography-label-2-bold-textDecoration","","UNKNOWN","none")},"caption-1-medium":{fontFamily:Gt.create("--ft-typography-caption-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:Gt.create("--ft-typography-caption-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:Gt.create("--ft-typography-caption-1-medium-lineHeight","","SIZE","130%"),fontSize:Gt.create("--ft-typography-caption-1-medium-fontSize","","SIZE","0.75rem"),letterSpacing:Gt.create("--ft-typography-caption-1-medium-letterSpacing","","SIZE","normal"),textCase:Gt.create("--ft-typography-caption-1-medium-textCase","","UNKNOWN","none"),paragraphSpacing:Gt.create("--ft-typography-caption-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Gt.create("--ft-typography-caption-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:Gt.create("--ft-typography-caption-1-medium-textDecoration","","UNKNOWN","none")},"caption-1-semibold":{fontFamily:Gt.create("--ft-typography-caption-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:Gt.create("--ft-typography-caption-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:Gt.create("--ft-typography-caption-1-semibold-lineHeight","","SIZE","130%"),fontSize:Gt.create("--ft-typography-caption-1-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:Gt.create("--ft-typography-caption-1-semibold-letterSpacing","","SIZE","normal"),textCase:Gt.create("--ft-typography-caption-1-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:Gt.create("--ft-typography-caption-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Gt.create("--ft-typography-caption-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:Gt.create("--ft-typography-caption-1-semibold-textDecoration","","UNKNOWN","none")},"caption-1-bold":{fontFamily:Gt.create("--ft-typography-caption-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:Gt.create("--ft-typography-caption-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:Gt.create("--ft-typography-caption-1-bold-lineHeight","","SIZE","130%"),fontSize:Gt.create("--ft-typography-caption-1-bold-fontSize","","SIZE","0.75rem"),letterSpacing:Gt.create("--ft-typography-caption-1-bold-letterSpacing","","SIZE","normal"),textCase:Gt.create("--ft-typography-caption-1-bold-textCase","","UNKNOWN","none"),paragraphSpacing:Gt.create("--ft-typography-caption-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Gt.create("--ft-typography-caption-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:Gt.create("--ft-typography-caption-1-bold-textDecoration","","UNKNOWN","none")},"caption-2-medium":{fontFamily:Gt.create("--ft-typography-caption-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:Gt.create("--ft-typography-caption-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:Gt.create("--ft-typography-caption-2-medium-lineHeight","","SIZE","130%"),fontSize:Gt.create("--ft-typography-caption-2-medium-fontSize","","SIZE","0.6875rem"),letterSpacing:Gt.create("--ft-typography-caption-2-medium-letterSpacing","","SIZE","normal"),textCase:Gt.create("--ft-typography-caption-2-medium-textCase","","UNKNOWN","none"),paragraphSpacing:Gt.create("--ft-typography-caption-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Gt.create("--ft-typography-caption-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:Gt.create("--ft-typography-caption-2-medium-textDecoration","","UNKNOWN","none")},"caption-2-semibold":{fontFamily:Gt.create("--ft-typography-caption-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:Gt.create("--ft-typography-caption-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:Gt.create("--ft-typography-caption-2-semibold-lineHeight","","SIZE","130%"),fontSize:Gt.create("--ft-typography-caption-2-semibold-fontSize","","SIZE","0.6875rem"),letterSpacing:Gt.create("--ft-typography-caption-2-semibold-letterSpacing","","SIZE","normal"),textCase:Gt.create("--ft-typography-caption-2-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:Gt.create("--ft-typography-caption-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Gt.create("--ft-typography-caption-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:Gt.create("--ft-typography-caption-2-semibold-textDecoration","","UNKNOWN","none")},"caption-2-bold":{fontFamily:Gt.create("--ft-typography-caption-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:Gt.create("--ft-typography-caption-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:Gt.create("--ft-typography-caption-2-bold-lineHeight","","SIZE","130%"),fontSize:Gt.create("--ft-typography-caption-2-bold-fontSize","","SIZE","0.6875rem"),letterSpacing:Gt.create("--ft-typography-caption-2-bold-letterSpacing","","SIZE","normal"),textCase:Gt.create("--ft-typography-caption-2-bold-textCase","","UNKNOWN","none"),paragraphSpacing:Gt.create("--ft-typography-caption-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Gt.create("--ft-typography-caption-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:Gt.create("--ft-typography-caption-2-bold-textDecoration","","UNKNOWN","none")}},Yt={backgroundActionPrimary:Gt.extend("--ft-background-action-primary","Used as backgorund of primary action components.",Vt.colorBrand0),backgroundErrorPrimary:Gt.extend("--ft-background-error-primary","Used as background of error components.",Vt.colorRed0),backgroundErrorSubtle:Gt.extend("--ft-background-error-subtle","Used as background of subtle error components.",Vt.colorRed10),backgroundInfoPrimary:Gt.extend("--ft-background-info-primary","Used as background of information components.",Vt.colorCyan200),backgroundInfoSubtle:Gt.extend("--ft-background-info-subtle","Used as background of subtle information components.",Vt.colorCyan10),backgroundWarningPrimary:Gt.extend("--ft-background-warning-primary","Used as background of warning components.",Vt.colorOrange300),backgroundWarningSubtle:Gt.extend("--ft-background-warning-subtle","Used as background of subtle information components.",Vt.colorOrange10),backgroundSuccessPrimary:Gt.extend("--ft-background-success-primary","Used as background of success components.",Vt.colorGreen200),backgroundSuccessSubtle:Gt.extend("--ft-background-success-subtle","Used as background of subtle success components.",Vt.colorGreen10),backgroundGlobalSurface:Gt.extend("--ft-background-global-surface","Used as app background.",Vt.colorWhite),backgroundGlobalOnSurface:Gt.extend("--ft-background-global-on-surface","Used as background on element on the base background, like cards.",Vt.colorGray10),backgroundGlobalOnSurfaceDark:Gt.extend("--ft-background-global-on-surface-dark","Used as background on element that need background separation.",Vt.colorGray30),contentActionPrimary:Gt.extend("--ft-content-action-primary","Used on label of primary action on light surface.",Vt.colorBrand0),contentWarningPrimary:Gt.extend("--ft-content-warning-primary","Used on label of warning messages on light surface.",Vt.colorOrange300),contentWarningIconOnly:Gt.extend("--ft-content-warning-icon-only","Used on warning status icons alone",Vt.colorOrange0),contentErrorPrimary:Gt.extend("--ft-content-error-primary","Used on label of error messages on light surface.",Vt.colorRed0),contentErrorIconOnly:Gt.extend("--ft-content-error-icon-only","Used on error status icons alone",Vt.colorRed0),contentInfoPrimary:Gt.extend("--ft-content-info-primary","Used on label of information messages on light surface.",Vt.colorCyan200),contentInfoIconOnly:Gt.extend("--ft-content-info-icon-only","Used on info status icons alone",Vt.colorCyan0),contentSuccessIconOnly:Gt.extend("--ft-content-success-icon-only","Used on success status icons alone",Vt.colorGreen0),contentSuccessPrimary:Gt.extend("--ft-content-success-primary","Used on label of success messages on light surface.",Vt.colorGreen200),contentGlobalPrimary:Gt.extend("--ft-content-global-primary","Used for main content on the page.",Vt.colorGray500),contentGlobalSecondary:Gt.extend("--ft-content-global-secondary","Used for secondary content, often paired with primary content.\nAlso for action icons.",Vt.colorGray200),contentGlobalSubtle:Gt.extend("--ft-content-global-subtle","Used for placeholder, unselected items in a tab component or breadcrumb.",Vt.colorGray0),contentGlobalOnColor:Gt.extend("--ft-content-global-on-color","Used for content on a dominant color.",Vt.colorWhite),borderActionPrimary:Gt.extend("--ft-border-action-primary","Used as border for primary action components.",Vt.colorBrand0),borderActionFocusRing:Gt.extend("--ft-border-action-focus-ring","Focus ring is an additional border to indicate focus-visible state.",Vt.colorCyan0),borderWarningPrimary:Gt.extend("--ft-border-warning-primary","Used as border for warning components.",Vt.colorOrange30),borderSuccessPrimary:Gt.extend("--ft-border-success-primary","Used as border for success components.",Vt.colorGreen30),borderErrorPrimary:Gt.extend("--ft-border-error-primary","Used as border for error components.",Vt.colorRed30),borderInfoPrimary:Gt.extend("--ft-border-info-primary","Used as border for information components.",Vt.colorCyan30),borderGlobalSubtle:Gt.extend("--ft-border-global-subtle","Used as border to deliminate an area filled with background.on-surface and separators.",Vt.colorGray30),borderGlobalPrimary:Gt.extend("--ft-border-global-primary","Used as border for element like input.",Vt.colorGray50),borderInputPrimary:Gt.extend("--ft-border-input-primary","Used as border for checkboxes and radio buttons",Vt.colorGray80)},Qt={largeHeight:Gt.create("--ft-button-large-height","","SIZE","40px"),largeHorizontalPadding:Gt.extend("--ft-button-large-horizontal-padding","",Vt.spacing4),largeGap:Gt.extend("--ft-button-large-gap","",Vt.spacing2),largeBorderRadius:Gt.extend("--ft-button-large-border-radius","",Vt.borderRadiusS),largeIconSize:Gt.extend("--ft-button-large-icon-size","",Vt.iconSize3),largeBorderWidth:Gt.create("--ft-button-large-border-width","","SIZE","1px"),largeFocusOutlineOffset:Gt.create("--ft-button-large-focus-outline-offset","","SIZE","2px"),largeFocusOutlineWidth:Gt.create("--ft-button-large-focus-outline-width","","SIZE","2px"),largeIconOnlyWidth:Gt.create("--ft-button-large-icon-only-width","","SIZE","40px"),smallHeight:Gt.create("--ft-button-small-height","","SIZE","30px"),smallHorizontalPadding:Gt.extend("--ft-button-small-horizontal-padding","",Vt.spacing3),smallGap:Gt.extend("--ft-button-small-gap","",Vt.spacing2),smallBorderRadius:Gt.extend("--ft-button-small-border-radius","",Vt.borderRadiusS),smallIconSize:Gt.extend("--ft-button-small-icon-size","",Vt.iconSize2),smallBorderWidth:Gt.create("--ft-button-small-border-width","","SIZE","1px"),smallFocusOutlineOffset:Gt.create("--ft-button-small-focus-outline-offset","","SIZE","2px"),smallFocusOutlineWidth:Gt.create("--ft-button-small-focus-outline-width","","SIZE","2px"),smallIconOnlyWidth:Gt.create("--ft-button-small-icon-only-width","","SIZE","30px"),primaryBackgroundColor:Gt.extend("--ft-button-primary-background-color","",Yt.backgroundActionPrimary),primaryColor:Gt.extend("--ft-button-primary-color","",Yt.contentGlobalOnColor),primaryIconColor:Gt.extend("--ft-button-primary-icon-color","",Yt.contentGlobalOnColor),primaryStateLayerColor:Gt.extend("--ft-button-primary-state-layer-color","",Yt.contentGlobalOnColor),primaryStateLayerOpacityHover:Gt.extend("--ft-button-primary-state-layer-opacity-hover","",Vt.opacity16),primaryStateLayerOpacityFocus:Gt.extend("--ft-button-primary-state-layer-opacity-focus","",Vt.opacity16),primaryStateLayerOpacityActive:Gt.extend("--ft-button-primary-state-layer-opacity-active","",Vt.opacity24),primaryComponentOpacityDisabled:Gt.extend("--ft-button-primary-component-opacity-disabled","",Vt.opacity40),focusFocusRingColor:Gt.extend("--ft-button-focus-focus-ring-color","",Yt.borderActionFocusRing),tertiaryBackgroundColor:Gt.create("--ft-button-tertiary-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryColor:Gt.extend("--ft-button-tertiary-color","",Yt.contentActionPrimary),tertiaryIconColor:Gt.extend("--ft-button-tertiary-icon-color","",Yt.contentActionPrimary),tertiaryStateLayerColor:Gt.extend("--ft-button-tertiary-state-layer-color","",Yt.contentActionPrimary),tertiaryStateLayerOpacityHover:Gt.extend("--ft-button-tertiary-state-layer-opacity-hover","",Vt.opacity8),tertiaryStateLayerOpacityFocus:Gt.extend("--ft-button-tertiary-state-layer-opacity-focus","",Vt.opacity8),tertiaryStateLayerOpacityActive:Gt.extend("--ft-button-tertiary-state-layer-opacity-active","",Vt.opacity16),tertiaryComponentOpacityDisabled:Gt.extend("--ft-button-tertiary-component-opacity-disabled","",Vt.opacity40),secondaryBackgroundColor:Gt.create("--ft-button-secondary-background-color","","COLOR","rgba(0,0,0,0)"),secondaryColor:Gt.extend("--ft-button-secondary-color","",Yt.contentActionPrimary),secondaryIconColor:Gt.extend("--ft-button-secondary-icon-color","",Yt.contentActionPrimary),secondaryStateLayerColor:Gt.extend("--ft-button-secondary-state-layer-color","",Yt.contentActionPrimary),secondaryStateLayerOpacityHover:Gt.extend("--ft-button-secondary-state-layer-opacity-hover","",Vt.opacity8),secondaryStateLayerOpacityFocus:Gt.extend("--ft-button-secondary-state-layer-opacity-focus","",Vt.opacity8),secondaryStateLayerOpacityActive:Gt.extend("--ft-button-secondary-state-layer-opacity-active","",Vt.opacity16),secondaryComponentOpacityDisabled:Gt.extend("--ft-button-secondary-component-opacity-disabled","",Vt.opacity40),secondaryBorderColor:Gt.extend("--ft-button-secondary-border-color","",Yt.borderActionPrimary),neutralBackgroundColor:Gt.create("--ft-button-neutral-background-color","","COLOR","rgba(0,0,0,0)"),neutralIconColor:Gt.extend("--ft-button-neutral-icon-color","",Yt.contentGlobalSecondary),neutralColor:Gt.extend("--ft-button-neutral-color","",Yt.contentGlobalSecondary),neutralStateLayerColor:Gt.extend("--ft-button-neutral-state-layer-color","",Yt.contentGlobalSecondary),neutralStateLayerOpacityHover:Gt.extend("--ft-button-neutral-state-layer-opacity-hover","",Vt.opacity8),neutralStateLayerOpacityFocus:Gt.extend("--ft-button-neutral-state-layer-opacity-focus","",Vt.opacity8),neutralStateLayerOpacityActive:Gt.extend("--ft-button-neutral-state-layer-opacity-active","",Vt.opacity16),neutralComponentOpacityDisabled:Gt.extend("--ft-button-neutral-component-opacity-disabled","",Vt.opacity40)};Gt.extend("--ft-tabs-top-left-border-radius","",Vt.borderRadiusS),Gt.extend("--ft-tabs-top-right-border-radius","",Vt.borderRadiusS),Gt.extend("--ft-tabs-label-horizontal-padding","",Vt.spacing4),Gt.extend("--ft-tabs-label-vertical-padding","",Vt.spacing3),Gt.extend("--ft-tabs-label-gap","",Vt.spacing1),Gt.extend("--ft-switch-group-horizontal-padding","",Vt.spacing1),Gt.extend("--ft-switch-group-vertical-padding","",Vt.spacing1),Gt.extend("--ft-switch-group-gap","",Vt.spacing1),Gt.extend("--ft-switch-group-background-color","",Yt.backgroundGlobalSurface),Gt.extend("--ft-switch-group-border-color","",Yt.borderGlobalSubtle),Gt.create("--ft-switch-group-border-radius","","SIZE","6px"),Gt.extend("--ft-switch-label-horizontal-padding","",Vt.spacing2),Gt.extend("--ft-switch-label-vertical-padding","",Vt.spacing1),Gt.extend("--ft-switch-icon-horizontal-padding","",Vt.spacing1),Gt.extend("--ft-switch-icon-vertical-padding","",Vt.spacing1),Gt.create("--ft-switch-focus-outline-width","","SIZE","2px"),Gt.extend("--ft-switch-focus-focus-ring-color","",Yt.borderActionFocusRing),Gt.extend("--ft-switch-option-border-radius","",Vt.borderRadiusS),Gt.extend("--ft-switch-off-state-layer-opacity-hover","",Vt.opacity8),Gt.extend("--ft-switch-off-state-layer-opacity-focus","",Vt.opacity8),Gt.extend("--ft-switch-off-state-layer-opacity-active","",Vt.opacity16),Gt.extend("--ft-switch-off-component-opacity-disabled","",Vt.opacity40),Gt.extend("--ft-switch-off-color","",Yt.contentGlobalSubtle),Gt.extend("--ft-switch-off-state-layer-color","",Yt.contentGlobalSubtle),Gt.extend("--ft-chart-1-light","for area color charts",Vt.colorBrand40),Gt.extend("--ft-chart-1-base","for line charts",Vt.colorBrand0),Gt.extend("--ft-chart-2-light","for area color charts",Vt.colorYellow60),Gt.extend("--ft-chart-2-base","for line charts",Vt.colorYellow100),Gt.extend("--ft-chart-3-light","",Vt.colorUltramarine40),Gt.extend("--ft-chart-3-base","",Vt.colorUltramarine70),Gt.extend("--ft-chart-4-light","",Vt.colorCyan50),Gt.extend("--ft-chart-4-base","",Vt.colorCyan100),Gt.extend("--ft-chart-5-light","",Vt.colorRed40),Gt.extend("--ft-chart-5-base","",Vt.colorRed60),Gt.extend("--ft-chart-6-light","",Vt.colorGreen40),Gt.extend("--ft-chart-6-base","",Vt.colorGreen70),Gt.extend("--ft-chart-7-light","",Vt.colorOrange70),Gt.extend("--ft-chart-7-base","",Vt.colorOrange100),Gt.extend("--ft-chart-8-light","",Vt.colorAvocado70),Gt.extend("--ft-chart-8-base","",Vt.colorAvocado200),Gt.extend("--ft-chart-9-light","",Vt.colorBrown50),Gt.extend("--ft-chart-9-base","",Vt.colorBrown200),Gt.extend("--ft-chart-10-light","",Vt.colorGray50),Gt.extend("--ft-chart-10-base","",Vt.colorGray80),Gt.extend("--ft-chart-monochrome-10","",Vt.colorBrand10),Gt.extend("--ft-chart-monochrome-20","",Vt.colorBrand20),Gt.extend("--ft-chart-monochrome-30","",Vt.colorBrand40),Gt.extend("--ft-chart-monochrome-40","",Vt.colorBrand60),Gt.extend("--ft-chart-monochrome-50","",Vt.colorBrand0),Gt.extend("--ft-chart-monochrome-60","",Vt.colorBrand200),Gt.extend("--ft-chip-large-horizontal-padding","",Vt.spacing4),Gt.extend("--ft-chip-large-vertical-padding","",Vt.spacing2),Gt.extend("--ft-chip-large-gap","",Vt.spacing1),Gt.create("--ft-chip-large-focus-outline-offset","","SIZE","2px"),Gt.create("--ft-chip-large-focus-outline-width","","SIZE","2px"),Gt.extend("--ft-chip-large-border-radius","",Vt.borderRadiusPill),Gt.create("--ft-chip-large-border-width","","SIZE","1px"),Gt.extend("--ft-chip-large-icon-size","",Vt.iconSize3),Gt.extend("--ft-chip-medium-horizontal-padding","",Vt.spacing3),Gt.extend("--ft-chip-medium-vertical-padding","",Vt.spacing1),Gt.extend("--ft-chip-medium-gap","",Vt.spacing1),Gt.create("--ft-chip-medium-focus-outline-offset","","SIZE","2px"),Gt.create("--ft-chip-medium-focus-outline-width","","SIZE","2px"),Gt.extend("--ft-chip-medium-border-radius","",Vt.borderRadiusPill),Gt.create("--ft-chip-medium-border-width","","SIZE","1px"),Gt.extend("--ft-chip-medium-icon-size","",Vt.iconSize2),Gt.extend("--ft-chip-small-horizontal-padding","",Vt.spacing2),Gt.extend("--ft-chip-small-vertical-padding","",Vt.spacing05),Gt.extend("--ft-chip-small-gap","",Vt.spacing1),Gt.create("--ft-chip-small-focus-outline-offset","","SIZE","2px"),Gt.create("--ft-chip-small-focus-outline-width","","SIZE","2px"),Gt.extend("--ft-chip-small-border-radius","",Vt.borderRadiusPill),Gt.create("--ft-chip-small-border-width","","SIZE","1px"),Gt.extend("--ft-chip-small-icon-size","",Vt.iconSize1),Gt.extend("--ft-chip-neutral-background-color","",Yt.backgroundGlobalOnSurface),Gt.extend("--ft-chip-neutral-color","",Yt.contentGlobalPrimary),Gt.extend("--ft-chip-neutral-border-color","",Yt.borderGlobalSubtle),Gt.extend("--ft-chip-info-background-color","",Yt.backgroundInfoSubtle),Gt.extend("--ft-chip-info-color","",Yt.contentInfoPrimary),Gt.extend("--ft-chip-info-border-color","",Yt.borderInfoPrimary),Gt.extend("--ft-chip-success-background-color","",Yt.backgroundSuccessSubtle),Gt.extend("--ft-chip-success-color","",Yt.contentSuccessPrimary),Gt.extend("--ft-chip-success-border-color","",Yt.borderSuccessPrimary),Gt.extend("--ft-chip-warning-background-color","",Yt.backgroundWarningSubtle),Gt.extend("--ft-chip-warning-color","",Yt.contentWarningPrimary),Gt.extend("--ft-chip-warning-border-color","",Yt.borderWarningPrimary),Gt.extend("--ft-chip-error-background-color","",Yt.backgroundErrorSubtle),Gt.extend("--ft-chip-error-color","",Yt.contentErrorPrimary),Gt.extend("--ft-chip-error-border-color","",Yt.borderErrorPrimary),Gt.create("--ft-notice-border-width","","SIZE","1px"),Gt.extend("--ft-notice-horizontal-padding","",Vt.spacing2),Gt.extend("--ft-notice-vertical-padding","",Vt.spacing1),Gt.extend("--ft-notice-border-radius","",Vt.borderRadiusS),Gt.extend("--ft-notice-gap","",Vt.spacing2),Gt.extend("--ft-notice-icon-size","",Vt.iconSize3),Gt.extend("--ft-notice-info-background-color","",Yt.backgroundInfoSubtle),Gt.extend("--ft-notice-info-border-color","",Yt.borderInfoPrimary),Gt.extend("--ft-notice-info-color","",Yt.contentInfoPrimary),Gt.extend("--ft-notice-warning-background-color","",Yt.backgroundWarningSubtle),Gt.extend("--ft-notice-warning-border-color","",Yt.borderWarningPrimary),Gt.extend("--ft-notice-warning-color","",Yt.contentWarningPrimary),Gt.extend("--ft-checkbox-label-color","",Yt.contentGlobalPrimary),Gt.extend("--ft-checkbox-checked-background-color","",Yt.contentActionPrimary),Gt.extend("--ft-checkbox-checked-state-layer-color","",Yt.contentActionPrimary),Gt.extend("--ft-checkbox-checked-color","",Yt.contentGlobalOnColor),Gt.extend("--ft-checkbox-checked-state-layer-opacity-hover","",Vt.opacity16),Gt.extend("--ft-checkbox-checked-state-layer-opacity-focus","",Vt.opacity16),Gt.extend("--ft-checkbox-checked-state-layer-opacity-active","",Vt.opacity24),Gt.extend("--ft-checkbox-checked-component-opacity-disabled","",Vt.opacity40),Gt.extend("--ft-checkbox-unchecked-border-color","",Vt.colorGray80),Gt.extend("--ft-checkbox-unchecked-state-layer-color","",Vt.colorGray80),Gt.extend("--ft-checkbox-unchecked-state-layer-opacity-hover","",Vt.opacity16),Gt.extend("--ft-checkbox-unchecked-state-layer-opacity-focus","",Vt.opacity16),Gt.extend("--ft-checkbox-unchecked-state-layer-opacity-active","",Vt.opacity24),Gt.extend("--ft-checkbox-unchecked-component-opacity-disabled","",Vt.opacity40),Gt.extend("--ft-checkbox-focus-focus-ring-color","",Yt.borderActionFocusRing),Gt.create("--ft-checkbox-focus-outline-offset","","SIZE","3px"),Gt.create("--ft-checkbox-focus-outline-width","","SIZE","2px"),Gt.extend("--ft-checkbox-gap","",Vt.spacing3),Gt.extend("--ft-toggle-off-state-layer-opacity-hover","",Vt.opacity16),Gt.extend("--ft-toggle-off-state-layer-opacity-focus","",Vt.opacity16),Gt.extend("--ft-toggle-off-state-layer-opacity-active","",Vt.opacity24),Gt.extend("--ft-toggle-off-component-opacity-disabled","",Vt.opacity40),Gt.extend("--ft-toggle-off-background-color","",Yt.contentGlobalSubtle),Gt.extend("--ft-toggle-off-icon-color","",Yt.contentGlobalSubtle),Gt.extend("--ft-toggle-off-state-layer-color","",Yt.contentGlobalSubtle),Gt.extend("--ft-toggle-on-state-layer-opacity-hover","",Vt.opacity16),Gt.extend("--ft-toggle-on-state-layer-opacity-focus","",Vt.opacity16),Gt.extend("--ft-toggle-on-state-layer-opacity-active","",Vt.opacity24),Gt.extend("--ft-toggle-on-component-opacity-disabled","",Vt.opacity40),Gt.extend("--ft-toggle-on-background-color","",Yt.contentActionPrimary),Gt.extend("--ft-toggle-on-icon-color","",Yt.contentActionPrimary),Gt.extend("--ft-toggle-on-state-layer-color","",Yt.contentActionPrimary),Gt.extend("--ft-toggle-label-color","",Yt.contentGlobalPrimary),Gt.extend("--ft-toggle-focus-focus-ring-color","",Yt.borderActionFocusRing),Gt.extend("--ft-toggle-gap","",Vt.spacing3),Gt.extend("--ft-radio-label-color","",Yt.contentGlobalPrimary),Gt.extend("--ft-radio-selected-color","",Yt.contentActionPrimary),Gt.extend("--ft-radio-selected-state-layer-color","",Yt.contentActionPrimary),Gt.extend("--ft-radio-selected-state-layer-opacity-hover","",Vt.opacity16),Gt.extend("--ft-radio-selected-state-layer-opacity-focus","",Vt.opacity16),Gt.extend("--ft-radio-selected-state-layer-opacity-active","",Vt.opacity24),Gt.extend("--ft-radio-selected-component-opacity-disabled","",Vt.opacity40),Gt.extend("--ft-radio-unselected-state-layer-color","",Vt.colorGray80),Gt.extend("--ft-radio-unselected-state-layer-opacity-hover","",Vt.opacity16),Gt.extend("--ft-radio-unselected-state-layer-opacity-focus","",Vt.opacity16),Gt.extend("--ft-radio-unselected-state-layer-opacity-active","",Vt.opacity24),Gt.extend("--ft-radio-unselected-component-opacity-disabled","",Vt.opacity40),Gt.extend("--ft-radio-focus-focus-ring-color","",Yt.borderActionFocusRing),Gt.create("--ft-radio-focus-outline-offset","","SIZE","3px"),Gt.create("--ft-radio-focus-outline-width","","SIZE","2px"),Gt.extend("--ft-radio-gap","",Vt.spacing3),Gt.extend("--ft-notification-icon-size","",Vt.iconSize4),Gt.extend("--ft-notification-horizontal-padding","",Vt.spacing4),Gt.extend("--ft-notification-vertical-padding","",Vt.spacing4),Gt.extend("--ft-notification-info-background-color","",Yt.backgroundInfoSubtle),Gt.extend("--ft-notification-info-color","",Yt.contentInfoPrimary),Gt.extend("--ft-notification-info-border-color","",Yt.borderInfoPrimary),Gt.extend("--ft-notification-success-background-color","",Yt.backgroundSuccessSubtle),Gt.extend("--ft-notification-success-color","",Yt.contentSuccessPrimary),Gt.extend("--ft-notification-success-border-color","",Yt.borderSuccessPrimary),Gt.extend("--ft-notification-warning-background-color","",Yt.backgroundWarningSubtle),Gt.extend("--ft-notification-warning-color","",Yt.contentWarningPrimary),Gt.extend("--ft-notification-warning-border-color","",Yt.borderWarningPrimary),Gt.extend("--ft-notification-error-background-color","",Yt.backgroundErrorSubtle),Gt.extend("--ft-notification-error-color","",Yt.contentErrorPrimary),Gt.extend("--ft-notification-error-border-color","",Yt.borderErrorPrimary),Gt.extend("--ft-notification-border-radius","",Vt.borderRadiusPill),Gt.create("--ft-notification-border-width","","SIZE","1px"),Gt.extend("--ft-notification-gap-leading","",Vt.spacing2),Gt.extend("--ft-notification-gap-trailing","",Vt.spacing8);const Xt=e.FtCssVariableFactory.extend("--ft-typography-font-family","",e.designSystemVariables.titleFont),Jt=e.FtCssVariableFactory.extend("--ft-typography-font-family","",e.designSystemVariables.contentFont),te={fontFamily:Jt,fontSize:e.FtCssVariableFactory.create("--ft-typography-font-size","","SIZE","16px"),fontWeight:e.FtCssVariableFactory.create("--ft-typography-font-weight","","UNKNOWN","normal"),letterSpacing:e.FtCssVariableFactory.create("--ft-typography-letter-spacing","","SIZE","0.496px"),lineHeight:e.FtCssVariableFactory.create("--ft-typography-line-height","","NUMBER","1.5"),textTransform:e.FtCssVariableFactory.create("--ft-typography-text-transform","","UNKNOWN","inherit")},ee=e.FtCssVariableFactory.extend("--ft-typography-title-font-family","",Xt),oe=e.FtCssVariableFactory.extend("--ft-typography-title-font-size","",te.fontSize,"20px"),ie=e.FtCssVariableFactory.extend("--ft-typography-title-font-weight","",te.fontWeight,"normal"),re=e.FtCssVariableFactory.extend("--ft-typography-title-letter-spacing","",te.letterSpacing,"0.15px"),ne=e.FtCssVariableFactory.extend("--ft-typography-title-line-height","",te.lineHeight,"1.2"),ae=e.FtCssVariableFactory.extend("--ft-typography-title-text-transform","",te.textTransform,"inherit"),se=e.FtCssVariableFactory.extend("--ft-typography-title-dense-font-family","",Xt),le=e.FtCssVariableFactory.extend("--ft-typography-title-dense-font-size","",te.fontSize,"14px"),ce=e.FtCssVariableFactory.extend("--ft-typography-title-dense-font-weight","",te.fontWeight,"normal"),he=e.FtCssVariableFactory.extend("--ft-typography-title-dense-letter-spacing","",te.letterSpacing,"0.105px"),pe=e.FtCssVariableFactory.extend("--ft-typography-title-dense-line-height","",te.lineHeight,"1.7"),fe=e.FtCssVariableFactory.extend("--ft-typography-title-dense-text-transform","",te.textTransform,"inherit"),de=e.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-family","",Jt),ue=e.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-size","",te.fontSize,"16px"),ge=e.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-weight","",te.fontWeight,"600"),ye=e.FtCssVariableFactory.extend("--ft-typography-subtitle1-letter-spacing","",te.letterSpacing,"0.144px"),be=e.FtCssVariableFactory.extend("--ft-typography-subtitle1-line-height","",te.lineHeight,"1.5"),me=e.FtCssVariableFactory.extend("--ft-typography-subtitle1-text-transform","",te.textTransform,"inherit"),ve=e.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-family","",Jt),xe=e.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-size","",te.fontSize,"14px"),Oe=e.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-weight","",te.fontWeight,"normal"),Se=e.FtCssVariableFactory.extend("--ft-typography-subtitle2-letter-spacing","",te.letterSpacing,"0.098px"),Ne=e.FtCssVariableFactory.extend("--ft-typography-subtitle2-line-height","",te.lineHeight,"1.7"),$e=e.FtCssVariableFactory.extend("--ft-typography-subtitle2-text-transform","",te.textTransform,"inherit"),we=e.FtCssVariableFactory.extend("--ft-typography-body1-font-family","",Jt),Ce=e.FtCssVariableFactory.extend("--ft-typography-body1-font-size","",te.fontSize,"16px"),ke=e.FtCssVariableFactory.extend("--ft-typography-body1-font-weight","",te.fontWeight,"normal"),Ie=e.FtCssVariableFactory.extend("--ft-typography-body1-letter-spacing","",te.letterSpacing,"0.496px"),Ee=e.FtCssVariableFactory.extend("--ft-typography-body1-line-height","",te.lineHeight,"1.5"),Re=e.FtCssVariableFactory.extend("--ft-typography-body1-text-transform","",te.textTransform,"inherit"),Ue={fontFamily:e.FtCssVariableFactory.extend("--ft-typography-body2-font-family","",Jt),fontSize:e.FtCssVariableFactory.extend("--ft-typography-body2-font-size","",te.fontSize,"14px"),fontWeight:e.FtCssVariableFactory.extend("--ft-typography-body2-font-weight","",te.fontWeight,"normal"),letterSpacing:e.FtCssVariableFactory.extend("--ft-typography-body2-letter-spacing","",te.letterSpacing,"0.252px"),lineHeight:e.FtCssVariableFactory.extend("--ft-typography-body2-line-height","",te.lineHeight,"1.4"),textTransform:e.FtCssVariableFactory.extend("--ft-typography-body2-text-transform","",te.textTransform,"inherit")},Le=e.FtCssVariableFactory.extend("--ft-typography-caption-font-family","",Jt),We=e.FtCssVariableFactory.extend("--ft-typography-caption-font-size","",te.fontSize,"12px"),ze=e.FtCssVariableFactory.extend("--ft-typography-caption-font-weight","",te.fontWeight,"normal"),Be=e.FtCssVariableFactory.extend("--ft-typography-caption-letter-spacing","",te.letterSpacing,"0.396px"),Ke=e.FtCssVariableFactory.extend("--ft-typography-caption-line-height","",te.lineHeight,"1.33"),De=e.FtCssVariableFactory.extend("--ft-typography-caption-text-transform","",te.textTransform,"inherit"),Ae=e.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-family","",Jt),Ze=e.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-size","",te.fontSize,"10px"),Fe=e.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-weight","",te.fontWeight,"normal"),Te=e.FtCssVariableFactory.extend("--ft-typography-breadcrumb-letter-spacing","",te.letterSpacing,"0.33px"),He=e.FtCssVariableFactory.extend("--ft-typography-breadcrumb-line-height","",te.lineHeight,"1.6"),Pe=e.FtCssVariableFactory.extend("--ft-typography-breadcrumb-text-transform","",te.textTransform,"inherit"),je=e.FtCssVariableFactory.extend("--ft-typography-overline-font-family","",Jt),Me=e.FtCssVariableFactory.extend("--ft-typography-overline-font-size","",te.fontSize,"10px"),_e=e.FtCssVariableFactory.extend("--ft-typography-overline-font-weight","",te.fontWeight,"normal"),Ge=e.FtCssVariableFactory.extend("--ft-typography-overline-letter-spacing","",te.letterSpacing,"1.5px"),Ve=e.FtCssVariableFactory.extend("--ft-typography-overline-line-height","",te.lineHeight,"1.6"),qe=e.FtCssVariableFactory.extend("--ft-typography-overline-text-transform","",te.textTransform,"uppercase"),Ye={fontFamily:e.FtCssVariableFactory.extend("--ft-typography-button-font-family","",Jt),fontSize:e.FtCssVariableFactory.extend("--ft-typography-button-font-size","",te.fontSize,"14px"),fontWeight:e.FtCssVariableFactory.extend("--ft-typography-button-font-weight","",te.fontWeight,"600"),letterSpacing:e.FtCssVariableFactory.extend("--ft-typography-button-letter-spacing","",te.letterSpacing,"1.246px"),lineHeight:e.FtCssVariableFactory.extend("--ft-typography-button-line-height","",te.lineHeight,"1.15"),textTransform:e.FtCssVariableFactory.extend("--ft-typography-button-text-transform","",te.textTransform,"uppercase")},Qe=o.css`
|
|
145
|
+
const Zt=Symbol.for(""),Tt=t=>{if(t?.r===Zt)return t?._$litStatic$},Pt=t=>({_$litStatic$:t,r:Zt}),Ht=new Map,jt=(t=>(e,...o)=>{const i=o.length;let r,n;const a=[],s=[];let l,c=0,h=!1;for(;c<i;){for(l=e[c];c<i&&void 0!==(n=o[c],r=Tt(n));)l+=r+e[++c],h=!0;c!==i&&s.push(n),a.push(l),c++}if(c===i&&a.push(e[i]),h){const t=a.join("$$lit$$");void 0===(e=Ht.get(t))&&(a.raw=a,Ht.set(t,e=a)),o=s}return t(e,...o)})(St);var Mt;!function(t){t.title="title",t.title_dense="title-dense",t.subtitle1="subtitle1",t.subtitle2="subtitle2",t.body1="body1",t.body2="body2",t.caption="caption",t.breadcrumb="breadcrumb",t.overline="overline",t.button="button",t.display="display",t.title1="title-1",t.title2="title-2",t.title3="title-3",t.body1regular="body-1-regular",t.body1medium="body-1-medium",t.body1semibold="body-1-semibold",t.body2regular="body-2-regular",t.body2medium="body-2-medium",t.body2semibold="body-2-semibold",t.label1medium="label-1-medium",t.label1semibold="label-1-semibold",t.label1bold="label-1-bold",t.label2medium="label-2-medium",t.label2semibold="label-2-semibold",t.label2bold="label-2-bold",t.caption1medium="caption-1-medium",t.caption1semibold="caption-1-semibold",t.caption1bold="caption-1-bold",t.caption2medium="caption-2-medium",t.caption2semibold="caption-2-semibold",t.caption2bold="caption-2-bold"}(Mt||(Mt={}));const _t=t=>"string"==typeof t?o.unsafeCSS(t):t;class Gt{static create(t,e,i,r){const n=t=>_t(null!=t?t:r),a=o.css`var(${_t(t)}, ${n(r)})`;return a.name=t,a.description=e,a.category=i,a.defaultValue=r,a.defaultCssValue=n,a.get=e=>o.css`var(${_t(t)}, ${n(e)})`,a.breadcrumb=()=>[],a.lastResortDefaultValue=()=>r,a}static extend(t,e,i,r){const n=t=>i.get(null!=t?t:r),a=o.css`var(${_t(t)}, ${n(r)})`;return a.name=t,a.description=e,a.category=i.category,a.fallbackVariable=i,a.defaultValue=r,a.defaultCssValue=n,a.get=e=>o.css`var(${_t(t)}, ${n(e)})`,a.breadcrumb=()=>[i.name,...i.breadcrumb()],a.lastResortDefaultValue=()=>null!=r?r:i.lastResortDefaultValue(),a}static external(t,e){const i=e=>t.fallbackVariable?t.fallbackVariable.get(null!=e?e:t.defaultValue):_t(null!=e?e:t.lastResortDefaultValue()),r=o.css`var(${_t(t.name)}, ${i(t.defaultValue)})`;return r.name=t.name,r.category=t.category,r.fallbackVariable=t.fallbackVariable,r.defaultValue=t.defaultValue,r.context=e,r.defaultCssValue=i,r.get=e=>o.css`var(${_t(t.name)}, ${i(e)})`,r.breadcrumb=()=>t.fallbackVariable?[t.fallbackVariable.name,...t.fallbackVariable.breadcrumb()]:[],r.lastResortDefaultValue=()=>t.lastResortDefaultValue(),r}}const Vt={colorWhite:Gt.create("--ft-color-white","","COLOR","#ffffff"),colorGray0:Gt.create("--ft-color-gray-0","","COLOR","#71718e"),colorGray10:Gt.create("--ft-color-gray-10","","COLOR","#fbfbfc"),colorGray20:Gt.create("--ft-color-gray-20","","COLOR","#f2f2f5"),colorGray30:Gt.create("--ft-color-gray-30","","COLOR","#e9e9ed"),colorGray40:Gt.create("--ft-color-gray-40","","COLOR","#e0e0e6"),colorGray50:Gt.create("--ft-color-gray-50","","COLOR","#cdcdd7"),colorGray60:Gt.create("--ft-color-gray-60","","COLOR","#bbbbc9"),colorGray70:Gt.create("--ft-color-gray-70","","COLOR","#a8a8ba"),colorGray80:Gt.create("--ft-color-gray-80","","COLOR","#9696ab"),colorGray90:Gt.create("--ft-color-gray-90","","COLOR","#83839d"),colorGray100:Gt.create("--ft-color-gray-100","","COLOR","#62627c"),colorGray200:Gt.create("--ft-color-gray-200","","COLOR","#545469"),colorGray300:Gt.create("--ft-color-gray-300","","COLOR","#454557"),colorGray400:Gt.create("--ft-color-gray-400","","COLOR","#363644"),colorGray500:Gt.create("--ft-color-gray-500","","COLOR","#282832"),colorGray600:Gt.create("--ft-color-gray-600","","COLOR","#19191f"),colorGray700:Gt.create("--ft-color-gray-700","","COLOR","#0a0a0d"),colorBrand0:Gt.create("--ft-color-brand-0","","COLOR","#9d207b"),colorBrand10:Gt.create("--ft-color-brand-10","","COLOR","#f7edf4"),colorBrand20:Gt.create("--ft-color-brand-20","","COLOR","#ebcfe4"),colorBrand30:Gt.create("--ft-color-brand-30","","COLOR","#dfb2d3"),colorBrand40:Gt.create("--ft-color-brand-40","","COLOR","#d395c2"),colorBrand50:Gt.create("--ft-color-brand-50","","COLOR","#c778b1"),colorBrand60:Gt.create("--ft-color-brand-60","","COLOR","#ba5ba1"),colorBrand70:Gt.create("--ft-color-brand-70","","COLOR","#ae3e90"),colorBrand100:Gt.create("--ft-color-brand-100","","COLOR","#8d1d6e"),colorBrand200:Gt.create("--ft-color-brand-200","","COLOR","#78185e"),colorBrand300:Gt.create("--ft-color-brand-300","","COLOR","#62144d"),colorBrand400:Gt.create("--ft-color-brand-400","","COLOR","#4d103c"),colorBrand500:Gt.create("--ft-color-brand-500","","COLOR","#380b2c"),colorBrand600:Gt.create("--ft-color-brand-600","","COLOR","#23071b"),colorBrand700:Gt.create("--ft-color-brand-700","","COLOR","#0d030b"),colorCyan0:Gt.create("--ft-color-cyan-0","","COLOR","#0e98b4"),colorCyan10:Gt.create("--ft-color-cyan-10","","COLOR","#ebf6f9"),colorCyan20:Gt.create("--ft-color-cyan-20","","COLOR","#cbe9ef"),colorCyan30:Gt.create("--ft-color-cyan-30","","COLOR","#acdbe5"),colorCyan40:Gt.create("--ft-color-cyan-40","","COLOR","#8ccedb"),colorCyan50:Gt.create("--ft-color-cyan-50","","COLOR","#6dc0d1"),colorCyan60:Gt.create("--ft-color-cyan-60","","COLOR","#4db3c8"),colorCyan70:Gt.create("--ft-color-cyan-70","","COLOR","#2ea5be"),colorCyan100:Gt.create("--ft-color-cyan-100","","COLOR","#0c849c"),colorCyan200:Gt.create("--ft-color-cyan-200","","COLOR","#0a7085"),colorCyan300:Gt.create("--ft-color-cyan-300","","COLOR","#085c6d"),colorCyan400:Gt.create("--ft-color-cyan-400","","COLOR","#074856"),colorCyan500:Gt.create("--ft-color-cyan-500","","COLOR","#05343e"),colorCyan600:Gt.create("--ft-color-cyan-600","","COLOR","#032127"),colorCyan700:Gt.create("--ft-color-cyan-700","","COLOR","#010d0f"),colorGreen0:Gt.create("--ft-color-green-0","","COLOR","#21a274"),colorGreen10:Gt.create("--ft-color-green-10","","COLOR","#edf7f3"),colorGreen20:Gt.create("--ft-color-green-20","","COLOR","#cfebe1"),colorGreen30:Gt.create("--ft-color-green-30","","COLOR","#b2dfcf"),colorGreen40:Gt.create("--ft-color-green-40","","COLOR","#95d3bd"),colorGreen50:Gt.create("--ft-color-green-50","","COLOR","#78c7ab"),colorGreen60:Gt.create("--ft-color-green-60","","COLOR","#5bba98"),colorGreen70:Gt.create("--ft-color-green-70","","COLOR","#3eae86"),colorGreen100:Gt.create("--ft-color-green-100","","COLOR","#1d8d65"),colorGreen200:Gt.create("--ft-color-green-200","","COLOR","#187856"),colorGreen300:Gt.create("--ft-color-green-300","","COLOR","#146246"),colorGreen400:Gt.create("--ft-color-green-400","","COLOR","#104d37"),colorGreen500:Gt.create("--ft-color-green-500","","COLOR","#0b3828"),colorGreen600:Gt.create("--ft-color-green-600","","COLOR","#072319"),colorGreen700:Gt.create("--ft-color-green-700","","COLOR","#030d0a"),colorOrange0:Gt.create("--ft-color-orange-0","","COLOR","#ee8d17"),colorOrange10:Gt.create("--ft-color-orange-10","","COLOR","#fef6ec"),colorOrange20:Gt.create("--ft-color-orange-20","","COLOR","#fbe7cd"),colorOrange30:Gt.create("--ft-color-orange-30","","COLOR","#f9d8af"),colorOrange40:Gt.create("--ft-color-orange-40","","COLOR","#f7c991"),colorOrange50:Gt.create("--ft-color-orange-50","","COLOR","#f5ba72"),colorOrange60:Gt.create("--ft-color-orange-60","","COLOR","#f2ab54"),colorOrange70:Gt.create("--ft-color-orange-70","","COLOR","#f09c35"),colorOrange100:Gt.create("--ft-color-orange-100","","COLOR","#cf7b14"),colorOrange200:Gt.create("--ft-color-orange-200","","COLOR","#b06811"),colorOrange300:Gt.create("--ft-color-orange-300","","COLOR","#90560e"),colorOrange400:Gt.create("--ft-color-orange-400","","COLOR","#71430b"),colorOrange500:Gt.create("--ft-color-orange-500","","COLOR","#523108"),colorOrange600:Gt.create("--ft-color-orange-600","","COLOR","#331e05"),colorOrange700:Gt.create("--ft-color-orange-700","","COLOR","#140c02"),colorRed0:Gt.create("--ft-color-red-0","","COLOR","#b40e2c"),colorRed10:Gt.create("--ft-color-red-10","","COLOR","#f9ebed"),colorRed20:Gt.create("--ft-color-red-20","","COLOR","#efcbd2"),colorRed30:Gt.create("--ft-color-red-30","","COLOR","#e5acb6"),colorRed40:Gt.create("--ft-color-red-40","","COLOR","#db8c9b"),colorRed50:Gt.create("--ft-color-red-50","","COLOR","#d16d7f"),colorRed60:Gt.create("--ft-color-red-60","","COLOR","#c84d63"),colorRed70:Gt.create("--ft-color-red-70","","COLOR","#be2e48"),colorRed100:Gt.create("--ft-color-red-100","","COLOR","#9c0c26"),colorRed200:Gt.create("--ft-color-red-200","","COLOR","#850a20"),colorRed300:Gt.create("--ft-color-red-300","","COLOR","#6d081b"),colorRed400:Gt.create("--ft-color-red-400","","COLOR","#560715"),colorRed500:Gt.create("--ft-color-red-500","","COLOR","#3e050f"),colorRed600:Gt.create("--ft-color-red-600","","COLOR","#270309"),colorRed700:Gt.create("--ft-color-red-700","","COLOR","#0f0104"),colorYellow0:Gt.create("--ft-color-yellow-0","","COLOR","#E4C00C"),colorYellow10:Gt.create("--ft-color-yellow-10","","COLOR","#fefae9"),colorYellow20:Gt.create("--ft-color-yellow-20","","COLOR","#fcf4ca"),colorYellow30:Gt.create("--ft-color-yellow-30","","COLOR","#faedaa"),colorYellow40:Gt.create("--ft-color-yellow-40","","COLOR","#f9e78b"),colorYellow50:Gt.create("--ft-color-yellow-50","","COLOR","#f7e06b"),colorYellow60:Gt.create("--ft-color-yellow-60","","COLOR","#F4D63E"),colorYellow70:Gt.create("--ft-color-yellow-70","","COLOR","#F3CE16"),colorYellow100:Gt.create("--ft-color-yellow-100","","COLOR","#d3b10b"),colorYellow200:Gt.create("--ft-color-yellow-200","","COLOR","#b3970a"),colorYellow300:Gt.create("--ft-color-yellow-300","","COLOR","#947c08"),colorYellow400:Gt.create("--ft-color-yellow-400","","COLOR","#746206"),colorYellow500:Gt.create("--ft-color-yellow-500","","COLOR","#554705"),colorYellow600:Gt.create("--ft-color-yellow-600","","COLOR","#352d03"),colorYellow700:Gt.create("--ft-color-yellow-700","","COLOR","#161201"),colorUltramarine0:Gt.create("--ft-color-ultramarine-0","","COLOR","#3C19E5"),colorUltramarine10:Gt.create("--ft-color-ultramarine-10","","COLOR","#EDEAFD"),colorUltramarine20:Gt.create("--ft-color-ultramarine-20","","COLOR","#D4CCF9"),colorUltramarine30:Gt.create("--ft-color-ultramarine-30","","COLOR","#BBAFF6"),colorUltramarine40:Gt.create("--ft-color-ultramarine-40","","COLOR","#A191F3"),colorUltramarine50:Gt.create("--ft-color-ultramarine-50","","COLOR","#8873EF"),colorUltramarine60:Gt.create("--ft-color-ultramarine-60","","COLOR","#6F55EC"),colorUltramarine70:Gt.create("--ft-color-ultramarine-70","","COLOR","#5537E8"),colorUltramarine100:Gt.create("--ft-color-ultramarine-100","","COLOR","#3416C7"),colorUltramarine200:Gt.create("--ft-color-ultramarine-200","","COLOR","#2C13A9"),colorUltramarine300:Gt.create("--ft-color-ultramarine-300","","COLOR","#250F8C"),colorUltramarine400:Gt.create("--ft-color-ultramarine-400","","COLOR","#1D0C6E"),colorUltramarine500:Gt.create("--ft-color-ultramarine-500","","COLOR","#150950"),colorUltramarine600:Gt.create("--ft-color-ultramarine-600","","COLOR","#0D0532"),colorUltramarine700:Gt.create("--ft-color-ultramarine-700","","COLOR","#050215"),colorAvocado0:Gt.create("--ft-color-avocado-0","","COLOR","#98BD28"),colorAvocado10:Gt.create("--ft-color-avocado-10","","COLOR","#F6F9EC"),colorAvocado20:Gt.create("--ft-color-avocado-20","","COLOR","#E8F0D0"),colorAvocado30:Gt.create("--ft-color-avocado-30","","COLOR","#DBE8B4"),colorAvocado40:Gt.create("--ft-color-avocado-40","","COLOR","#CEDF98"),colorAvocado50:Gt.create("--ft-color-avocado-50","","COLOR","#C0D77C"),colorAvocado60:Gt.create("--ft-color-avocado-60","","COLOR","#B3CE60"),colorAvocado70:Gt.create("--ft-color-avocado-70","","COLOR","#A5C644"),colorAvocado100:Gt.create("--ft-color-avocado-100","","COLOR","#84A423"),colorAvocado200:Gt.create("--ft-color-avocado-200","","COLOR","#708C1E"),colorAvocado300:Gt.create("--ft-color-avocado-300","","COLOR","#5D7318"),colorAvocado400:Gt.create("--ft-color-avocado-400","","COLOR","#495B13"),colorAvocado500:Gt.create("--ft-color-avocado-500","","COLOR","#35420E"),colorAvocado600:Gt.create("--ft-color-avocado-600","","COLOR","#212A09"),colorAvocado700:Gt.create("--ft-color-avocado-700","","COLOR","#0E1104"),colorBrown0:Gt.create("--ft-color-brown-0","","COLOR","#B26F4D"),colorBrown10:Gt.create("--ft-color-brown-10","","COLOR","#F8F2EF"),colorBrown20:Gt.create("--ft-color-brown-20","","COLOR","#EEDFD8"),colorBrown30:Gt.create("--ft-color-brown-30","","COLOR","#E4CDC1"),colorBrown40:Gt.create("--ft-color-brown-40","","COLOR","#DABAAA"),colorBrown50:Gt.create("--ft-color-brown-50","","COLOR","#D0A792"),colorBrown60:Gt.create("--ft-color-brown-60","","COLOR","#C6947B"),colorBrown70:Gt.create("--ft-color-brown-70","","COLOR","#BC8264"),colorBrown100:Gt.create("--ft-color-brown-100","","COLOR","#9B6143"),colorBrown200:Gt.create("--ft-color-brown-200","","COLOR","#845239"),colorBrown300:Gt.create("--ft-color-brown-300","","COLOR","#6D442F"),colorBrown400:Gt.create("--ft-color-brown-400","","COLOR","#553525"),colorBrown500:Gt.create("--ft-color-brown-500","","COLOR","#3E271B"),colorBrown600:Gt.create("--ft-color-brown-600","","COLOR","#271811"),colorBrown700:Gt.create("--ft-color-brown-700","","COLOR","#100A07"),spacing1:Gt.create("--ft-spacing-1","","SIZE","0.25rem"),spacing2:Gt.create("--ft-spacing-2","","SIZE","calc(var(--ft-spacing-2, 0.25rem)*2)"),spacing3:Gt.create("--ft-spacing-3","","SIZE","calc(var(--ft-spacing-3, 0.25rem)*3)"),spacing4:Gt.create("--ft-spacing-4","","SIZE","calc(var(--ft-spacing-4, 0.25rem)*4)"),spacing5:Gt.create("--ft-spacing-5","","SIZE","calc(var(--ft-spacing-5, 0.25rem)*5)"),spacing6:Gt.create("--ft-spacing-6","","SIZE","calc(var(--ft-spacing-6, 0.25rem)*6)"),spacing8:Gt.create("--ft-spacing-8","","SIZE","calc(var(--ft-spacing-8, 0.25rem)*8)"),spacing10:Gt.create("--ft-spacing-10","","SIZE","calc(var(--ft-spacing-10, 0.25rem)*10)"),spacing12:Gt.create("--ft-spacing-12","","SIZE","calc(var(--ft-spacing-12, 0.25rem)*12)"),spacing16:Gt.create("--ft-spacing-16","","SIZE","calc(var(--ft-spacing-16, 0.25rem)*16)"),spacing20:Gt.create("--ft-spacing-20","","SIZE","calc(var(--ft-spacing-20, 0.25rem)*20)"),spacing24:Gt.create("--ft-spacing-24","","SIZE","calc(var(--ft-spacing-24, 0.25rem)*24)"),spacing28:Gt.create("--ft-spacing-28","","SIZE","calc(var(--ft-spacing-28, 0.25rem)*28)"),spacing32:Gt.create("--ft-spacing-32","","SIZE","calc(var(--ft-spacing-32, 0.25rem)*32)"),spacing05:Gt.create("--ft-spacing-0-5","","SIZE","calc(var(--ft-spacing-0-5, 0.25rem)*0.5)"),borderRadiusS:Gt.create("--ft-border-radius-s","","SIZE","4px"),borderRadiusM:Gt.create("--ft-border-radius-m","","SIZE","8px"),borderRadiusL:Gt.create("--ft-border-radius-l","","SIZE","12px"),borderRadiusXl:Gt.create("--ft-border-radius-xl","","SIZE","16px"),borderRadiusPill:Gt.create("--ft-border-radius-pill","","SIZE","999px"),borderRadiusRound:Gt.create("--ft-border-radius-round","","SIZE","50%"),iconSize1:Gt.create("--ft-icon-size-1","","SIZE","12px"),iconSize2:Gt.create("--ft-icon-size-2","","SIZE","16px"),iconSize3:Gt.create("--ft-icon-size-3","","SIZE","20px"),iconSize4:Gt.create("--ft-icon-size-4","","SIZE","24px"),iconSize5:Gt.create("--ft-icon-size-5","","SIZE","32px"),iconSize6:Gt.create("--ft-icon-size-6","","SIZE","48px"),opacity0:Gt.create("--ft-opacity-0","","NUMBER","0"),opacity8:Gt.create("--ft-opacity-8","","NUMBER","0.08"),opacity16:Gt.create("--ft-opacity-16","","NUMBER","0.16"),opacity24:Gt.create("--ft-opacity-24","","NUMBER","0.24"),opacity40:Gt.create("--ft-opacity-40","","NUMBER","0.4"),opacity80:Gt.create("--ft-opacity-80","","NUMBER","0.8")},qt={display:{fontFamily:Gt.create("--ft-typography-display-fontFamily","","UNKNOWN","Inter"),fontWeight:Gt.create("--ft-typography-display-fontWeight","","UNKNOWN","600"),lineHeight:Gt.create("--ft-typography-display-lineHeight","","SIZE","120%"),fontSize:Gt.create("--ft-typography-display-fontSize","","SIZE","2.5rem"),letterSpacing:Gt.create("--ft-typography-display-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:Gt.create("--ft-typography-display-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Gt.create("--ft-typography-display-paragraphIndent","","UNKNOWN","0"),textDecoration:Gt.create("--ft-typography-display-textDecoration","","UNKNOWN","none"),textCase:Gt.create("--ft-typography-display-textCase","","UNKNOWN","none")},"title-1":{fontFamily:Gt.create("--ft-typography-title-1-fontFamily","","UNKNOWN","Inter"),fontWeight:Gt.create("--ft-typography-title-1-fontWeight","","UNKNOWN","600"),lineHeight:Gt.create("--ft-typography-title-1-lineHeight","","SIZE","120%"),fontSize:Gt.create("--ft-typography-title-1-fontSize","","SIZE","2rem"),letterSpacing:Gt.create("--ft-typography-title-1-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:Gt.create("--ft-typography-title-1-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Gt.create("--ft-typography-title-1-paragraphIndent","","UNKNOWN","0"),textDecoration:Gt.create("--ft-typography-title-1-textDecoration","","UNKNOWN","none"),textCase:Gt.create("--ft-typography-title-1-textCase","","UNKNOWN","none")},"title-2":{fontFamily:Gt.create("--ft-typography-title-2-fontFamily","","UNKNOWN","Inter"),fontWeight:Gt.create("--ft-typography-title-2-fontWeight","","UNKNOWN","600"),lineHeight:Gt.create("--ft-typography-title-2-lineHeight","","SIZE","120%"),fontSize:Gt.create("--ft-typography-title-2-fontSize","","SIZE","1.5rem"),letterSpacing:Gt.create("--ft-typography-title-2-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:Gt.create("--ft-typography-title-2-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Gt.create("--ft-typography-title-2-paragraphIndent","","UNKNOWN","0"),textDecoration:Gt.create("--ft-typography-title-2-textDecoration","","UNKNOWN","none"),textCase:Gt.create("--ft-typography-title-2-textCase","","UNKNOWN","none")},"title-3":{fontFamily:Gt.create("--ft-typography-title-3-fontFamily","","UNKNOWN","Inter"),fontWeight:Gt.create("--ft-typography-title-3-fontWeight","","UNKNOWN","600"),lineHeight:Gt.create("--ft-typography-title-3-lineHeight","","SIZE","120%"),fontSize:Gt.create("--ft-typography-title-3-fontSize","","SIZE","1.25rem"),letterSpacing:Gt.create("--ft-typography-title-3-letterSpacing","","SIZE","-0.01em"),paragraphSpacing:Gt.create("--ft-typography-title-3-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Gt.create("--ft-typography-title-3-paragraphIndent","","UNKNOWN","0"),textDecoration:Gt.create("--ft-typography-title-3-textDecoration","","UNKNOWN","none"),textCase:Gt.create("--ft-typography-title-3-textCase","","UNKNOWN","none")},"body-1-regular":{fontFamily:Gt.create("--ft-typography-body-1-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:Gt.create("--ft-typography-body-1-regular-fontWeight","","UNKNOWN","400"),lineHeight:Gt.create("--ft-typography-body-1-regular-lineHeight","","SIZE","135%"),fontSize:Gt.create("--ft-typography-body-1-regular-fontSize","","SIZE","1rem"),letterSpacing:Gt.create("--ft-typography-body-1-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:Gt.create("--ft-typography-body-1-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Gt.create("--ft-typography-body-1-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:Gt.create("--ft-typography-body-1-regular-textDecoration","","UNKNOWN","none"),textCase:Gt.create("--ft-typography-body-1-regular-textCase","","UNKNOWN","none")},"body-1-medium":{fontFamily:Gt.create("--ft-typography-body-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:Gt.create("--ft-typography-body-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:Gt.create("--ft-typography-body-1-medium-lineHeight","","SIZE","135%"),fontSize:Gt.create("--ft-typography-body-1-medium-fontSize","","SIZE","1rem"),letterSpacing:Gt.create("--ft-typography-body-1-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:Gt.create("--ft-typography-body-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Gt.create("--ft-typography-body-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:Gt.create("--ft-typography-body-1-medium-textDecoration","","UNKNOWN","none"),textCase:Gt.create("--ft-typography-body-1-medium-textCase","","UNKNOWN","none")},"body-1-semibold":{fontFamily:Gt.create("--ft-typography-body-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:Gt.create("--ft-typography-body-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:Gt.create("--ft-typography-body-1-semibold-lineHeight","","SIZE","135%"),fontSize:Gt.create("--ft-typography-body-1-semibold-fontSize","","SIZE","1rem"),letterSpacing:Gt.create("--ft-typography-body-1-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:Gt.create("--ft-typography-body-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Gt.create("--ft-typography-body-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:Gt.create("--ft-typography-body-1-semibold-textDecoration","","UNKNOWN","none"),textCase:Gt.create("--ft-typography-body-1-semibold-textCase","","UNKNOWN","none")},"body-2-regular":{fontFamily:Gt.create("--ft-typography-body-2-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:Gt.create("--ft-typography-body-2-regular-fontWeight","","UNKNOWN","400"),lineHeight:Gt.create("--ft-typography-body-2-regular-lineHeight","","SIZE","135%"),fontSize:Gt.create("--ft-typography-body-2-regular-fontSize","","SIZE","0.875rem"),letterSpacing:Gt.create("--ft-typography-body-2-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:Gt.create("--ft-typography-body-2-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Gt.create("--ft-typography-body-2-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:Gt.create("--ft-typography-body-2-regular-textDecoration","","UNKNOWN","none"),textCase:Gt.create("--ft-typography-body-2-regular-textCase","","UNKNOWN","none")},"body-2-medium":{fontFamily:Gt.create("--ft-typography-body-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:Gt.create("--ft-typography-body-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:Gt.create("--ft-typography-body-2-medium-lineHeight","","SIZE","135%"),fontSize:Gt.create("--ft-typography-body-2-medium-fontSize","","SIZE","0.875rem"),letterSpacing:Gt.create("--ft-typography-body-2-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:Gt.create("--ft-typography-body-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Gt.create("--ft-typography-body-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:Gt.create("--ft-typography-body-2-medium-textDecoration","","UNKNOWN","none"),textCase:Gt.create("--ft-typography-body-2-medium-textCase","","UNKNOWN","none")},"body-2-semibold":{fontFamily:Gt.create("--ft-typography-body-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:Gt.create("--ft-typography-body-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:Gt.create("--ft-typography-body-2-semibold-lineHeight","","SIZE","135%"),fontSize:Gt.create("--ft-typography-body-2-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:Gt.create("--ft-typography-body-2-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:Gt.create("--ft-typography-body-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Gt.create("--ft-typography-body-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:Gt.create("--ft-typography-body-2-semibold-textDecoration","","UNKNOWN","none"),textCase:Gt.create("--ft-typography-body-2-semibold-textCase","","UNKNOWN","none")},"label-1-medium":{fontFamily:Gt.create("--ft-typography-label-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:Gt.create("--ft-typography-label-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:Gt.create("--ft-typography-label-1-medium-lineHeight","","SIZE","110%"),fontSize:Gt.create("--ft-typography-label-1-medium-fontSize","","SIZE","0.875rem"),letterSpacing:Gt.create("--ft-typography-label-1-medium-letterSpacing","","SIZE","0.04em"),textCase:Gt.create("--ft-typography-label-1-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:Gt.create("--ft-typography-label-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Gt.create("--ft-typography-label-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:Gt.create("--ft-typography-label-1-medium-textDecoration","","UNKNOWN","none")},"label-1-semibold":{fontFamily:Gt.create("--ft-typography-label-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:Gt.create("--ft-typography-label-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:Gt.create("--ft-typography-label-1-semibold-lineHeight","","SIZE","110%"),fontSize:Gt.create("--ft-typography-label-1-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:Gt.create("--ft-typography-label-1-semibold-letterSpacing","","SIZE","0.04em"),textCase:Gt.create("--ft-typography-label-1-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:Gt.create("--ft-typography-label-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Gt.create("--ft-typography-label-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:Gt.create("--ft-typography-label-1-semibold-textDecoration","","UNKNOWN","none")},"label-1-bold":{fontFamily:Gt.create("--ft-typography-label-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:Gt.create("--ft-typography-label-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:Gt.create("--ft-typography-label-1-bold-lineHeight","","SIZE","110%"),fontSize:Gt.create("--ft-typography-label-1-bold-fontSize","","SIZE","0.875rem"),letterSpacing:Gt.create("--ft-typography-label-1-bold-letterSpacing","","SIZE","0.04em"),textCase:Gt.create("--ft-typography-label-1-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:Gt.create("--ft-typography-label-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Gt.create("--ft-typography-label-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:Gt.create("--ft-typography-label-1-bold-textDecoration","","UNKNOWN","none")},"label-2-medium":{fontFamily:Gt.create("--ft-typography-label-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:Gt.create("--ft-typography-label-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:Gt.create("--ft-typography-label-2-medium-lineHeight","","SIZE","110%"),fontSize:Gt.create("--ft-typography-label-2-medium-fontSize","","SIZE","0.75rem"),letterSpacing:Gt.create("--ft-typography-label-2-medium-letterSpacing","","SIZE","0.04em"),textCase:Gt.create("--ft-typography-label-2-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:Gt.create("--ft-typography-label-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Gt.create("--ft-typography-label-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:Gt.create("--ft-typography-label-2-medium-textDecoration","","UNKNOWN","none")},"label-2-semibold":{fontFamily:Gt.create("--ft-typography-label-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:Gt.create("--ft-typography-label-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:Gt.create("--ft-typography-label-2-semibold-lineHeight","","SIZE","110%"),fontSize:Gt.create("--ft-typography-label-2-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:Gt.create("--ft-typography-label-2-semibold-letterSpacing","","SIZE","0.04em"),textCase:Gt.create("--ft-typography-label-2-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:Gt.create("--ft-typography-label-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Gt.create("--ft-typography-label-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:Gt.create("--ft-typography-label-2-semibold-textDecoration","","UNKNOWN","none")},"label-2-bold":{fontFamily:Gt.create("--ft-typography-label-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:Gt.create("--ft-typography-label-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:Gt.create("--ft-typography-label-2-bold-lineHeight","","SIZE","110%"),fontSize:Gt.create("--ft-typography-label-2-bold-fontSize","","SIZE","0.75rem"),letterSpacing:Gt.create("--ft-typography-label-2-bold-letterSpacing","","SIZE","0.04em"),textCase:Gt.create("--ft-typography-label-2-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:Gt.create("--ft-typography-label-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Gt.create("--ft-typography-label-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:Gt.create("--ft-typography-label-2-bold-textDecoration","","UNKNOWN","none")},"caption-1-medium":{fontFamily:Gt.create("--ft-typography-caption-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:Gt.create("--ft-typography-caption-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:Gt.create("--ft-typography-caption-1-medium-lineHeight","","SIZE","130%"),fontSize:Gt.create("--ft-typography-caption-1-medium-fontSize","","SIZE","0.75rem"),letterSpacing:Gt.create("--ft-typography-caption-1-medium-letterSpacing","","SIZE","normal"),textCase:Gt.create("--ft-typography-caption-1-medium-textCase","","UNKNOWN","none"),paragraphSpacing:Gt.create("--ft-typography-caption-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Gt.create("--ft-typography-caption-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:Gt.create("--ft-typography-caption-1-medium-textDecoration","","UNKNOWN","none")},"caption-1-semibold":{fontFamily:Gt.create("--ft-typography-caption-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:Gt.create("--ft-typography-caption-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:Gt.create("--ft-typography-caption-1-semibold-lineHeight","","SIZE","130%"),fontSize:Gt.create("--ft-typography-caption-1-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:Gt.create("--ft-typography-caption-1-semibold-letterSpacing","","SIZE","normal"),textCase:Gt.create("--ft-typography-caption-1-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:Gt.create("--ft-typography-caption-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Gt.create("--ft-typography-caption-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:Gt.create("--ft-typography-caption-1-semibold-textDecoration","","UNKNOWN","none")},"caption-1-bold":{fontFamily:Gt.create("--ft-typography-caption-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:Gt.create("--ft-typography-caption-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:Gt.create("--ft-typography-caption-1-bold-lineHeight","","SIZE","130%"),fontSize:Gt.create("--ft-typography-caption-1-bold-fontSize","","SIZE","0.75rem"),letterSpacing:Gt.create("--ft-typography-caption-1-bold-letterSpacing","","SIZE","normal"),textCase:Gt.create("--ft-typography-caption-1-bold-textCase","","UNKNOWN","none"),paragraphSpacing:Gt.create("--ft-typography-caption-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Gt.create("--ft-typography-caption-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:Gt.create("--ft-typography-caption-1-bold-textDecoration","","UNKNOWN","none")},"caption-2-medium":{fontFamily:Gt.create("--ft-typography-caption-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:Gt.create("--ft-typography-caption-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:Gt.create("--ft-typography-caption-2-medium-lineHeight","","SIZE","130%"),fontSize:Gt.create("--ft-typography-caption-2-medium-fontSize","","SIZE","0.6875rem"),letterSpacing:Gt.create("--ft-typography-caption-2-medium-letterSpacing","","SIZE","normal"),textCase:Gt.create("--ft-typography-caption-2-medium-textCase","","UNKNOWN","none"),paragraphSpacing:Gt.create("--ft-typography-caption-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Gt.create("--ft-typography-caption-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:Gt.create("--ft-typography-caption-2-medium-textDecoration","","UNKNOWN","none")},"caption-2-semibold":{fontFamily:Gt.create("--ft-typography-caption-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:Gt.create("--ft-typography-caption-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:Gt.create("--ft-typography-caption-2-semibold-lineHeight","","SIZE","130%"),fontSize:Gt.create("--ft-typography-caption-2-semibold-fontSize","","SIZE","0.6875rem"),letterSpacing:Gt.create("--ft-typography-caption-2-semibold-letterSpacing","","SIZE","normal"),textCase:Gt.create("--ft-typography-caption-2-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:Gt.create("--ft-typography-caption-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Gt.create("--ft-typography-caption-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:Gt.create("--ft-typography-caption-2-semibold-textDecoration","","UNKNOWN","none")},"caption-2-bold":{fontFamily:Gt.create("--ft-typography-caption-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:Gt.create("--ft-typography-caption-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:Gt.create("--ft-typography-caption-2-bold-lineHeight","","SIZE","130%"),fontSize:Gt.create("--ft-typography-caption-2-bold-fontSize","","SIZE","0.6875rem"),letterSpacing:Gt.create("--ft-typography-caption-2-bold-letterSpacing","","SIZE","normal"),textCase:Gt.create("--ft-typography-caption-2-bold-textCase","","UNKNOWN","none"),paragraphSpacing:Gt.create("--ft-typography-caption-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Gt.create("--ft-typography-caption-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:Gt.create("--ft-typography-caption-2-bold-textDecoration","","UNKNOWN","none")}},Yt={backgroundActionPrimary:Gt.extend("--ft-background-action-primary","Used as backgorund of primary action components.",Vt.colorBrand0),backgroundErrorPrimary:Gt.extend("--ft-background-error-primary","Used as background of error components.",Vt.colorRed0),backgroundErrorSubtle:Gt.extend("--ft-background-error-subtle","Used as background of subtle error components.",Vt.colorRed10),backgroundInfoPrimary:Gt.extend("--ft-background-info-primary","Used as background of information components.",Vt.colorCyan200),backgroundInfoSubtle:Gt.extend("--ft-background-info-subtle","Used as background of subtle information components.",Vt.colorCyan10),backgroundWarningPrimary:Gt.extend("--ft-background-warning-primary","Used as background of warning components.",Vt.colorOrange300),backgroundWarningSubtle:Gt.extend("--ft-background-warning-subtle","Used as background of subtle information components.",Vt.colorOrange10),backgroundSuccessPrimary:Gt.extend("--ft-background-success-primary","Used as background of success components.",Vt.colorGreen200),backgroundSuccessSubtle:Gt.extend("--ft-background-success-subtle","Used as background of subtle success components.",Vt.colorGreen10),backgroundGlobalSurface:Gt.extend("--ft-background-global-surface","Used as app background.",Vt.colorWhite),backgroundGlobalOnSurface:Gt.extend("--ft-background-global-on-surface","Used as background on element on the base background, like cards.",Vt.colorGray10),backgroundGlobalOnSurfaceDark:Gt.extend("--ft-background-global-on-surface-dark","Used as background on element that need background separation.",Vt.colorGray30),contentActionPrimary:Gt.extend("--ft-content-action-primary","Used on label of primary action on light surface.",Vt.colorBrand0),contentWarningPrimary:Gt.extend("--ft-content-warning-primary","Used on label of warning messages on light surface.",Vt.colorOrange300),contentWarningIconOnly:Gt.extend("--ft-content-warning-icon-only","Used on warning status icons alone",Vt.colorOrange0),contentErrorPrimary:Gt.extend("--ft-content-error-primary","Used on label of error messages on light surface.",Vt.colorRed0),contentErrorIconOnly:Gt.extend("--ft-content-error-icon-only","Used on error status icons alone",Vt.colorRed0),contentInfoPrimary:Gt.extend("--ft-content-info-primary","Used on label of information messages on light surface.",Vt.colorCyan200),contentInfoIconOnly:Gt.extend("--ft-content-info-icon-only","Used on info status icons alone",Vt.colorCyan0),contentSuccessIconOnly:Gt.extend("--ft-content-success-icon-only","Used on success status icons alone",Vt.colorGreen0),contentSuccessPrimary:Gt.extend("--ft-content-success-primary","Used on label of success messages on light surface.",Vt.colorGreen200),contentGlobalPrimary:Gt.extend("--ft-content-global-primary","Used for main content on the page.",Vt.colorGray500),contentGlobalSecondary:Gt.extend("--ft-content-global-secondary","Used for secondary content, often paired with primary content.\nAlso for action icons.",Vt.colorGray200),contentGlobalSubtle:Gt.extend("--ft-content-global-subtle","Used for placeholder, unselected items in a tab component or breadcrumb.",Vt.colorGray0),contentGlobalOnColor:Gt.extend("--ft-content-global-on-color","Used for content on a dominant color.",Vt.colorWhite),borderActionPrimary:Gt.extend("--ft-border-action-primary","Used as border for primary action components.",Vt.colorBrand0),borderActionFocusRing:Gt.extend("--ft-border-action-focus-ring","Focus ring is an additional border to indicate focus-visible state.",Vt.colorCyan0),borderWarningPrimary:Gt.extend("--ft-border-warning-primary","Used as border for warning components.",Vt.colorOrange30),borderSuccessPrimary:Gt.extend("--ft-border-success-primary","Used as border for success components.",Vt.colorGreen30),borderErrorPrimary:Gt.extend("--ft-border-error-primary","Used as border for error components.",Vt.colorRed30),borderInfoPrimary:Gt.extend("--ft-border-info-primary","Used as border for information components.",Vt.colorCyan30),borderGlobalSubtle:Gt.extend("--ft-border-global-subtle","Used as border to deliminate an area filled with background.on-surface and separators.",Vt.colorGray30),borderGlobalPrimary:Gt.extend("--ft-border-global-primary","Used as border for element like input.",Vt.colorGray50),borderInputPrimary:Gt.extend("--ft-border-input-primary","Used as border for checkboxes and radio buttons",Vt.colorGray80)},Qt={largeHeight:Gt.create("--ft-button-large-height","","SIZE","40px"),largeHorizontalPadding:Gt.extend("--ft-button-large-horizontal-padding","",Vt.spacing4),largeGap:Gt.extend("--ft-button-large-gap","",Vt.spacing2),largeBorderRadius:Gt.extend("--ft-button-large-border-radius","",Vt.borderRadiusS),largeIconSize:Gt.extend("--ft-button-large-icon-size","",Vt.iconSize3),largeBorderWidth:Gt.create("--ft-button-large-border-width","","SIZE","1px"),largeFocusOutlineOffset:Gt.create("--ft-button-large-focus-outline-offset","","SIZE","2px"),largeFocusOutlineWidth:Gt.create("--ft-button-large-focus-outline-width","","SIZE","2px"),largeIconOnlyWidth:Gt.create("--ft-button-large-icon-only-width","","SIZE","40px"),smallHeight:Gt.create("--ft-button-small-height","","SIZE","30px"),smallHorizontalPadding:Gt.extend("--ft-button-small-horizontal-padding","",Vt.spacing3),smallGap:Gt.extend("--ft-button-small-gap","",Vt.spacing2),smallBorderRadius:Gt.extend("--ft-button-small-border-radius","",Vt.borderRadiusS),smallIconSize:Gt.extend("--ft-button-small-icon-size","",Vt.iconSize2),smallBorderWidth:Gt.create("--ft-button-small-border-width","","SIZE","1px"),smallFocusOutlineOffset:Gt.create("--ft-button-small-focus-outline-offset","","SIZE","2px"),smallFocusOutlineWidth:Gt.create("--ft-button-small-focus-outline-width","","SIZE","2px"),smallIconOnlyWidth:Gt.create("--ft-button-small-icon-only-width","","SIZE","30px"),primaryBackgroundColor:Gt.extend("--ft-button-primary-background-color","",Yt.backgroundActionPrimary),primaryColor:Gt.extend("--ft-button-primary-color","",Yt.contentGlobalOnColor),primaryIconColor:Gt.extend("--ft-button-primary-icon-color","",Yt.contentGlobalOnColor),primaryStateLayerColor:Gt.extend("--ft-button-primary-state-layer-color","",Yt.contentGlobalOnColor),primaryStateLayerOpacityHover:Gt.extend("--ft-button-primary-state-layer-opacity-hover","",Vt.opacity16),primaryStateLayerOpacityFocus:Gt.extend("--ft-button-primary-state-layer-opacity-focus","",Vt.opacity16),primaryStateLayerOpacityActive:Gt.extend("--ft-button-primary-state-layer-opacity-active","",Vt.opacity24),primaryComponentOpacityDisabled:Gt.extend("--ft-button-primary-component-opacity-disabled","",Vt.opacity40),focusFocusRingColor:Gt.extend("--ft-button-focus-focus-ring-color","",Yt.borderActionFocusRing),tertiaryBackgroundColor:Gt.create("--ft-button-tertiary-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryColor:Gt.extend("--ft-button-tertiary-color","",Yt.contentActionPrimary),tertiaryIconColor:Gt.extend("--ft-button-tertiary-icon-color","",Yt.contentActionPrimary),tertiaryStateLayerColor:Gt.extend("--ft-button-tertiary-state-layer-color","",Yt.contentActionPrimary),tertiaryStateLayerOpacityHover:Gt.extend("--ft-button-tertiary-state-layer-opacity-hover","",Vt.opacity8),tertiaryStateLayerOpacityFocus:Gt.extend("--ft-button-tertiary-state-layer-opacity-focus","",Vt.opacity8),tertiaryStateLayerOpacityActive:Gt.extend("--ft-button-tertiary-state-layer-opacity-active","",Vt.opacity16),tertiaryComponentOpacityDisabled:Gt.extend("--ft-button-tertiary-component-opacity-disabled","",Vt.opacity40),secondaryBackgroundColor:Gt.create("--ft-button-secondary-background-color","","COLOR","rgba(0,0,0,0)"),secondaryColor:Gt.extend("--ft-button-secondary-color","",Yt.contentActionPrimary),secondaryIconColor:Gt.extend("--ft-button-secondary-icon-color","",Yt.contentActionPrimary),secondaryStateLayerColor:Gt.extend("--ft-button-secondary-state-layer-color","",Yt.contentActionPrimary),secondaryStateLayerOpacityHover:Gt.extend("--ft-button-secondary-state-layer-opacity-hover","",Vt.opacity8),secondaryStateLayerOpacityFocus:Gt.extend("--ft-button-secondary-state-layer-opacity-focus","",Vt.opacity8),secondaryStateLayerOpacityActive:Gt.extend("--ft-button-secondary-state-layer-opacity-active","",Vt.opacity16),secondaryComponentOpacityDisabled:Gt.extend("--ft-button-secondary-component-opacity-disabled","",Vt.opacity40),secondaryBorderColor:Gt.extend("--ft-button-secondary-border-color","",Yt.borderActionPrimary),neutralBackgroundColor:Gt.create("--ft-button-neutral-background-color","","COLOR","rgba(0,0,0,0)"),neutralIconColor:Gt.extend("--ft-button-neutral-icon-color","",Yt.contentGlobalSecondary),neutralColor:Gt.extend("--ft-button-neutral-color","",Yt.contentGlobalSecondary),neutralStateLayerColor:Gt.extend("--ft-button-neutral-state-layer-color","",Yt.contentGlobalSecondary),neutralStateLayerOpacityHover:Gt.extend("--ft-button-neutral-state-layer-opacity-hover","",Vt.opacity8),neutralStateLayerOpacityFocus:Gt.extend("--ft-button-neutral-state-layer-opacity-focus","",Vt.opacity8),neutralStateLayerOpacityActive:Gt.extend("--ft-button-neutral-state-layer-opacity-active","",Vt.opacity16),neutralComponentOpacityDisabled:Gt.extend("--ft-button-neutral-component-opacity-disabled","",Vt.opacity40)};Gt.extend("--ft-tabs-top-left-border-radius","",Vt.borderRadiusS),Gt.extend("--ft-tabs-top-right-border-radius","",Vt.borderRadiusS),Gt.extend("--ft-tabs-label-horizontal-padding","",Vt.spacing4),Gt.extend("--ft-tabs-label-vertical-padding","",Vt.spacing3),Gt.extend("--ft-tabs-label-gap","",Vt.spacing1),Gt.extend("--ft-switch-group-horizontal-padding","",Vt.spacing1),Gt.extend("--ft-switch-group-vertical-padding","",Vt.spacing1),Gt.extend("--ft-switch-group-gap","",Vt.spacing1),Gt.extend("--ft-switch-group-background-color","",Yt.backgroundGlobalSurface),Gt.extend("--ft-switch-group-border-color","",Yt.borderGlobalSubtle),Gt.create("--ft-switch-group-border-radius","","SIZE","6px"),Gt.extend("--ft-switch-label-horizontal-padding","",Vt.spacing2),Gt.extend("--ft-switch-label-vertical-padding","",Vt.spacing1),Gt.extend("--ft-switch-icon-horizontal-padding","",Vt.spacing1),Gt.extend("--ft-switch-icon-vertical-padding","",Vt.spacing1),Gt.create("--ft-switch-focus-outline-width","","SIZE","2px"),Gt.extend("--ft-switch-focus-focus-ring-color","",Yt.borderActionFocusRing),Gt.extend("--ft-switch-option-border-radius","",Vt.borderRadiusS),Gt.extend("--ft-switch-off-state-layer-opacity-hover","",Vt.opacity8),Gt.extend("--ft-switch-off-state-layer-opacity-focus","",Vt.opacity8),Gt.extend("--ft-switch-off-state-layer-opacity-active","",Vt.opacity16),Gt.extend("--ft-switch-off-component-opacity-disabled","",Vt.opacity40),Gt.extend("--ft-switch-off-color","",Yt.contentGlobalSubtle),Gt.extend("--ft-switch-off-state-layer-color","",Yt.contentGlobalSubtle),Gt.extend("--ft-chart-1-light","for area color charts",Vt.colorBrand40),Gt.extend("--ft-chart-1-base","for line charts",Vt.colorBrand0),Gt.extend("--ft-chart-2-light","for area color charts",Vt.colorYellow60),Gt.extend("--ft-chart-2-base","for line charts",Vt.colorYellow100),Gt.extend("--ft-chart-3-light","",Vt.colorUltramarine40),Gt.extend("--ft-chart-3-base","",Vt.colorUltramarine70),Gt.extend("--ft-chart-4-light","",Vt.colorCyan50),Gt.extend("--ft-chart-4-base","",Vt.colorCyan100),Gt.extend("--ft-chart-5-light","",Vt.colorRed40),Gt.extend("--ft-chart-5-base","",Vt.colorRed60),Gt.extend("--ft-chart-6-light","",Vt.colorGreen40),Gt.extend("--ft-chart-6-base","",Vt.colorGreen70),Gt.extend("--ft-chart-7-light","",Vt.colorOrange70),Gt.extend("--ft-chart-7-base","",Vt.colorOrange100),Gt.extend("--ft-chart-8-light","",Vt.colorAvocado70),Gt.extend("--ft-chart-8-base","",Vt.colorAvocado200),Gt.extend("--ft-chart-9-light","",Vt.colorBrown50),Gt.extend("--ft-chart-9-base","",Vt.colorBrown200),Gt.extend("--ft-chart-10-light","",Vt.colorGray50),Gt.extend("--ft-chart-10-base","",Vt.colorGray80),Gt.extend("--ft-chart-monochrome-10","",Vt.colorBrand10),Gt.extend("--ft-chart-monochrome-20","",Vt.colorBrand20),Gt.extend("--ft-chart-monochrome-30","",Vt.colorBrand40),Gt.extend("--ft-chart-monochrome-40","",Vt.colorBrand60),Gt.extend("--ft-chart-monochrome-50","",Vt.colorBrand0),Gt.extend("--ft-chart-monochrome-60","",Vt.colorBrand200),Gt.extend("--ft-chip-large-horizontal-padding","",Vt.spacing4),Gt.extend("--ft-chip-large-vertical-padding","",Vt.spacing2),Gt.extend("--ft-chip-large-gap","",Vt.spacing1),Gt.create("--ft-chip-large-focus-outline-offset","","SIZE","2px"),Gt.create("--ft-chip-large-focus-outline-width","","SIZE","2px"),Gt.extend("--ft-chip-large-border-radius","",Vt.borderRadiusPill),Gt.create("--ft-chip-large-border-width","","SIZE","1px"),Gt.extend("--ft-chip-large-icon-size","",Vt.iconSize3),Gt.extend("--ft-chip-medium-horizontal-padding","",Vt.spacing3),Gt.extend("--ft-chip-medium-vertical-padding","",Vt.spacing1),Gt.extend("--ft-chip-medium-gap","",Vt.spacing1),Gt.create("--ft-chip-medium-focus-outline-offset","","SIZE","2px"),Gt.create("--ft-chip-medium-focus-outline-width","","SIZE","2px"),Gt.extend("--ft-chip-medium-border-radius","",Vt.borderRadiusPill),Gt.create("--ft-chip-medium-border-width","","SIZE","1px"),Gt.extend("--ft-chip-medium-icon-size","",Vt.iconSize2),Gt.extend("--ft-chip-small-horizontal-padding","",Vt.spacing2),Gt.extend("--ft-chip-small-vertical-padding","",Vt.spacing05),Gt.extend("--ft-chip-small-gap","",Vt.spacing1),Gt.create("--ft-chip-small-focus-outline-offset","","SIZE","2px"),Gt.create("--ft-chip-small-focus-outline-width","","SIZE","2px"),Gt.extend("--ft-chip-small-border-radius","",Vt.borderRadiusPill),Gt.create("--ft-chip-small-border-width","","SIZE","1px"),Gt.extend("--ft-chip-small-icon-size","",Vt.iconSize1),Gt.extend("--ft-chip-neutral-background-color","",Yt.backgroundGlobalOnSurface),Gt.extend("--ft-chip-neutral-color","",Yt.contentGlobalPrimary),Gt.extend("--ft-chip-neutral-border-color","",Yt.borderGlobalSubtle),Gt.extend("--ft-chip-info-background-color","",Yt.backgroundInfoSubtle),Gt.extend("--ft-chip-info-color","",Yt.contentInfoPrimary),Gt.extend("--ft-chip-info-border-color","",Yt.borderInfoPrimary),Gt.extend("--ft-chip-success-background-color","",Yt.backgroundSuccessSubtle),Gt.extend("--ft-chip-success-color","",Yt.contentSuccessPrimary),Gt.extend("--ft-chip-success-border-color","",Yt.borderSuccessPrimary),Gt.extend("--ft-chip-warning-background-color","",Yt.backgroundWarningSubtle),Gt.extend("--ft-chip-warning-color","",Yt.contentWarningPrimary),Gt.extend("--ft-chip-warning-border-color","",Yt.borderWarningPrimary),Gt.extend("--ft-chip-error-background-color","",Yt.backgroundErrorSubtle),Gt.extend("--ft-chip-error-color","",Yt.contentErrorPrimary),Gt.extend("--ft-chip-error-border-color","",Yt.borderErrorPrimary),Gt.create("--ft-notice-border-width","","SIZE","1px"),Gt.extend("--ft-notice-horizontal-padding","",Vt.spacing2),Gt.extend("--ft-notice-vertical-padding","",Vt.spacing1),Gt.extend("--ft-notice-border-radius","",Vt.borderRadiusS),Gt.extend("--ft-notice-gap","",Vt.spacing2),Gt.extend("--ft-notice-icon-size","",Vt.iconSize3),Gt.extend("--ft-notice-info-background-color","",Yt.backgroundInfoSubtle),Gt.extend("--ft-notice-info-border-color","",Yt.borderInfoPrimary),Gt.extend("--ft-notice-info-color","",Yt.contentInfoPrimary),Gt.extend("--ft-notice-warning-background-color","",Yt.backgroundWarningSubtle),Gt.extend("--ft-notice-warning-border-color","",Yt.borderWarningPrimary),Gt.extend("--ft-notice-warning-color","",Yt.contentWarningPrimary),Gt.extend("--ft-checkbox-label-color","",Yt.contentGlobalPrimary),Gt.extend("--ft-checkbox-checked-background-color","",Yt.contentActionPrimary),Gt.extend("--ft-checkbox-checked-state-layer-color","",Yt.contentActionPrimary),Gt.extend("--ft-checkbox-checked-color","",Yt.contentGlobalOnColor),Gt.extend("--ft-checkbox-checked-state-layer-opacity-hover","",Vt.opacity16),Gt.extend("--ft-checkbox-checked-state-layer-opacity-focus","",Vt.opacity16),Gt.extend("--ft-checkbox-checked-state-layer-opacity-active","",Vt.opacity24),Gt.extend("--ft-checkbox-checked-component-opacity-disabled","",Vt.opacity40),Gt.extend("--ft-checkbox-unchecked-border-color","",Vt.colorGray80),Gt.extend("--ft-checkbox-unchecked-state-layer-color","",Vt.colorGray80),Gt.extend("--ft-checkbox-unchecked-state-layer-opacity-hover","",Vt.opacity16),Gt.extend("--ft-checkbox-unchecked-state-layer-opacity-focus","",Vt.opacity16),Gt.extend("--ft-checkbox-unchecked-state-layer-opacity-active","",Vt.opacity24),Gt.extend("--ft-checkbox-unchecked-component-opacity-disabled","",Vt.opacity40),Gt.extend("--ft-checkbox-focus-focus-ring-color","",Yt.borderActionFocusRing),Gt.create("--ft-checkbox-focus-outline-offset","","SIZE","3px"),Gt.create("--ft-checkbox-focus-outline-width","","SIZE","2px"),Gt.extend("--ft-checkbox-gap","",Vt.spacing3),Gt.extend("--ft-toggle-off-state-layer-opacity-hover","",Vt.opacity16),Gt.extend("--ft-toggle-off-state-layer-opacity-focus","",Vt.opacity16),Gt.extend("--ft-toggle-off-state-layer-opacity-active","",Vt.opacity24),Gt.extend("--ft-toggle-off-component-opacity-disabled","",Vt.opacity40),Gt.extend("--ft-toggle-off-background-color","",Yt.contentGlobalSubtle),Gt.extend("--ft-toggle-off-icon-color","",Yt.contentGlobalSubtle),Gt.extend("--ft-toggle-off-state-layer-color","",Yt.contentGlobalSubtle),Gt.extend("--ft-toggle-on-state-layer-opacity-hover","",Vt.opacity16),Gt.extend("--ft-toggle-on-state-layer-opacity-focus","",Vt.opacity16),Gt.extend("--ft-toggle-on-state-layer-opacity-active","",Vt.opacity24),Gt.extend("--ft-toggle-on-component-opacity-disabled","",Vt.opacity40),Gt.extend("--ft-toggle-on-background-color","",Yt.contentActionPrimary),Gt.extend("--ft-toggle-on-icon-color","",Yt.contentActionPrimary),Gt.extend("--ft-toggle-on-state-layer-color","",Yt.contentActionPrimary),Gt.extend("--ft-toggle-label-color","",Yt.contentGlobalPrimary),Gt.extend("--ft-toggle-focus-focus-ring-color","",Yt.borderActionFocusRing),Gt.extend("--ft-toggle-gap","",Vt.spacing3),Gt.extend("--ft-radio-label-color","",Yt.contentGlobalPrimary),Gt.extend("--ft-radio-selected-color","",Yt.contentActionPrimary),Gt.extend("--ft-radio-selected-state-layer-color","",Yt.contentActionPrimary),Gt.extend("--ft-radio-selected-state-layer-opacity-hover","",Vt.opacity16),Gt.extend("--ft-radio-selected-state-layer-opacity-focus","",Vt.opacity16),Gt.extend("--ft-radio-selected-state-layer-opacity-active","",Vt.opacity24),Gt.extend("--ft-radio-selected-component-opacity-disabled","",Vt.opacity40),Gt.extend("--ft-radio-unselected-state-layer-color","",Vt.colorGray80),Gt.extend("--ft-radio-unselected-state-layer-opacity-hover","",Vt.opacity16),Gt.extend("--ft-radio-unselected-state-layer-opacity-focus","",Vt.opacity16),Gt.extend("--ft-radio-unselected-state-layer-opacity-active","",Vt.opacity24),Gt.extend("--ft-radio-unselected-component-opacity-disabled","",Vt.opacity40),Gt.extend("--ft-radio-focus-focus-ring-color","",Yt.borderActionFocusRing),Gt.create("--ft-radio-focus-outline-offset","","SIZE","3px"),Gt.create("--ft-radio-focus-outline-width","","SIZE","2px"),Gt.extend("--ft-radio-gap","",Vt.spacing3),Gt.extend("--ft-notification-icon-size","",Vt.iconSize4),Gt.extend("--ft-notification-horizontal-padding","",Vt.spacing4),Gt.extend("--ft-notification-vertical-padding","",Vt.spacing4),Gt.extend("--ft-notification-info-background-color","",Yt.backgroundInfoSubtle),Gt.extend("--ft-notification-info-color","",Yt.contentInfoPrimary),Gt.extend("--ft-notification-info-border-color","",Yt.borderInfoPrimary),Gt.extend("--ft-notification-success-background-color","",Yt.backgroundSuccessSubtle),Gt.extend("--ft-notification-success-color","",Yt.contentSuccessPrimary),Gt.extend("--ft-notification-success-border-color","",Yt.borderSuccessPrimary),Gt.extend("--ft-notification-warning-background-color","",Yt.backgroundWarningSubtle),Gt.extend("--ft-notification-warning-color","",Yt.contentWarningPrimary),Gt.extend("--ft-notification-warning-border-color","",Yt.borderWarningPrimary),Gt.extend("--ft-notification-error-background-color","",Yt.backgroundErrorSubtle),Gt.extend("--ft-notification-error-color","",Yt.contentErrorPrimary),Gt.extend("--ft-notification-error-border-color","",Yt.borderErrorPrimary),Gt.extend("--ft-notification-border-radius","",Vt.borderRadiusPill),Gt.create("--ft-notification-border-width","","SIZE","1px"),Gt.extend("--ft-notification-gap-leading","",Vt.spacing2),Gt.extend("--ft-notification-gap-trailing","",Vt.spacing8);const Xt=e.FtCssVariableFactory.extend("--ft-typography-font-family","",e.designSystemVariables.titleFont),Jt=e.FtCssVariableFactory.extend("--ft-typography-font-family","",e.designSystemVariables.contentFont),te={fontFamily:Jt,fontSize:e.FtCssVariableFactory.create("--ft-typography-font-size","","SIZE","16px"),fontWeight:e.FtCssVariableFactory.create("--ft-typography-font-weight","","UNKNOWN","normal"),letterSpacing:e.FtCssVariableFactory.create("--ft-typography-letter-spacing","","SIZE","0.496px"),lineHeight:e.FtCssVariableFactory.create("--ft-typography-line-height","","NUMBER","1.5"),textTransform:e.FtCssVariableFactory.create("--ft-typography-text-transform","","UNKNOWN","inherit")},ee=e.FtCssVariableFactory.extend("--ft-typography-title-font-family","",Xt),oe=e.FtCssVariableFactory.extend("--ft-typography-title-font-size","",te.fontSize,"20px"),ie=e.FtCssVariableFactory.extend("--ft-typography-title-font-weight","",te.fontWeight,"normal"),re=e.FtCssVariableFactory.extend("--ft-typography-title-letter-spacing","",te.letterSpacing,"0.15px"),ne=e.FtCssVariableFactory.extend("--ft-typography-title-line-height","",te.lineHeight,"1.2"),ae=e.FtCssVariableFactory.extend("--ft-typography-title-text-transform","",te.textTransform,"inherit"),se=e.FtCssVariableFactory.extend("--ft-typography-title-dense-font-family","",Xt),le=e.FtCssVariableFactory.extend("--ft-typography-title-dense-font-size","",te.fontSize,"14px"),ce=e.FtCssVariableFactory.extend("--ft-typography-title-dense-font-weight","",te.fontWeight,"normal"),he=e.FtCssVariableFactory.extend("--ft-typography-title-dense-letter-spacing","",te.letterSpacing,"0.105px"),fe=e.FtCssVariableFactory.extend("--ft-typography-title-dense-line-height","",te.lineHeight,"1.7"),pe=e.FtCssVariableFactory.extend("--ft-typography-title-dense-text-transform","",te.textTransform,"inherit"),de=e.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-family","",Jt),ue=e.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-size","",te.fontSize,"16px"),ge=e.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-weight","",te.fontWeight,"600"),ye=e.FtCssVariableFactory.extend("--ft-typography-subtitle1-letter-spacing","",te.letterSpacing,"0.144px"),be=e.FtCssVariableFactory.extend("--ft-typography-subtitle1-line-height","",te.lineHeight,"1.5"),me=e.FtCssVariableFactory.extend("--ft-typography-subtitle1-text-transform","",te.textTransform,"inherit"),ve=e.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-family","",Jt),xe=e.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-size","",te.fontSize,"14px"),Oe=e.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-weight","",te.fontWeight,"normal"),we=e.FtCssVariableFactory.extend("--ft-typography-subtitle2-letter-spacing","",te.letterSpacing,"0.098px"),Se=e.FtCssVariableFactory.extend("--ft-typography-subtitle2-line-height","",te.lineHeight,"1.7"),Ne=e.FtCssVariableFactory.extend("--ft-typography-subtitle2-text-transform","",te.textTransform,"inherit"),$e=e.FtCssVariableFactory.extend("--ft-typography-body1-font-family","",Jt),Ce=e.FtCssVariableFactory.extend("--ft-typography-body1-font-size","",te.fontSize,"16px"),ke=e.FtCssVariableFactory.extend("--ft-typography-body1-font-weight","",te.fontWeight,"normal"),Ie=e.FtCssVariableFactory.extend("--ft-typography-body1-letter-spacing","",te.letterSpacing,"0.496px"),Ee=e.FtCssVariableFactory.extend("--ft-typography-body1-line-height","",te.lineHeight,"1.5"),Re=e.FtCssVariableFactory.extend("--ft-typography-body1-text-transform","",te.textTransform,"inherit"),Ue={fontFamily:e.FtCssVariableFactory.extend("--ft-typography-body2-font-family","",Jt),fontSize:e.FtCssVariableFactory.extend("--ft-typography-body2-font-size","",te.fontSize,"14px"),fontWeight:e.FtCssVariableFactory.extend("--ft-typography-body2-font-weight","",te.fontWeight,"normal"),letterSpacing:e.FtCssVariableFactory.extend("--ft-typography-body2-letter-spacing","",te.letterSpacing,"0.252px"),lineHeight:e.FtCssVariableFactory.extend("--ft-typography-body2-line-height","",te.lineHeight,"1.4"),textTransform:e.FtCssVariableFactory.extend("--ft-typography-body2-text-transform","",te.textTransform,"inherit")},Le=e.FtCssVariableFactory.extend("--ft-typography-caption-font-family","",Jt),We=e.FtCssVariableFactory.extend("--ft-typography-caption-font-size","",te.fontSize,"12px"),ze=e.FtCssVariableFactory.extend("--ft-typography-caption-font-weight","",te.fontWeight,"normal"),Be=e.FtCssVariableFactory.extend("--ft-typography-caption-letter-spacing","",te.letterSpacing,"0.396px"),Ae=e.FtCssVariableFactory.extend("--ft-typography-caption-line-height","",te.lineHeight,"1.33"),De=e.FtCssVariableFactory.extend("--ft-typography-caption-text-transform","",te.textTransform,"inherit"),Ke=e.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-family","",Jt),Fe=e.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-size","",te.fontSize,"10px"),Ze=e.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-weight","",te.fontWeight,"normal"),Te=e.FtCssVariableFactory.extend("--ft-typography-breadcrumb-letter-spacing","",te.letterSpacing,"0.33px"),Pe=e.FtCssVariableFactory.extend("--ft-typography-breadcrumb-line-height","",te.lineHeight,"1.6"),He=e.FtCssVariableFactory.extend("--ft-typography-breadcrumb-text-transform","",te.textTransform,"inherit"),je=e.FtCssVariableFactory.extend("--ft-typography-overline-font-family","",Jt),Me=e.FtCssVariableFactory.extend("--ft-typography-overline-font-size","",te.fontSize,"10px"),_e=e.FtCssVariableFactory.extend("--ft-typography-overline-font-weight","",te.fontWeight,"normal"),Ge=e.FtCssVariableFactory.extend("--ft-typography-overline-letter-spacing","",te.letterSpacing,"1.5px"),Ve=e.FtCssVariableFactory.extend("--ft-typography-overline-line-height","",te.lineHeight,"1.6"),qe=e.FtCssVariableFactory.extend("--ft-typography-overline-text-transform","",te.textTransform,"uppercase"),Ye={fontFamily:e.FtCssVariableFactory.extend("--ft-typography-button-font-family","",Jt),fontSize:e.FtCssVariableFactory.extend("--ft-typography-button-font-size","",te.fontSize,"14px"),fontWeight:e.FtCssVariableFactory.extend("--ft-typography-button-font-weight","",te.fontWeight,"600"),letterSpacing:e.FtCssVariableFactory.extend("--ft-typography-button-letter-spacing","",te.letterSpacing,"1.246px"),lineHeight:e.FtCssVariableFactory.extend("--ft-typography-button-line-height","",te.lineHeight,"1.15"),textTransform:e.FtCssVariableFactory.extend("--ft-typography-button-text-transform","",te.textTransform,"uppercase")},Qe=o.css`
|
|
146
146
|
.ft-typography--title {
|
|
147
147
|
font-family: ${ee};
|
|
148
148
|
font-size: ${oe};
|
|
@@ -157,8 +157,8 @@ const Ft=Symbol.for(""),Tt=t=>{if(t?.r===Ft)return t?._$litStatic$},Ht=t=>({_$li
|
|
|
157
157
|
font-size: ${le};
|
|
158
158
|
font-weight: ${ce};
|
|
159
159
|
letter-spacing: ${he};
|
|
160
|
-
line-height: ${
|
|
161
|
-
text-transform: ${
|
|
160
|
+
line-height: ${fe};
|
|
161
|
+
text-transform: ${pe};
|
|
162
162
|
}
|
|
163
163
|
`,Je=o.css`
|
|
164
164
|
.ft-typography--subtitle1 {
|
|
@@ -174,14 +174,14 @@ const Ft=Symbol.for(""),Tt=t=>{if(t?.r===Ft)return t?._$litStatic$},Ht=t=>({_$li
|
|
|
174
174
|
font-family: ${ve};
|
|
175
175
|
font-size: ${xe};
|
|
176
176
|
font-weight: ${Oe};
|
|
177
|
-
letter-spacing: ${
|
|
178
|
-
line-height: ${
|
|
179
|
-
text-transform: ${
|
|
177
|
+
letter-spacing: ${we};
|
|
178
|
+
line-height: ${Se};
|
|
179
|
+
text-transform: ${Ne};
|
|
180
180
|
}
|
|
181
181
|
|
|
182
182
|
`,eo=o.css`
|
|
183
183
|
.ft-typography--body1 {
|
|
184
|
-
font-family: ${
|
|
184
|
+
font-family: ${$e};
|
|
185
185
|
font-size: ${Ce};
|
|
186
186
|
font-weight: ${ke};
|
|
187
187
|
letter-spacing: ${Ie};
|
|
@@ -203,17 +203,17 @@ const Ft=Symbol.for(""),Tt=t=>{if(t?.r===Ft)return t?._$litStatic$},Ht=t=>({_$li
|
|
|
203
203
|
font-size: ${We};
|
|
204
204
|
font-weight: ${ze};
|
|
205
205
|
letter-spacing: ${Be};
|
|
206
|
-
line-height: ${
|
|
206
|
+
line-height: ${Ae};
|
|
207
207
|
text-transform: ${De};
|
|
208
208
|
}
|
|
209
209
|
`,ro=o.css`
|
|
210
210
|
.ft-typography--breadcrumb {
|
|
211
|
-
font-family: ${
|
|
212
|
-
font-size: ${
|
|
213
|
-
font-weight: ${
|
|
211
|
+
font-family: ${Ke};
|
|
212
|
+
font-size: ${Fe};
|
|
213
|
+
font-weight: ${Ze};
|
|
214
214
|
letter-spacing: ${Te};
|
|
215
|
-
line-height: ${
|
|
216
|
-
text-transform: ${
|
|
215
|
+
line-height: ${Pe};
|
|
216
|
+
text-transform: ${He};
|
|
217
217
|
}
|
|
218
218
|
`,no=o.css`
|
|
219
219
|
.ft-typography--overline {
|
|
@@ -246,14 +246,14 @@ const Ft=Symbol.for(""),Tt=t=>{if(t?.r===Ft)return t?._$litStatic$},Ht=t=>({_$li
|
|
|
246
246
|
line-height: ${e.lineHeight};
|
|
247
247
|
text-transform: ${e.textCase};
|
|
248
248
|
}
|
|
249
|
-
`}(t)))];var co,ho,
|
|
250
|
-
<${
|
|
249
|
+
`}(t)))];var co,ho,fo=function(t,e,o,i){for(var r,n=arguments.length,a=n<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,o):i,s=t.length-1;s>=0;s--)(r=t[s])&&(a=(n<3?r(a):n>3?r(e,o,a):r(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class po extends e.FtLitElement{constructor(){super(...arguments),this.variant=Mt.body1}render(){return this.element?jt`
|
|
250
|
+
<${Pt(this.element)}
|
|
251
251
|
class="ft-typography ft-typography--${this.variant}">
|
|
252
252
|
<slot></slot>
|
|
253
|
-
</${
|
|
253
|
+
</${Pt(this.element)}>
|
|
254
254
|
`:jt`
|
|
255
255
|
<slot class="ft-typography ft-typography--${this.variant}"></slot>
|
|
256
|
-
`}}
|
|
256
|
+
`}}po.styles=[Qe,Xe,Je,to,eo,oo,io,ro,no,ao,so,...lo],fo([r.property()],po.prototype,"element",void 0),fo([r.property()],po.prototype,"variant",void 0),e.customElement("ft-typography")(po),function(t){t.THUMBS_DOWN="",t.THUMBS_DOWN_PLAIN="",t.THUMBS_UP="",t.THUMBS_UP_PLAIN="",t.STAR="",t.STAR_PLAIN="",t.DESKTOP="",t.LIFE_RING="",t.GLOBE="",t.PIGGY_BANK="",t.TABLET_LANDSCAPE="",t.TABLET_PORTRAIT="",t.MOBILE_LANDSCAPE="",t.MOBILE_PORTRAIT="",t.ARROW_RIGHT_TO_LINE="",t.THIN_ARROW_UP="",t.CONTEXTUAL="",t.CHART_SIMPLE="",t.BARS_PROGRESS="",t.LINE_CHART="",t.STACKED_CHART="",t.BOOK_OPEN_GEAR="",t.BOOK_OPEN_GEAR_SLASH="",t.DIAGRAM_SUNBURST="",t.DIAGRAM_SANKEY="",t.UNSTRUCTURED_DOC="",t.RESET="",t.THIN_ARROW_LEFT="",t.THIN_ARROW_RIGHT="",t.MY_COLLECTIONS="",t.OFFLINE_SETTINGS="",t.MY_LIBRARY="",t.RATE_PLAIN="",t.RATE="",t.FEEDBACK_PLAIN="",t.PAUSE="",t.PLAY="",t.RELATIVES_PLAIN="",t.RELATIVES="",t.SHORTCUT_MENU="",t.PRINT="",t.DEFAULT_ROLES="",t.ACCOUNT_SETTINGS="",t.ONLINE="",t.OFFLINE="",t.UPLOAD="",t.BOOK_PLAIN="",t.SYNC="",t.SHARED_PBK="",t.COLLECTIONS="",t.SEARCH_IN_PUBLICATION="",t.BOOKS="",t.LOCKER="",t.ARROW_DOWN="",t.ARROW_LEFT="",t.ARROW_RIGHT="",t.ARROW_UP="",t.SAVE="",t.MAILS_AND_NOTIFICATIONS="",t.DOT="",t.MINUS="",t.PLUS="",t.FILTERS="",t.STRIPE_ARROW_RIGHT="",t.STRIPE_ARROW_LEFT="",t.ATTACHMENTS="",t.ADD_BOOKMARK="",t.BOOKMARK="",t.EXPORT="",t.MENU="",t.TAG="",t.TAG_PLAIN="",t.COPY_TO_CLIPBOARD="",t.COLUMNS="",t.ARTICLE="",t.CLOSE_PLAIN="",t.CHECK_PLAIN="",t.LOGOUT="",t.SIGN_IN="",t.THIN_ARROW="",t.TRIANGLE_BOTTOM="",t.TRIANGLE_LEFT="",t.TRIANGLE_RIGHT="",t.TRIANGLE_TOP="",t.FACET_HAS_DESCENDANT="",t.MINUS_PLAIN="",t.PLUS_PLAIN="",t.INFO="",t.ICON_EXPAND="",t.ICON_COLLAPSE="",t.ADD_TO_PBK="",t.ALERT="",t.ADD_ALERT="",t.BACK_TO_SEARCH="",t.DOWNLOAD="",t.EDIT="",t.FEEDBACK="",t.MODIFY_PBK="",t.SCHEDULED="",t.SEARCH="",t.SHARE="󨃱",t.TOC="",t.WRITE_UGC="",t.TRASH="",t.EXTLINK="",t.EXTLINK_LIGHT="",t.CALENDAR="",t.BOOK="",t.DOWNLOAD_PLAIN="",t.CHECK="",t.TOPICS="",t.EYE="",t.EYE_SLASH="",t.DISC="",t.CIRCLE="",t.SHARED="",t.SORT_UNSORTED="",t.SORT_UP="",t.SORT_DOWN="",t.WORKING="",t.CLOSE="",t.ZOOM_OUT="",t.ZOOM_IN="",t.ZOOM_REALSIZE="",t.ZOOM_FULLSCREEN="",t.ADMIN_RESTRICTED="",t.ADMIN_THEME="",t.WARNING="",t.CONTEXT="",t.SEARCH_HOME="",t.STEPS="",t.HOME="",t.TRANSLATE="",t.USER="",t.ADMIN="",t.ANALYTICS="",t.ADMIN_KHUB="",t.ADMIN_USERS="",t.ADMIN_INTEGRATION="",t.ADMIN_PORTAL="",t.COMMENT_QUESTION="",t.COMMENT_QUESTION_PLAIN="",t.MESSAGE_BOT="",t.PIP="",t.PIP_WIDE="",t.EXPAND_WIDE="",t.X_MARK=""}(co||(co={})),function(t){t.UNKNOWN="",t.ABW="",t.AUDIO="",t.AVI="",t.CHM="",t.CODE="",t.CSV="",t.DITA="",t.EPUB="",t.EXCEL="",t.FLAC="",t.GIF="",t.GZIP="",t.HTML="",t.IMAGE="",t.JPEG="",t.JSON="",t.M4A="",t.MOV="",t.MP3="",t.MP4="",t.OGG="",t.PDF="",t.PNG="",t.POWERPOINT="",t.RAR="",t.STP="",t.TEXT="",t.VIDEO="",t.WAV="",t.WMA="",t.WORD="",t.XML="",t.YAML="",t.ZIP=""}(ho||(ho={})),new Map([...["abw"].map((t=>[t,ho.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,ho.AUDIO])),...["avi"].map((t=>[t,ho.AVI])),...["chm","xhs"].map((t=>[t,ho.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,ho.CODE])),...["csv"].map((t=>[t,ho.CSV])),...["dita","ditamap","ditaval"].map((t=>[t,ho.DITA])),...["epub"].map((t=>[t,ho.EPUB])),...["xls","xlt","xlm","xlsx","xlsm","xltx","xltm","xlsb","xla","xlam","xll","xlw"].map((t=>[t,ho.EXCEL])),...["flac"].map((t=>[t,ho.FLAC])),...["gif"].map((t=>[t,ho.GIF])),...["gzip","x-gzip","giz","gz","tgz"].map((t=>[t,ho.GZIP])),...["html","htm","xhtml"].map((t=>[t,ho.HTML])),...["ai","vml","xps","img","cpt","psd","psp","xcf","svg","svg+xml","bmp","bpg","ppm","pgm","pbm","pnm","rif","tif","tiff","webp","wmf"].map((t=>[t,ho.IMAGE])),...["jpeg","jpg","jpe"].map((t=>[t,ho.JPEG])),...["json"].map((t=>[t,ho.JSON])),...["m4a","m4p"].map((t=>[t,ho.M4A])),...["mov","qt"].map((t=>[t,ho.MOV])),...["mp3"].map((t=>[t,ho.MP3])),...["mp4","m4v"].map((t=>[t,ho.MP4])),...["ogg","oga"].map((t=>[t,ho.OGG])),...["pdf","ps"].map((t=>[t,ho.PDF])),...["png"].map((t=>[t,ho.PNG])),...["ppt","pot","pps","pptx","pptm","potx","potm","ppam","ppsx","ppsm","sldx","sldm"].map((t=>[t,ho.POWERPOINT])),...["rar"].map((t=>[t,ho.RAR])),...["stp"].map((t=>[t,ho.STP])),...["txt","rtf","md","mdown"].map((t=>[t,ho.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,ho.VIDEO])),...["wav"].map((t=>[t,ho.WAV])),...["wma"].map((t=>[t,ho.WMA])),...["doc","dot","docx","docm","dotx","dotm","docb"].map((t=>[t,ho.WORD])),...["xml","xsl","rdf"].map((t=>[t,ho.XML])),...["yaml","yml","x-yaml"].map((t=>[t,ho.YAML])),...["zip"].map((t=>[t,ho.ZIP]))]);const uo={size:e.FtCssVariableFactory.create("--ft-icon-font-size","","SIZE","24px"),fluidTopicsFontFamily:e.FtCssVariableFactory.extend("--ft-icon-fluid-topics-font-family","",e.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","ft-icons")),fileFormatFontFamily:e.FtCssVariableFactory.extend("--ft-icon-file-format-font-family","",e.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","ft-mime")),materialFontFamily:e.FtCssVariableFactory.extend("--ft-icon-material-font-family","",e.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","Material Icons")),verticalAlign:e.FtCssVariableFactory.create("--ft-icon-vertical-align","","UNKNOWN","unset")},go=o.css`
|
|
257
257
|
:host, i.ft-icon {
|
|
258
258
|
display: inline-flex;
|
|
259
259
|
align-items: center;
|
|
@@ -375,7 +375,7 @@ const Ft=Symbol.for(""),Tt=t=>{if(t?.r===Ft)return t?._$litStatic$},Ht=t=>({_$li
|
|
|
375
375
|
transform: translate(calc(0.35 * ${vo.size}), 0);
|
|
376
376
|
}
|
|
377
377
|
}
|
|
378
|
-
`,Oo=e.FtCssVariableFactory.extend("--ft-button-color","",e.designSystemVariables.colorPrimary),
|
|
378
|
+
`,Oo=e.FtCssVariableFactory.extend("--ft-button-color","",e.designSystemVariables.colorPrimary),wo={backgroundColor:e.FtCssVariableFactory.extend("--ft-button-background-color","",e.designSystemVariables.colorSurface),borderRadius:e.FtCssVariableFactory.extend("--ft-button-border-radius","",e.designSystemVariables.borderRadiusL),color:Oo,fontSize:e.FtCssVariableFactory.extend("--ft-button-font-size","",Ye.fontSize),iconSize:e.FtCssVariableFactory.create("--ft-button-icon-size","","SIZE","24px"),rippleColor:e.FtCssVariableFactory.extend("--ft-button-ripple-color","",Oo),verticalPadding:e.FtCssVariableFactory.create("--ft-button-vertical-padding","","SIZE","6px"),horizontalPadding:e.FtCssVariableFactory.create("--ft-button-horizontal-padding","","SIZE","8px"),iconPadding:e.FtCssVariableFactory.create("--ft-button-icon-padding","","SIZE","8px"),opacityDisabled:e.FtCssVariableFactory.external(e.designSystemVariables.colorOpacityDisabled,"Design system")},So=e.FtCssVariableFactory.extend("--ft-button-primary-color","",e.FtCssVariableFactory.extend("--ft-button-color","",e.designSystemVariables.colorOnPrimary)),No={backgroundColor:e.FtCssVariableFactory.extend("--ft-button-primary-background-color","",e.FtCssVariableFactory.extend("--ft-button-background-color","",e.designSystemVariables.colorPrimary)),color:So,rippleColor:e.FtCssVariableFactory.extend("--ft-button-primary-ripple-color","",So)},$o=e.FtCssVariableFactory.extend("--ft-button-dense-border-radius","",e.FtCssVariableFactory.extend("--ft-button-border-radius","",e.designSystemVariables.borderRadiusM)),Co=e.FtCssVariableFactory.create("--ft-button-dense-vertical-padding","","SIZE","2px"),ko=e.FtCssVariableFactory.create("--ft-button-dense-horizontal-padding","","SIZE","4px"),Io=e.FtCssVariableFactory.create("--ft-button-dense-icon-padding","","SIZE","4px"),Eo=[o.css`
|
|
379
379
|
:host {
|
|
380
380
|
display: inline-block;
|
|
381
381
|
max-width: 100%;
|
|
@@ -386,7 +386,7 @@ const Ft=Symbol.for(""),Tt=t=>{if(t?.r===Ft)return t?._$litStatic$},Ht=t=>({_$li
|
|
|
386
386
|
box-shadow: 0px 0px 0px transparent;
|
|
387
387
|
border: 0px solid transparent;
|
|
388
388
|
text-shadow: 0px 0px 0px transparent;
|
|
389
|
-
font-size: ${
|
|
389
|
+
font-size: ${wo.fontSize};
|
|
390
390
|
}
|
|
391
391
|
|
|
392
392
|
button:hover {
|
|
@@ -415,26 +415,26 @@ const Ft=Symbol.for(""),Tt=t=>{if(t?.r===Ft)return t?._$litStatic$},Ht=t=>({_$li
|
|
|
415
415
|
border: none;
|
|
416
416
|
pointer-events: auto;
|
|
417
417
|
|
|
418
|
-
--ft-button-internal-line-height: max(calc(${
|
|
419
|
-
--ft-button-internal-color: ${
|
|
420
|
-
${e.setVariable(uo.size,
|
|
421
|
-
${e.setVariable(V.color,
|
|
418
|
+
--ft-button-internal-line-height: max(calc(${wo.fontSize} + 2px), ${wo.iconSize});
|
|
419
|
+
--ft-button-internal-color: ${wo.color};
|
|
420
|
+
${e.setVariable(uo.size,wo.iconSize)};
|
|
421
|
+
${e.setVariable(V.color,wo.rippleColor)};
|
|
422
422
|
|
|
423
|
-
border-radius: ${
|
|
424
|
-
padding: ${
|
|
425
|
-
background-color: ${
|
|
423
|
+
border-radius: ${wo.borderRadius};
|
|
424
|
+
padding: ${wo.verticalPadding} ${wo.horizontalPadding};
|
|
425
|
+
background-color: ${wo.backgroundColor};
|
|
426
426
|
color: var(--ft-button-internal-color);
|
|
427
427
|
-webkit-mask-image: radial-gradient(white, black);
|
|
428
428
|
}
|
|
429
429
|
|
|
430
430
|
.ft-button.ft-button--outlined {
|
|
431
431
|
border: 1px solid var(--ft-button-internal-color);
|
|
432
|
-
padding: calc(${
|
|
432
|
+
padding: calc(${wo.verticalPadding} - 1px) calc(${wo.horizontalPadding} - 1px);
|
|
433
433
|
}
|
|
434
434
|
|
|
435
435
|
.ft-button.ft-button--dense {
|
|
436
436
|
padding: ${Co} ${ko};
|
|
437
|
-
border-radius: ${
|
|
437
|
+
border-radius: ${$o};
|
|
438
438
|
gap: ${Io};
|
|
439
439
|
}
|
|
440
440
|
|
|
@@ -447,7 +447,7 @@ const Ft=Symbol.for(""),Tt=t=>{if(t?.r===Ft)return t?._$litStatic$},Ht=t=>({_$li
|
|
|
447
447
|
}
|
|
448
448
|
|
|
449
449
|
.ft-button--round {
|
|
450
|
-
border-radius: calc(var(--ft-button-internal-line-height) / 2 + ${
|
|
450
|
+
border-radius: calc(var(--ft-button-internal-line-height) / 2 + ${wo.verticalPadding});
|
|
451
451
|
}
|
|
452
452
|
|
|
453
453
|
.ft-button--round.ft-button--dense {
|
|
@@ -456,13 +456,13 @@ const Ft=Symbol.for(""),Tt=t=>{if(t?.r===Ft)return t?._$litStatic$},Ht=t=>({_$li
|
|
|
456
456
|
|
|
457
457
|
.ft-button[disabled] {
|
|
458
458
|
filter: grayscale(1);
|
|
459
|
-
opacity: ${
|
|
459
|
+
opacity: ${wo.opacityDisabled};
|
|
460
460
|
}
|
|
461
461
|
|
|
462
462
|
.ft-button.ft-button--primary {
|
|
463
|
-
background-color: ${
|
|
464
|
-
--ft-button-internal-color: ${
|
|
465
|
-
${e.setVariable(V.color
|
|
463
|
+
background-color: ${No.backgroundColor};
|
|
464
|
+
--ft-button-internal-color: ${No.color};
|
|
465
|
+
${e.setVariable(V.color,No.rippleColor)};
|
|
466
466
|
}
|
|
467
467
|
|
|
468
468
|
.ft-button:focus {
|
|
@@ -475,7 +475,7 @@ const Ft=Symbol.for(""),Tt=t=>{if(t?.r===Ft)return t?._$litStatic$},Ht=t=>({_$li
|
|
|
475
475
|
white-space: nowrap;
|
|
476
476
|
text-overflow: ellipsis;
|
|
477
477
|
display: block;
|
|
478
|
-
margin: 0 ${
|
|
478
|
+
margin: 0 ${wo.iconPadding};
|
|
479
479
|
${e.setVariable(Ye.fontSize,"1em")};
|
|
480
480
|
${e.setVariable(Ye.lineHeight,"var(--ft-button-internal-line-height)")};
|
|
481
481
|
}
|
|
@@ -494,8 +494,8 @@ const Ft=Symbol.for(""),Tt=t=>{if(t?.r===Ft)return t?._$litStatic$},Ht=t=>({_$li
|
|
|
494
494
|
}
|
|
495
495
|
|
|
496
496
|
.ft-button--label[hidden] + ft-icon {
|
|
497
|
-
margin: 0 calc(${
|
|
498
|
-
padding: 0 ${
|
|
497
|
+
margin: 0 calc(${wo.horizontalPadding} * -1);
|
|
498
|
+
padding: 0 ${wo.verticalPadding};
|
|
499
499
|
}
|
|
500
500
|
|
|
501
501
|
.ft-button--dense .ft-button--label[hidden] + ft-icon {
|
|
@@ -509,10 +509,10 @@ const Ft=Symbol.for(""),Tt=t=>{if(t?.r===Ft)return t?._$litStatic$},Ht=t=>({_$li
|
|
|
509
509
|
}
|
|
510
510
|
|
|
511
511
|
ft-loader {
|
|
512
|
-
${e.setVariable(vo.size,
|
|
512
|
+
${e.setVariable(vo.size,wo.iconSize)};
|
|
513
513
|
${e.setVariable(vo.color,"var(--ft-button-internal-color)")};
|
|
514
514
|
}
|
|
515
|
-
`,e.noTextSelect],Ro=e.FtCssVariableFactory.create("--ft-tooltip-distance","","SIZE","4px"),Uo=e.FtCssVariableFactory.create("--ft-tooltip-color","","COLOR","#FFFFFF"),Lo=e.FtCssVariableFactory.create("--ft-tooltip-background-color","","COLOR","#666666"),Wo=e.FtCssVariableFactory.create("--ft-tooltip-z-index","","NUMBER","100"),zo=e.FtCssVariableFactory.external(e.designSystemVariables.borderRadiusS,"Design system"),Bo=e.FtCssVariableFactory.create("--ft-tooltip-max-width","","SIZE","150px"),
|
|
515
|
+
`,e.noTextSelect],Ro=e.FtCssVariableFactory.create("--ft-tooltip-distance","","SIZE","4px"),Uo=e.FtCssVariableFactory.create("--ft-tooltip-color","","COLOR","#FFFFFF"),Lo=e.FtCssVariableFactory.create("--ft-tooltip-background-color","","COLOR","#666666"),Wo=e.FtCssVariableFactory.create("--ft-tooltip-z-index","","NUMBER","100"),zo=e.FtCssVariableFactory.external(e.designSystemVariables.borderRadiusS,"Design system"),Bo=e.FtCssVariableFactory.create("--ft-tooltip-max-width","","SIZE","150px"),Ao=o.css`
|
|
516
516
|
.ft-tooltip--container {
|
|
517
517
|
display: block;
|
|
518
518
|
}
|
|
@@ -541,7 +541,7 @@ const Ft=Symbol.for(""),Tt=t=>{if(t?.r===Ft)return t?._$litStatic$},Ht=t=>({_$li
|
|
|
541
541
|
position: relative;
|
|
542
542
|
word-break: break-word;
|
|
543
543
|
}
|
|
544
|
-
`;var Do=function(t,e,o,i){for(var r,n=arguments.length,a=n<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,o):i,s=t.length-1;s>=0;s--)(r=t[s])&&(a=(n<3?r(a):n>3?r(e,o,a):r(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class Ao extends e.FtLitElement{constructor(){super(...arguments),this.text="",this.manual=!1,this.inline=!1,this.delay=500,this.position="bottom",this.visible=!1,this.validPositions=new Set(["top","bottom","left","right"]),this.hideDebounce=new e.Debouncer,this.revealDebouncer=new e.Debouncer}get validPosition(){return this.validPositions.has(this.position)?this.position:"bottom"}render(){return o.html`
|
|
544
|
+
`,Do=["start","end"],Ko=["top","right","bottom","left"].reduce(((t,e)=>t.concat(e,e+"-"+Do[0],e+"-"+Do[1])),[]),Fo=Math.min,Zo=Math.max,To=Math.round,Po=t=>({x:t,y:t}),Ho={left:"right",right:"left",bottom:"top",top:"bottom"},jo={start:"end",end:"start"};function Mo(t,e,o){return Zo(t,Fo(e,o))}function _o(t,e){return"function"==typeof t?t(e):t}function Go(t){return t.split("-")[0]}function Vo(t){return t.split("-")[1]}function qo(t){return"x"===t?"y":"x"}function Yo(t){return"y"===t?"height":"width"}function Qo(t){return["top","bottom"].includes(Go(t))?"y":"x"}function Xo(t){return qo(Qo(t))}function Jo(t){return t.replace(/left|right|bottom|top/g,(t=>Ho[t]))}function ti(t){return{...t,top:t.y,left:t.x,right:t.x+t.width,bottom:t.y+t.height}}function ei(t,e,o){let{reference:i,floating:r}=t;const n=Qo(e),a=Xo(e),s=Yo(a),l=Go(e),c="y"===n,h=i.x+i.width/2-r.width/2,f=i.y+i.height/2-r.height/2,p=i[s]/2-r[s]/2;let d;switch(l){case"top":d={x:h,y:i.y-r.height};break;case"bottom":d={x:h,y:i.y+i.height};break;case"right":d={x:i.x+i.width,y:f};break;case"left":d={x:i.x-r.width,y:f};break;default:d={x:i.x,y:i.y}}switch(Vo(e)){case"start":d[a]-=p*(o&&c?-1:1);break;case"end":d[a]+=p*(o&&c?-1:1)}return d}async function oi(t,e){var o;void 0===e&&(e={});const{x:i,y:r,platform:n,rects:a,elements:s,strategy:l}=t,{boundary:c="clippingAncestors",rootBoundary:h="viewport",elementContext:f="floating",altBoundary:p=!1,padding:d=0}=_o(e,t),u=function(t){return"number"!=typeof t?function(t){return{top:0,right:0,bottom:0,left:0,...t}}(t):{top:t,right:t,bottom:t,left:t}}(d),g=s[p?"floating"===f?"reference":"floating":f],y=ti(await n.getClippingRect({element:null==(o=await(null==n.isElement?void 0:n.isElement(g)))||o?g:g.contextElement||await(null==n.getDocumentElement?void 0:n.getDocumentElement(s.floating)),boundary:c,rootBoundary:h,strategy:l})),b="floating"===f?{...a.floating,x:i,y:r}:a.reference,m=await(null==n.getOffsetParent?void 0:n.getOffsetParent(s.floating)),v=await(null==n.isElement?void 0:n.isElement(m))&&await(null==n.getScale?void 0:n.getScale(m))||{x:1,y:1},x=ti(n.convertOffsetParentRelativeRectToViewportRelativeRect?await n.convertOffsetParentRelativeRectToViewportRelativeRect({rect:b,offsetParent:m,strategy:l}):b);return{top:(y.top-x.top+u.top)/v.y,bottom:(x.bottom-y.bottom+u.bottom)/v.y,left:(y.left-x.left+u.left)/v.x,right:(x.right-y.right+u.right)/v.x}}function ii(t,e,o){return(t?[...o.filter((e=>Vo(e)===t)),...o.filter((e=>Vo(e)!==t))]:o.filter((t=>Go(t)===t))).filter((o=>!t||(Vo(o)===t||!!e&&function(t){return t.replace(/start|end/g,(t=>jo[t]))}(o)!==o)))}const ri=function(t){return void 0===t&&(t={}),{name:"autoPlacement",options:t,async fn(e){var o,i,r;const{rects:n,middlewareData:a,placement:s,platform:l,elements:c}=e,{crossAxis:h=!1,alignment:f,allowedPlacements:p=Ko,autoAlignment:d=!0,...u}=_o(t,e),g=void 0!==f||p===Ko?ii(f||null,d,p):p,y=await oi(e,u),b=(null==(o=a.autoPlacement)?void 0:o.index)||0,m=g[b];if(null==m)return{};const v=function(t,e,o){void 0===o&&(o=!1);const i=Vo(t),r=Xo(t),n=Yo(r);let a="x"===r?i===(o?"end":"start")?"right":"left":"start"===i?"bottom":"top";return e.reference[n]>e.floating[n]&&(a=Jo(a)),[a,Jo(a)]}(m,n,await(null==l.isRTL?void 0:l.isRTL(c.floating)));if(s!==m)return{reset:{placement:g[0]}};const x=[y[Go(m)],y[v[0]],y[v[1]]],O=[...(null==(i=a.autoPlacement)?void 0:i.overflows)||[],{placement:m,overflows:x}],w=g[b+1];if(w)return{data:{index:b+1,overflows:O},reset:{placement:w}};const S=O.map((t=>{const e=Vo(t.placement);return[t.placement,e&&h?t.overflows.slice(0,2).reduce(((t,e)=>t+e),0):t.overflows[0],t.overflows]})).sort(((t,e)=>t[1]-e[1])),N=S.filter((t=>t[2].slice(0,Vo(t[0])?2:3).every((t=>t<=0)))),$=(null==(r=N[0])?void 0:r[0])||S[0][0];return $!==s?{data:{index:b+1,overflows:O},reset:{placement:$}}:{}}}};function ni(t){return li(t)?(t.nodeName||"").toLowerCase():"#document"}function ai(t){var e;return(null==t||null==(e=t.ownerDocument)?void 0:e.defaultView)||window}function si(t){var e;return null==(e=(li(t)?t.ownerDocument:t.document)||window.document)?void 0:e.documentElement}function li(t){return t instanceof Node||t instanceof ai(t).Node}function ci(t){return t instanceof Element||t instanceof ai(t).Element}function hi(t){return t instanceof HTMLElement||t instanceof ai(t).HTMLElement}function fi(t){return"undefined"!=typeof ShadowRoot&&(t instanceof ShadowRoot||t instanceof ai(t).ShadowRoot)}function pi(t){const{overflow:e,overflowX:o,overflowY:i,display:r}=bi(t);return/auto|scroll|overlay|hidden|clip/.test(e+i+o)&&!["inline","contents"].includes(r)}function di(t){return["table","td","th"].includes(ni(t))}function ui(t){const e=gi(),o=bi(t);return"none"!==o.transform||"none"!==o.perspective||!!o.containerType&&"normal"!==o.containerType||!e&&!!o.backdropFilter&&"none"!==o.backdropFilter||!e&&!!o.filter&&"none"!==o.filter||["transform","perspective","filter"].some((t=>(o.willChange||"").includes(t)))||["paint","layout","strict","content"].some((t=>(o.contain||"").includes(t)))}function gi(){return!("undefined"==typeof CSS||!CSS.supports)&&CSS.supports("-webkit-backdrop-filter","none")}function yi(t){return["html","body","#document"].includes(ni(t))}function bi(t){return ai(t).getComputedStyle(t)}function mi(t){return ci(t)?{scrollLeft:t.scrollLeft,scrollTop:t.scrollTop}:{scrollLeft:t.pageXOffset,scrollTop:t.pageYOffset}}function vi(t){if("html"===ni(t))return t;const e=t.assignedSlot||t.parentNode||fi(t)&&t.host||si(t);return fi(e)?e.host:e}function xi(t){const e=vi(t);return yi(e)?t.ownerDocument?t.ownerDocument.body:t.body:hi(e)&&pi(e)?e:xi(e)}function Oi(t,e,o){var i;void 0===e&&(e=[]),void 0===o&&(o=!0);const r=xi(t),n=r===(null==(i=t.ownerDocument)?void 0:i.body),a=ai(r);return n?e.concat(a,a.visualViewport||[],pi(r)?r:[],a.frameElement&&o?Oi(a.frameElement):[]):e.concat(r,Oi(r,[],o))}function wi(t){const e=bi(t);let o=parseFloat(e.width)||0,i=parseFloat(e.height)||0;const r=hi(t),n=r?t.offsetWidth:o,a=r?t.offsetHeight:i,s=To(o)!==n||To(i)!==a;return s&&(o=n,i=a),{width:o,height:i,$:s}}function Si(t){return ci(t)?t:t.contextElement}function Ni(t){const e=Si(t);if(!hi(e))return Po(1);const o=e.getBoundingClientRect(),{width:i,height:r,$:n}=wi(e);let a=(n?To(o.width):o.width)/i,s=(n?To(o.height):o.height)/r;return a&&Number.isFinite(a)||(a=1),s&&Number.isFinite(s)||(s=1),{x:a,y:s}}const $i=Po(0);function Ci(t){const e=ai(t);return gi()&&e.visualViewport?{x:e.visualViewport.offsetLeft,y:e.visualViewport.offsetTop}:$i}function ki(t,e,o,i){void 0===e&&(e=!1),void 0===o&&(o=!1);const r=t.getBoundingClientRect(),n=Si(t);let a=Po(1);e&&(i?ci(i)&&(a=Ni(i)):a=Ni(t));const s=function(t,e,o){return void 0===e&&(e=!1),!(!o||e&&o!==ai(t))&&e}(n,o,i)?Ci(n):Po(0);let l=(r.left+s.x)/a.x,c=(r.top+s.y)/a.y,h=r.width/a.x,f=r.height/a.y;if(n){const t=ai(n),e=i&&ci(i)?ai(i):i;let o=t.frameElement;for(;o&&i&&e!==t;){const t=Ni(o),e=o.getBoundingClientRect(),i=bi(o),r=e.left+(o.clientLeft+parseFloat(i.paddingLeft))*t.x,n=e.top+(o.clientTop+parseFloat(i.paddingTop))*t.y;l*=t.x,c*=t.y,h*=t.x,f*=t.y,l+=r,c+=n,o=ai(o).frameElement}}return ti({width:h,height:f,x:l,y:c})}function Ii(t){return ki(si(t)).left+mi(t).scrollLeft}function Ei(t,e,o){let i;if("viewport"===e)i=function(t,e){const o=ai(t),i=si(t),r=o.visualViewport;let n=i.clientWidth,a=i.clientHeight,s=0,l=0;if(r){n=r.width,a=r.height;const t=gi();(!t||t&&"fixed"===e)&&(s=r.offsetLeft,l=r.offsetTop)}return{width:n,height:a,x:s,y:l}}(t,o);else if("document"===e)i=function(t){const e=si(t),o=mi(t),i=t.ownerDocument.body,r=Zo(e.scrollWidth,e.clientWidth,i.scrollWidth,i.clientWidth),n=Zo(e.scrollHeight,e.clientHeight,i.scrollHeight,i.clientHeight);let a=-o.scrollLeft+Ii(t);const s=-o.scrollTop;return"rtl"===bi(i).direction&&(a+=Zo(e.clientWidth,i.clientWidth)-r),{width:r,height:n,x:a,y:s}}(si(t));else if(ci(e))i=function(t,e){const o=ki(t,!0,"fixed"===e),i=o.top+t.clientTop,r=o.left+t.clientLeft,n=hi(t)?Ni(t):Po(1);return{width:t.clientWidth*n.x,height:t.clientHeight*n.y,x:r*n.x,y:i*n.y}}(e,o);else{const o=Ci(t);i={...e,x:e.x-o.x,y:e.y-o.y}}return ti(i)}function Ri(t,e){const o=vi(t);return!(o===e||!ci(o)||yi(o))&&("fixed"===bi(o).position||Ri(o,e))}function Ui(t,e,o){const i=hi(e),r=si(e),n="fixed"===o,a=ki(t,!0,n,e);let s={scrollLeft:0,scrollTop:0};const l=Po(0);if(i||!i&&!n)if(("body"!==ni(e)||pi(r))&&(s=mi(e)),i){const t=ki(e,!0,n,e);l.x=t.x+e.clientLeft,l.y=t.y+e.clientTop}else r&&(l.x=Ii(r));return{x:a.left+s.scrollLeft-l.x,y:a.top+s.scrollTop-l.y,width:a.width,height:a.height}}function Li(t,e){return hi(t)&&"fixed"!==bi(t).position?e?e(t):t.offsetParent:null}function Wi(t,e){const o=ai(t);if(!hi(t))return o;let i=Li(t,e);for(;i&&di(i)&&"static"===bi(i).position;)i=Li(i,e);return i&&("html"===ni(i)||"body"===ni(i)&&"static"===bi(i).position&&!ui(i))?o:i||function(t){let e=vi(t);for(;hi(e)&&!yi(e);){if(ui(e))return e;e=vi(e)}return null}(t)||o}const zi={convertOffsetParentRelativeRectToViewportRelativeRect:function(t){let{rect:e,offsetParent:o,strategy:i}=t;const r=hi(o),n=si(o);if(o===n)return e;let a={scrollLeft:0,scrollTop:0},s=Po(1);const l=Po(0);if((r||!r&&"fixed"!==i)&&(("body"!==ni(o)||pi(n))&&(a=mi(o)),hi(o))){const t=ki(o);s=Ni(o),l.x=t.x+o.clientLeft,l.y=t.y+o.clientTop}return{width:e.width*s.x,height:e.height*s.y,x:e.x*s.x-a.scrollLeft*s.x+l.x,y:e.y*s.y-a.scrollTop*s.y+l.y}},getDocumentElement:si,getClippingRect:function(t){let{element:e,boundary:o,rootBoundary:i,strategy:r}=t;const n="clippingAncestors"===o?function(t,e){const o=e.get(t);if(o)return o;let i=Oi(t,[],!1).filter((t=>ci(t)&&"body"!==ni(t))),r=null;const n="fixed"===bi(t).position;let a=n?vi(t):t;for(;ci(a)&&!yi(a);){const e=bi(a),o=ui(a);o||"fixed"!==e.position||(r=null),(n?!o&&!r:!o&&"static"===e.position&&r&&["absolute","fixed"].includes(r.position)||pi(a)&&!o&&Ri(t,a))?i=i.filter((t=>t!==a)):r=e,a=vi(a)}return e.set(t,i),i}(e,this._c):[].concat(o),a=[...n,i],s=a[0],l=a.reduce(((t,o)=>{const i=Ei(e,o,r);return t.top=Zo(i.top,t.top),t.right=Fo(i.right,t.right),t.bottom=Fo(i.bottom,t.bottom),t.left=Zo(i.left,t.left),t}),Ei(e,s,r));return{width:l.right-l.left,height:l.bottom-l.top,x:l.left,y:l.top}},getOffsetParent:Wi,getElementRects:async function(t){let{reference:e,floating:o,strategy:i}=t;const r=this.getOffsetParent||Wi,n=this.getDimensions;return{reference:Ui(e,await r(o),i),floating:{x:0,y:0,...await n(o)}}},getClientRects:function(t){return Array.from(t.getClientRects())},getDimensions:function(t){return wi(t)},getScale:Ni,isElement:ci,isRTL:function(t){return"rtl"===bi(t).direction}},Bi=(t,e,o)=>{const i=new Map,r={platform:zi,...o},n={...r.platform,_c:i};return(async(t,e,o)=>{const{placement:i="bottom",strategy:r="absolute",middleware:n=[],platform:a}=o,s=n.filter(Boolean),l=await(null==a.isRTL?void 0:a.isRTL(e));let c=await a.getElementRects({reference:t,floating:e,strategy:r}),{x:h,y:f}=ei(c,i,l),p=i,d={},u=0;for(let o=0;o<s.length;o++){const{name:n,fn:g}=s[o],{x:y,y:b,data:m,reset:v}=await g({x:h,y:f,initialPlacement:i,placement:p,strategy:r,middlewareData:d,rects:c,platform:a,elements:{reference:t,floating:e}});h=null!=y?y:h,f=null!=b?b:f,d={...d,[n]:{...d[n],...m}},v&&u<=50&&(u++,"object"==typeof v&&(v.placement&&(p=v.placement),v.rects&&(c=!0===v.rects?await a.getElementRects({reference:t,floating:e,strategy:r}):v.rects),({x:h,y:f}=ei(c,p,l))),o=-1)}return{x:h,y:f,placement:p,strategy:r,middlewareData:d}})(t,e,{...r,platform:n})};var Ai=function(t,e,o,i){for(var r,n=arguments.length,a=n<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,o):i,s=t.length-1;s>=0;s--)(r=t[s])&&(a=(n<3?r(a):n>3?r(e,o,a):r(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class Di extends e.FtLitElement{constructor(){super(...arguments),this.text="",this.manual=!1,this.inline=!1,this.delay=500,this.position="bottom",this.visible=!1,this.validPositions=new Set(["top","bottom","left","right"]),this.hideDebounce=new e.Debouncer,this.revealDebouncer=new e.Debouncer}get validPosition(){return this.validPositions.has(this.position)?this.position:"bottom"}render(){return o.html`
|
|
545
545
|
<div part="container"
|
|
546
546
|
class="ft-tooltip--container ${this.inline?"ft-tooltip--inline":""}"
|
|
547
547
|
@mouseenter=${this.onHover}
|
|
@@ -559,14 +559,14 @@ const Ft=Symbol.for(""),Tt=t=>{if(t?.r===Ft)return t?._$litStatic$},Ht=t=>({_$li
|
|
|
559
559
|
</div>
|
|
560
560
|
</div>
|
|
561
561
|
</div>
|
|
562
|
-
`}updated(t){t.has("visible")&&this.visible&&this.resetTooltipContent(),super.updated(t)}contentAvailableCallback(t){super.contentAvailableCallback(t),["visible","text"].some((e=>t.has(e)))&&this.visible&&this.positionTooltip()}show(t){this.visible=!0,null!=t&&this.hideDebounce.run((()=>this.hide()),t)}hide(){this.visible=!1}toggle(){this.visible=!this.visible}get slottedElement(){var t;return(null!==(t=this.slotNodes)&&void 0!==t?t:[]).filter((t=>t.nodeType==Node.ELEMENT_NODE))[0]}resetTooltipContent(){if(this.tooltip&&this.tooltipContent){const t=this.tooltipContent.style;switch(t.transition="none",this.validPosition){case"top":t.top=this.tooltip.clientHeight+"px",t.left="0";break;case"bottom":t.top=-this.tooltip.clientHeight+"px",t.left="0";break;case"left":t.top="0",t.left=this.tooltip.clientWidth+"px";break;case"right":t.top="0",t.left=-this.tooltip.clientWidth+"px"}}}positionTooltip(){this.resetTooltipContent()
|
|
562
|
+
`}updated(t){t.has("visible")&&this.visible&&this.resetTooltipContent(),super.updated(t)}contentAvailableCallback(t){super.contentAvailableCallback(t),["visible","text"].some((e=>t.has(e)))&&this.visible&&this.positionTooltip()}show(t){this.visible=!0,null!=t&&this.hideDebounce.run((()=>this.hide()),t)}hide(){this.visible=!1}toggle(){this.visible=!this.visible}get slottedElement(){var t;return(null!==(t=this.slotNodes)&&void 0!==t?t:[]).filter((t=>t.nodeType==Node.ELEMENT_NODE))[0]}resetTooltipContent(){if(this.tooltip&&this.tooltipContent){const t=this.tooltipContent.style;switch(t.transition="none",this.validPosition){case"top":t.top=this.tooltip.clientHeight+"px",t.left="0";break;case"bottom":t.top=-this.tooltip.clientHeight+"px",t.left="0";break;case"left":t.top="0",t.left=this.tooltip.clientWidth+"px";break;case"right":t.top="0",t.left=-this.tooltip.clientWidth+"px"}}}positionTooltip(){var t;this.resetTooltipContent(),this.tooltip&&this.slottedElement&&(this.tooltip.style.left="",this.tooltip.style.top="",Bi(this.slottedElement,this.tooltip,{middleware:[(t={crossAxis:!0},void 0===t&&(t={}),{name:"shift",options:t,async fn(e){const{x:o,y:i,placement:r}=e,{mainAxis:n=!0,crossAxis:a=!1,limiter:s={fn:t=>{let{x:e,y:o}=t;return{x:e,y:o}}},...l}=_o(t,e),c={x:o,y:i},h=await oi(e,l),f=Qo(Go(r)),p=qo(f);let d=c[p],u=c[f];if(n){const t="y"===p?"bottom":"right";d=Mo(d+h["y"===p?"top":"left"],d,d-h[t])}if(a){const t="y"===f?"bottom":"right";u=Mo(u+h["y"===f?"top":"left"],u,u-h[t])}const g=s.fn({...e,[p]:d,[f]:u});return{...g,data:{x:g.x-o,y:g.y-i}}}}),ri({allowedPlacements:[this.position]})]}).then((({x:t,y:e})=>{this.tooltip&&(this.tooltip.style.left=`${t}px`,this.tooltip.style.top=`${e}px`)}))),this.revealDebouncer.run((()=>{this.tooltipContent&&(this.tooltipContent.style.transition="top var(--ft-transition-duration, 250ms), left var(--ft-transition-duration, 250ms)",this.tooltipContent.style.top="0",this.tooltipContent.style.left="0")}),this.manual?0:this.delay)}onTouch(){this.manual||(this.show(),setTimeout((()=>window.addEventListener("touchstart",(t=>{t.composedPath().includes(this.container)||this.onOut()}),{once:!0})),100))}onHover(){this.manual||this.show()}onOut(){this.manual||(this.revealDebouncer.cancel(),this.hide())}correctOutOfWindowPixels(t,e){return Math.max(t,Math.min(0,-e))}}Di.elementDefinitions={"ft-typography":po},Di.styles=Ao,Ai([r.property()],Di.prototype,"text",void 0),Ai([r.property({type:Boolean})],Di.prototype,"manual",void 0),Ai([r.property({type:Boolean})],Di.prototype,"inline",void 0),Ai([r.property({type:Number})],Di.prototype,"delay",void 0),Ai([r.property()],Di.prototype,"position",void 0),Ai([r.queryAssignedNodes()],Di.prototype,"slotNodes",void 0),Ai([r.query(".ft-tooltip--container")],Di.prototype,"container",void 0),Ai([r.query(".ft-tooltip")],Di.prototype,"tooltip",void 0),Ai([r.query(".ft-tooltip--content")],Di.prototype,"tooltipContent",void 0),Ai([r.state()],Di.prototype,"visible",void 0),Ai([r.eventOptions({passive:!0})],Di.prototype,"onTouch",null),Ai([r.eventOptions({passive:!0})],Di.prototype,"onHover",null),Ai([r.eventOptions({passive:!0})],Di.prototype,"onOut",null),e.customElement("ft-tooltip")(Di);class Ki extends e.FtLitElement{render(){return o.html`
|
|
563
563
|
<div class="ft-loader">
|
|
564
564
|
<div></div>
|
|
565
565
|
<div></div>
|
|
566
566
|
<div></div>
|
|
567
567
|
<div></div>
|
|
568
568
|
</div>
|
|
569
|
-
`}}
|
|
569
|
+
`}}Ki.styles=xo,e.customElement("ft-loader")(Ki);var Fi=function(t,e,o,i){for(var r,n=arguments.length,a=n<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,o):i,s=t.length-1;s>=0;s--)(r=t[s])&&(a=(n<3?r(a):n>3?r(e,o,a):r(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class Zi extends(e.toFtFormComponent(e.FtLitElement,"button")){constructor(){super(...arguments),this.role="button",this.type="button",this.disabled=!1,this.label="",this.icon=void 0,this.trailingIcon=!1,this.loading=!1,this.tooltipPosition="bottom",this.hideTooltip=!1,this.forceTooltip=!1,this.onclick=t=>{var e;this.isDisabled()?(t.preventDefault(),t.stopPropagation(),t.stopImmediatePropagation()):"submit"==this.type&&(null===(e=this.form)||void 0===e||e.requestSubmit())}}render(){return this.addTooltipIfNeeded(o.html`
|
|
570
570
|
<button part="button"
|
|
571
571
|
class="${n.classMap(this.buttonClasses)}"
|
|
572
572
|
aria-label="${this.getLabel()}"
|
|
@@ -589,7 +589,7 @@ const Ft=Symbol.for(""),Tt=t=>{if(t?.r===Ft)return t?._$litStatic$},Ht=t=>({_$li
|
|
|
589
589
|
</ft-tooltip>
|
|
590
590
|
`:t}resolveIcon(){return this.loading?o.html`
|
|
591
591
|
<ft-loader part="loader icon"></ft-loader> `:this.icon?o.html`
|
|
592
|
-
<ft-icon part="icon" .variant="${this.iconVariant}" .value="${this.icon}"></ft-icon> `:o.nothing}focus(){var t;null===(t=this.button)||void 0===t||t.focus()}getLabel(){return this.label||this.textContent}get textContent(){return this.unslotText(this.slottedContent).trim()}unslotText(t){return t instanceof HTMLSlotElement?t.assignedNodes().map((t=>this.unslotText(t))).join(""):(null==t?void 0:t.textContent)||""}hasTextContent(){return this.textContent.length>0}onSlotchange(){this.requestUpdate()}isDisabled(){return this.disabled||this.loading}}
|
|
592
|
+
<ft-icon part="icon" .variant="${this.iconVariant}" .value="${this.icon}"></ft-icon> `:o.nothing}focus(){var t;null===(t=this.button)||void 0===t||t.focus()}getLabel(){return this.label||this.textContent}get textContent(){return this.unslotText(this.slottedContent).trim()}unslotText(t){return t instanceof HTMLSlotElement?t.assignedNodes().map((t=>this.unslotText(t))).join(""):(null==t?void 0:t.textContent)||""}hasTextContent(){return this.textContent.length>0}onSlotchange(){this.requestUpdate()}isDisabled(){return this.disabled||this.loading}}Zi.elementDefinitions={"ft-ripple":it,"ft-tooltip":Di,"ft-typography":po,"ft-icon":mo,"ft-loader":Ki},Fi([r.property({type:String,reflect:!0})],Zi.prototype,"role",void 0),Fi([r.property()],Zi.prototype,"type",void 0),Fi([r.property({type:Boolean})],Zi.prototype,"disabled",void 0),Fi([r.property()],Zi.prototype,"label",void 0),Fi([r.property()],Zi.prototype,"icon",void 0),Fi([r.property()],Zi.prototype,"iconVariant",void 0),Fi([r.property({type:Boolean})],Zi.prototype,"trailingIcon",void 0),Fi([r.property({type:Boolean})],Zi.prototype,"loading",void 0),Fi([r.property()],Zi.prototype,"tooltipPosition",void 0),Fi([r.property({type:Boolean})],Zi.prototype,"hideTooltip",void 0),Fi([r.property({type:Boolean})],Zi.prototype,"forceTooltip",void 0),Fi([r.query(".ft-button")],Zi.prototype,"button",void 0),Fi([r.query(".ft-button--label slot")],Zi.prototype,"slottedContent",void 0);var Ti=function(t,e,o,i){for(var r,n=arguments.length,a=n<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,o):i,s=t.length-1;s>=0;s--)(r=t[s])&&(a=(n<3?r(a):n>3?r(e,o,a):r(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class Pi extends Zi{constructor(){super(...arguments),this.primary=!1,this.outlined=!1,this.dense=!1,this.round=!1}get buttonClasses(){return{"ft-button":!0,"ft-button--primary":this.primary,"ft-button--outlined":this.outlined,"ft-button--dense":this.dense,"ft-button--round":this.round,"ft-button--trailing-icon":this.trailingIcon,"ft-button--loading":this.trailingIcon,"ft-no-text-select":!0}}get typographyVariant(){return"button"}}Pi.styles=[e.safariEllipsisFix,Eo],Ti([r.property({type:Boolean})],Pi.prototype,"primary",void 0),Ti([r.property({type:Boolean})],Pi.prototype,"outlined",void 0),Ti([r.property({type:Boolean})],Pi.prototype,"dense",void 0),Ti([r.property({type:Boolean})],Pi.prototype,"round",void 0);const Hi=[o.css`
|
|
593
593
|
:host {
|
|
594
594
|
display: inline-block;
|
|
595
595
|
max-width: 100%;
|
|
@@ -807,7 +807,7 @@ const Ft=Symbol.for(""),Tt=t=>{if(t?.r===Ft)return t?._$litStatic$},Ht=t=>({_$li
|
|
|
807
807
|
width: ${Qt.smallIconOnlyWidth};
|
|
808
808
|
padding: unset;
|
|
809
809
|
}
|
|
810
|
-
`,e.noTextSelect];var
|
|
810
|
+
`,e.noTextSelect];var ji=function(t,e,o,i){for(var r,n=arguments.length,a=n<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,o):i,s=t.length-1;s>=0;s--)(r=t[s])&&(a=(n<3?r(a):n>3?r(e,o,a):r(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class Mi extends Zi{constructor(){super(...arguments),this.primary=!1,this.secondary=!1,this.tertiary=!1,this.neutral=!1,this.small=!1}get buttonClasses(){return{"ft-button":!0,"ft-button--primary":this.primary,"ft-button--secondary":this.secondary,"ft-button--tertiary":this.tertiary||!this.primary&&!this.secondary&&!this.neutral,"ft-button--neutral":this.neutral,"ft-button--large":!this.small,"ft-button--small":this.small,"ft-button--icon-only":!this.hasTextContent(),"ft-button--trailing-icon":this.trailingIcon,"ft-button--loading":this.trailingIcon,"ft-no-text-select":!0,"ft-button--no-icon":!this.icon}}get typographyVariant(){return this.small?Mt.caption1medium:Mt.body2medium}}Mi.styles=[e.safariEllipsisFix,Hi],ji([r.property({type:Boolean})],Mi.prototype,"primary",void 0),ji([r.property({type:Boolean})],Mi.prototype,"secondary",void 0),ji([r.property({type:Boolean})],Mi.prototype,"tertiary",void 0),ji([r.property({type:Boolean})],Mi.prototype,"neutral",void 0),ji([r.property({type:Boolean})],Mi.prototype,"small",void 0),e.customElement("ft-button")(Pi),e.customElement("ftds-button")(Mi);const _i=e.FtCssVariableFactory.extend("--ft-chip-color","",e.designSystemVariables.colorOnSurface),Gi={backgroundColor:e.FtCssVariableFactory.extend("--ft-chip-background-color","",e.designSystemVariables.colorSurface),color:_i,fontSize:e.FtCssVariableFactory.extend("--ft-chip-font-size","",Ue.fontSize),iconSize:e.FtCssVariableFactory.create("--ft-chip-icon-size","","SIZE","18px"),rippleColor:e.FtCssVariableFactory.extend("--ft-chip-ripple-color","",_i),horizontalPadding:e.FtCssVariableFactory.create("--ft-chip-horizontal-padding","","SIZE","6px"),verticalPadding:e.FtCssVariableFactory.create("--ft-chip-vertical-padding","","SIZE","6px"),colorOutline:e.FtCssVariableFactory.external(e.designSystemVariables.colorOutline,"Design system"),opacityDisabled:e.FtCssVariableFactory.external(e.designSystemVariables.colorOpacityDisabled,"Design system")},Vi=e.FtCssVariableFactory.extend("--ft-chip-highlighted-color","",e.FtCssVariableFactory.extend("--ft-chip-color","",e.designSystemVariables.colorOnPrimary)),qi={backgroundColor:e.FtCssVariableFactory.extend("--ft-chip-highlighted-background-color","",e.FtCssVariableFactory.extend("--ft-chip-background-color","",e.designSystemVariables.colorPrimary)),color:Vi,rippleColor:e.FtCssVariableFactory.extend("--ft-chip-highlighted-ripple-color","",Vi)},Yi=e.FtCssVariableFactory.create("--ft-chip-dense-horizontal-padding","","SIZE","4px"),Qi=e.FtCssVariableFactory.create("--ft-chip-dense-vertical-padding","","SIZE","4px"),Xi=[e.noTextSelect,o.css`
|
|
811
811
|
:host {
|
|
812
812
|
display: inline-block;
|
|
813
813
|
max-width: 100%;
|
|
@@ -823,20 +823,20 @@ const Ft=Symbol.for(""),Tt=t=>{if(t?.r===Ft)return t?._$litStatic$},Ht=t=>({_$li
|
|
|
823
823
|
box-sizing: border-box;
|
|
824
824
|
pointer-events: auto;
|
|
825
825
|
|
|
826
|
-
--ft-chip-internal-font-size: ${
|
|
826
|
+
--ft-chip-internal-font-size: ${Gi.fontSize};
|
|
827
827
|
--ft-chip-internal-line-height: max(20px, calc(var(--ft-chip-internal-font-size) + 2px));
|
|
828
|
-
${e.setVariable(uo.size,
|
|
829
|
-
--ft-chip-internal-vertical-padding: ${
|
|
830
|
-
--ft-chip-internal-horizontal-padding: ${
|
|
828
|
+
${e.setVariable(uo.size,Gi.iconSize)};
|
|
829
|
+
--ft-chip-internal-vertical-padding: ${Gi.verticalPadding};
|
|
830
|
+
--ft-chip-internal-horizontal-padding: ${Gi.horizontalPadding};
|
|
831
831
|
--ft-chip-internal-icon-padding: 3px;
|
|
832
|
-
--ft-chip-internal-content-height: max(var(--ft-chip-internal-line-height), ${
|
|
832
|
+
--ft-chip-internal-content-height: max(var(--ft-chip-internal-line-height), ${Gi.iconSize});
|
|
833
833
|
|
|
834
|
-
border: 1px solid ${
|
|
835
|
-
color: ${
|
|
836
|
-
${e.setVariable(V.color,
|
|
834
|
+
border: 1px solid ${Gi.colorOutline};
|
|
835
|
+
color: ${Gi.color};
|
|
836
|
+
${e.setVariable(V.color,Gi.rippleColor)};
|
|
837
837
|
border-radius: calc(var(--ft-chip-internal-content-height) / 2 + var(--ft-chip-internal-vertical-padding));
|
|
838
838
|
padding: calc(var(--ft-chip-internal-vertical-padding) - 1px) calc(var(--ft-chip-internal-horizontal-padding) - 1px);
|
|
839
|
-
background-color: ${
|
|
839
|
+
background-color: ${Gi.backgroundColor};
|
|
840
840
|
line-height: var(--ft-chip-internal-content-height);
|
|
841
841
|
}
|
|
842
842
|
|
|
@@ -846,8 +846,8 @@ const Ft=Symbol.for(""),Tt=t=>{if(t?.r===Ft)return t?._$litStatic$},Ht=t=>({_$li
|
|
|
846
846
|
|
|
847
847
|
.ft-chip--dense {
|
|
848
848
|
--ft-chip-internal-icon-padding: 3px;
|
|
849
|
-
--ft-chip-internal-vertical-padding: ${
|
|
850
|
-
--ft-chip-internal-horizontal-padding: ${
|
|
849
|
+
--ft-chip-internal-vertical-padding: ${Qi};
|
|
850
|
+
--ft-chip-internal-horizontal-padding: ${Yi};
|
|
851
851
|
--ft-chip-internal-line-height: max(16px, calc(var(--ft-chip-internal-font-size) + 2px));
|
|
852
852
|
}
|
|
853
853
|
|
|
@@ -859,15 +859,15 @@ const Ft=Symbol.for(""),Tt=t=>{if(t?.r===Ft)return t?._$litStatic$},Ht=t=>({_$li
|
|
|
859
859
|
cursor: default;
|
|
860
860
|
pointer-events: none;
|
|
861
861
|
filter: grayscale(1);
|
|
862
|
-
opacity: ${
|
|
862
|
+
opacity: ${Gi.opacityDisabled};
|
|
863
863
|
}
|
|
864
864
|
|
|
865
865
|
.ft-chip--highlighted {
|
|
866
866
|
border: none;
|
|
867
867
|
padding: var(--ft-chip-internal-vertical-padding) var(--ft-chip-internal-horizontal-padding);
|
|
868
|
-
background-color: ${
|
|
869
|
-
${e.setVariable(V.color,
|
|
870
|
-
color: ${
|
|
868
|
+
background-color: ${qi.backgroundColor};
|
|
869
|
+
${e.setVariable(V.color,qi.rippleColor)};
|
|
870
|
+
color: ${qi.color};
|
|
871
871
|
}
|
|
872
872
|
|
|
873
873
|
.ft-chip--clickable {
|
|
@@ -897,9 +897,9 @@ const Ft=Symbol.for(""),Tt=t=>{if(t?.r===Ft)return t?._$litStatic$},Ht=t=>({_$li
|
|
|
897
897
|
}
|
|
898
898
|
|
|
899
899
|
.ft-chip--icon-button {
|
|
900
|
-
${e.setVariable(
|
|
901
|
-
${e.setVariable(
|
|
902
|
-
${e.setVariable(
|
|
900
|
+
${e.setVariable(wo.iconSize,Gi.iconSize)};
|
|
901
|
+
${e.setVariable(wo.horizontalPadding,"var(--ft-chip-internal-icon-padding)")};
|
|
902
|
+
${e.setVariable(wo.verticalPadding,"var(--ft-chip-internal-icon-padding)")};
|
|
903
903
|
margin: calc((-1) * var(--ft-chip-internal-icon-padding));
|
|
904
904
|
}
|
|
905
905
|
|
|
@@ -944,7 +944,7 @@ const Ft=Symbol.for(""),Tt=t=>{if(t?.r===Ft)return t?._$litStatic$},Ht=t=>({_$li
|
|
|
944
944
|
.ft-chip:not(.ft-chip--trailing-icon) .ft-chip--icon-button {
|
|
945
945
|
order: -1;
|
|
946
946
|
}
|
|
947
|
-
`];var
|
|
947
|
+
`];var Ji=function(t,e,o,i){for(var r,n=arguments.length,a=n<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,o):i,s=t.length-1;s>=0;s--)(r=t[s])&&(a=(n<3?r(a):n>3?r(e,o,a):r(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class tr extends CustomEvent{constructor(){super("icon-click")}}class er extends e.FtLitElement{constructor(){super(...arguments),this.highlighted=!1,this.removable=!1,this.disabled=!1,this.clickable=!1,this.iconClickable=!1,this.dense=!1,this.multiLine=!1,this.label="",this.iconLabel="",this.icon=void 0,this.trailingIcon=!1}render(){const t={"ft-chip":!0,"ft-chip--highlighted":this.highlighted,"ft-chip--disabled":this.disabled,"ft-chip--clickable":this.interactionsOnChip,"ft-chip--trailing-icon":this.trailingIcon||this.removable,"ft-chip--no-content":!this.hasTextContent(),"ft-chip--dense":this.dense,"ft-chip--multi-line":this.multiLine,"ft-chip--safari-fix":e.isSafari};return o.html`
|
|
948
948
|
<div class="${n.classMap(t)}"
|
|
949
949
|
aria-label="${this.getLabel()}"
|
|
950
950
|
tabindex="${this.interactionsOnChip?0:-1}"
|
|
@@ -967,23 +967,23 @@ const Ft=Symbol.for(""),Tt=t=>{if(t?.r===Ft)return t?._$litStatic$},Ht=t=>({_$li
|
|
|
967
967
|
<div class="ft-chip--icon-container ft-no-text-select">
|
|
968
968
|
<ft-icon .variant=${this.iconVariant} .value="${this.internalIcon}"></ft-icon>
|
|
969
969
|
</div>
|
|
970
|
-
`}onKeyUp(t){this.interactionsOnChip&&["Enter"," "].includes(t.key)&&t.target.click()}onIconKeyUp(t){this.interactionsOnIcon&&["Enter"," "].includes(t.key)&&(t.stopPropagation(),this.dispatchEvent(new
|
|
971
|
-
`;var
|
|
970
|
+
`}onKeyUp(t){this.interactionsOnChip&&["Enter"," "].includes(t.key)&&t.target.click()}onIconKeyUp(t){this.interactionsOnIcon&&["Enter"," "].includes(t.key)&&(t.stopPropagation(),this.dispatchEvent(new tr))}onIconClick(t){this.interactionsOnIcon&&(t.stopPropagation(),this.dispatchEvent(new tr))}getLabel(){return this.label||this.textContent}get textContent(){var t,e;return null!==(e=null===(t=this.slottedContent)||void 0===t?void 0:t.assignedNodes().map((t=>t.textContent)).join("").trim())&&void 0!==e?e:""}hasTextContent(){return this.textContent.length>0}onSlotchange(){this.requestUpdate()}get internalIcon(){return this.icon||(this.removable?"close":void 0)}}er.elementDefinitions={"ft-ripple":it,"ft-typography":po,"ft-icon":mo,"ft-button":Pi},er.styles=Xi,Ji([r.property({type:Boolean})],er.prototype,"highlighted",void 0),Ji([r.property({type:Boolean})],er.prototype,"removable",void 0),Ji([r.property({type:Boolean})],er.prototype,"disabled",void 0),Ji([r.property({type:Boolean})],er.prototype,"clickable",void 0),Ji([r.property({type:Boolean})],er.prototype,"iconClickable",void 0),Ji([r.property({type:Boolean})],er.prototype,"dense",void 0),Ji([r.property({type:Boolean})],er.prototype,"multiLine",void 0),Ji([r.property()],er.prototype,"label",void 0),Ji([r.property()],er.prototype,"iconLabel",void 0),Ji([r.property()],er.prototype,"icon",void 0),Ji([r.property()],er.prototype,"iconVariant",void 0),Ji([r.property({type:Boolean})],er.prototype,"trailingIcon",void 0),Ji([r.query("ft-typography slot")],er.prototype,"slottedContent",void 0),e.customElement("ft-chip")(er);const or=o.css`
|
|
971
|
+
`;var ir=function(t,e,o,i){for(var r,n=arguments.length,a=n<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,o):i,s=t.length-1;s>=0;s--)(r=t[s])&&(a=(n<3?r(a):n>3?r(e,o,a):r(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};const rr=Symbol("i18nProperties"),nr=Symbol("i18nUnsubs");function ar(t){var e;class o extends t{constructor(){super(...arguments),this.useCustomMessageContexts=!1,this[e]=new Map}get i18nService(){return this.useCustomMessageContexts?U:R}i18n(t,e,...o){var i;if("string"==typeof t)return this.i18nService.resolveMessage(t,e,...o);const r=null!==(i=t.args)&&void 0!==i?i:t.argsProvider?t.argsProvider(this):[];return this.i18nService.resolveMessage(t.context,t.key,...r)}onI18nUpdate(t){var e;null===(e=this[rr])||void 0===e||e.forEach(((e,o)=>{e.context.toLowerCase()===t.toLowerCase()&&(this[o]=this.i18n(e))})),setTimeout((()=>this.requestUpdate()),0)}update(t){var e;super.update(t),null===(e=this[rr])||void 0===e||e.forEach(((t,e)=>{null!=t.argsProvider&&(this[e]=this.i18n(t))}))}connectedCallback(){super.connectedCallback(),null!=this[rr]&&new Set([...this[rr].values()].map((t=>t.context))).forEach((t=>this.addI18nMessages(t)))}addI18nMessages(t,e){t=t.toLowerCase(),this[nr].has(t)||this[nr].set(t,this.i18nService.subscribe(t,(()=>this.onI18nUpdate(t)))),this.i18nService.prepareContext(t,null!=e?e:{})}addI18nContext(t,e){this.addI18nMessages(t.name,e)}disconnectedCallback(){super.disconnectedCallback(),this[nr].forEach((t=>t())),this[nr].clear()}}return e=nr,ir([r.property({type:Boolean})],o.prototype,"useCustomMessageContexts",void 0),o}class sr extends(ar(e.FtLitElement)){}class lr extends(ar(e.FtLitElementRedux)){}var cr=function(t,e,o,i){for(var r,n=arguments.length,a=n<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,o):i,s=t.length-1;s>=0;s--)(r=t[s])&&(a=(n<3?r(a):n>3?r(e,o,a):r(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class hr extends lr{constructor(){super(),this.editorMode=!1,this.addStore($)}render(){return this.key&&this.context?o.html`
|
|
972
972
|
<span class="ft-i18n">
|
|
973
973
|
${this.i18n(this.context,this.key,...Array.isArray(this.args)?this.args:[])}
|
|
974
974
|
</span>
|
|
975
|
-
`:this.editorMode?"Select a context and a label key.":o.nothing}update(t){super.update(t),this.context&&this.key&&this.
|
|
976
|
-
`;var
|
|
975
|
+
`:this.editorMode?"Select a context and a label key.":o.nothing}update(t){var e;super.update(t),this.context&&this.key&&this.addI18nMessages(this.context,{[this.key]:null!==(e=this.defaultMessage)&&void 0!==e?e:""})}}hr.elementDefinitions={},hr.styles=or,cr([e.redux()],hr.prototype,"editorMode",void 0),cr([r.property()],hr.prototype,"context",void 0),cr([r.property()],hr.prototype,"key",void 0),cr([e.jsonProperty([])],hr.prototype,"args",void 0),cr([r.property()],hr.prototype,"defaultMessage",void 0);class fr{static build(t){return new fr(t)}static fromGwt(t){return new fr(t)}constructor(t){this.name=t,this.properties=new Proxy({},{get:(t,e)=>{const o=e;return t=>({context:this.name,key:o,args:"function"==typeof t?void 0:t,argsProvider:"function"==typeof t?t:void 0})}}),this.messages=new Proxy({},{get:(t,e)=>(...t)=>R.resolveMessage(this.name,e,...t)})}}e.customElement("ft-i18n")(hr);const pr=o.css`
|
|
976
|
+
`;var dr=function(t,e,o,i){for(var r,n=arguments.length,a=n<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,o):i,s=t.length-1;s>=0;s--)(r=t[s])&&(a=(n<3?r(a):n>3?r(e,o,a):r(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class ur extends CustomEvent{constructor(t){super("ft-search-load-error",{detail:t})}}class gr extends CustomEvent{constructor(t){super("ft-search-request-change",{detail:t})}}class yr extends CustomEvent{constructor(t,e,o){super("ft-search-results-change",{detail:{request:t,paging:e,spellcheck:o}})}}class br extends e.FtLitElementRedux{get stateManager(){return null==this._stateManager&&(this._stateManager=P.build(this.id||(""+Math.round(999e3*Math.random())).padStart(6,"0")),this._stateManager.errorHandler=t=>this.handleLoadError(t),this.addStore(this.stateManager.store,"search")),this._stateManager}constructor(){super(),this.query="",this.pageSize=20,this.searchInDocumentTitlesOnly=!1,this.ignoreEmptyQuery=!1,this.filters=[],this.sort=[],this.addStore($)}render(){return o.html`
|
|
977
977
|
<slot @register-ft-search-component=${this.registerComponent}></slot>
|
|
978
|
-
`}update(t){super.update(t),t.has("query")&&void 0!==this.query&&this.stateManager.setQuery(this.query),t.has("contentLocale")&&void 0!==this.contentLocale&&this.stateManager.setContentLocale(this.contentLocale),t.has("session")&&this.session&&this.stateManager.initService(),t.has("filters")&&void 0!==this.filters&&this.stateManager.setFilters(this.filters),t.has("sort")&&void 0!==this.sort&&this.stateManager.setSort(this.sort),t.has("pageSize")&&void 0!==this.pageSize&&this.stateManager.setPageSize(this.pageSize),t.has("searchInDocumentTitlesOnly")&&void 0!==this.searchInDocumentTitlesOnly&&this.stateManager.setSearchInDocumentTitlesOnly(this.searchInDocumentTitlesOnly),t.has("scope")&&void 0!==this.scope&&this.stateManager.setScope(this.scope),t.has("ignoreEmptyQuery")&&void 0!==this.ignoreEmptyQuery&&this.stateManager.setIgnoreEmptyQuery(this.ignoreEmptyQuery)}connectedCallback(){super.connectedCallback(),this.stateManager.setQuery(this.query),this.stateManager.setContentLocale(this.contentLocale),this.stateManager.setFilters(this.filters),this.stateManager.setPageSize(this.pageSize),this.stateManager.setSort(this.sort)}contentAvailableCallback(t){super.contentAvailableCallback(t),t.has("request")&&this.request&&this.dispatchEvent(new
|
|
979
|
-
`,
|
|
978
|
+
`}update(t){super.update(t),t.has("query")&&void 0!==this.query&&this.stateManager.setQuery(this.query),t.has("contentLocale")&&void 0!==this.contentLocale&&this.stateManager.setContentLocale(this.contentLocale),t.has("session")&&this.session&&this.stateManager.initService(),t.has("filters")&&void 0!==this.filters&&this.stateManager.setFilters(this.filters),t.has("sort")&&void 0!==this.sort&&this.stateManager.setSort(this.sort),t.has("pageSize")&&void 0!==this.pageSize&&this.stateManager.setPageSize(this.pageSize),t.has("searchInDocumentTitlesOnly")&&void 0!==this.searchInDocumentTitlesOnly&&this.stateManager.setSearchInDocumentTitlesOnly(this.searchInDocumentTitlesOnly),t.has("scope")&&void 0!==this.scope&&this.stateManager.setScope(this.scope),t.has("ignoreEmptyQuery")&&void 0!==this.ignoreEmptyQuery&&this.stateManager.setIgnoreEmptyQuery(this.ignoreEmptyQuery)}connectedCallback(){super.connectedCallback(),this.stateManager.setQuery(this.query),this.stateManager.setContentLocale(this.contentLocale),this.stateManager.setFilters(this.filters),this.stateManager.setPageSize(this.pageSize),this.stateManager.setSort(this.sort)}contentAvailableCallback(t){super.contentAvailableCallback(t),t.has("request")&&this.request&&this.dispatchEvent(new gr(this.request)),t.has("paging")&&void 0!==this.paging&&this.dispatchEvent(new yr(this.request,this.paging,this.autocorrect))}registerComponent(t){t.stopPropagation();const e=t.composedPath()[0];this.register(e)}register(t){t.setSearchStateManager(this.stateManager)}handleLoadError(t){this.dispatchEvent(new ur(t))}reloadSavedSearches(){K.clearMySearches()}clear(){this.stateManager.clear()}}br.elementDefinitions={},br.styles=pr,dr([r.property()],br.prototype,"query",void 0),dr([r.property()],br.prototype,"contentLocale",void 0),dr([r.property({type:Number})],br.prototype,"pageSize",void 0),dr([r.property({type:Boolean})],br.prototype,"searchInDocumentTitlesOnly",void 0),dr([r.property()],br.prototype,"scope",void 0),dr([r.property({type:Boolean})],br.prototype,"ignoreEmptyQuery",void 0),dr([e.jsonProperty([])],br.prototype,"filters",void 0),dr([e.jsonProperty([])],br.prototype,"sort",void 0),dr([e.redux({store:"search"})],br.prototype,"request",void 0),dr([e.redux({store:"search"})],br.prototype,"paging",void 0),dr([e.redux({store:"search",selector:t=>t.spellcheck})],br.prototype,"autocorrect",void 0),dr([e.redux({store:$.name})],br.prototype,"session",void 0),e.customElement("ft-search-context")(br);const mr=o.css`
|
|
979
|
+
`,vr=e.FtCssVariableFactory.extend("--ft-checkbox-text-color","",e.designSystemVariables.colorOnSurfaceHigh),xr=e.FtCssVariableFactory.external(e.designSystemVariables.colorPrimary,"Design system"),Or=e.FtCssVariableFactory.external(e.designSystemVariables.colorOnPrimary,"Design system"),wr=e.FtCssVariableFactory.extend("--ft-checkbox-border-color","",e.designSystemVariables.colorOnSurfaceMedium),Sr=e.FtCssVariableFactory.external(e.designSystemVariables.colorOnSurfaceDisabled,"Design system"),Nr=o.css`
|
|
980
980
|
* {
|
|
981
981
|
box-sizing: border-box;
|
|
982
982
|
}
|
|
983
983
|
|
|
984
984
|
.ft-checkbox {
|
|
985
985
|
box-sizing: border-box;
|
|
986
|
-
color: ${
|
|
986
|
+
color: ${vr};
|
|
987
987
|
|
|
988
988
|
display: inline-flex;
|
|
989
989
|
align-items: center;
|
|
@@ -991,7 +991,7 @@ const Ft=Symbol.for(""),Tt=t=>{if(t?.r===Ft)return t?._$litStatic$},Ht=t=>({_$li
|
|
|
991
991
|
}
|
|
992
992
|
|
|
993
993
|
.ft-checkbox--disabled {
|
|
994
|
-
color: ${
|
|
994
|
+
color: ${Sr};
|
|
995
995
|
}
|
|
996
996
|
|
|
997
997
|
input {
|
|
@@ -1015,26 +1015,26 @@ const Ft=Symbol.for(""),Tt=t=>{if(t?.r===Ft)return t?._$litStatic$},Ht=t=>({_$li
|
|
|
1015
1015
|
|
|
1016
1016
|
.ft-checkbox--box {
|
|
1017
1017
|
display: flex;
|
|
1018
|
-
border: 2px solid ${
|
|
1018
|
+
border: 2px solid ${wr};
|
|
1019
1019
|
border-radius: 2px;
|
|
1020
1020
|
|
|
1021
1021
|
width: 18px;
|
|
1022
1022
|
height: 18px;
|
|
1023
1023
|
|
|
1024
|
-
color: ${
|
|
1024
|
+
color: ${Or};
|
|
1025
1025
|
}
|
|
1026
1026
|
|
|
1027
1027
|
|
|
1028
1028
|
.ft-checkbox--checked .ft-checkbox--box,
|
|
1029
1029
|
.ft-checkbox--indeterminate .ft-checkbox--box {
|
|
1030
|
-
border-color: ${
|
|
1031
|
-
background-color: ${
|
|
1030
|
+
border-color: ${xr};
|
|
1031
|
+
background-color: ${xr};
|
|
1032
1032
|
}
|
|
1033
1033
|
|
|
1034
1034
|
.ft-checkbox--disabled .ft-checkbox--box {
|
|
1035
|
-
border-color: ${
|
|
1035
|
+
border-color: ${Sr};
|
|
1036
1036
|
background-color: transparent;
|
|
1037
|
-
color: ${
|
|
1037
|
+
color: ${Sr};
|
|
1038
1038
|
}
|
|
1039
1039
|
|
|
1040
1040
|
.ft-checkbox--checkmark {
|
|
@@ -1053,7 +1053,7 @@ const Ft=Symbol.for(""),Tt=t=>{if(t?.r===Ft)return t?._$litStatic$},Ht=t=>({_$li
|
|
|
1053
1053
|
.ft-checkbox--indeterminate .ft-checkbox--checkmark {
|
|
1054
1054
|
opacity: 1;
|
|
1055
1055
|
}
|
|
1056
|
-
`;var
|
|
1056
|
+
`;var $r=function(t,e,o,i){for(var r,n=arguments.length,a=n<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,o):i,s=t.length-1;s>=0;s--)(r=t[s])&&(a=(n<3?r(a):n>3?r(e,o,a):r(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class Cr extends e.FtLitElement{constructor(){super(...arguments),this.name="",this.checked=!1,this.indeterminate=!1,this.disabled=!1}render(){const t={"ft-checkbox":!0,"ft-checkbox--checked":this.checked,"ft-checkbox--indeterminate":this.indeterminate,"ft-checkbox--disabled":this.disabled};return o.html`
|
|
1057
1057
|
<label class="${n.classMap(t)}" for="checkbox-input">
|
|
1058
1058
|
<div class="ft-checkbox--box-container">
|
|
1059
1059
|
<ft-ripple
|
|
@@ -1079,14 +1079,14 @@ const Ft=Symbol.for(""),Tt=t=>{if(t?.r===Ft)return t?._$litStatic$},Ht=t=>({_$li
|
|
|
1079
1079
|
<slot></slot>
|
|
1080
1080
|
</ft-typography>
|
|
1081
1081
|
</label>
|
|
1082
|
-
`}onChange(t){t.stopPropagation(),this.checked=t.target.checked,this.indeterminate=!1,this.dispatchEvent(new CustomEvent("change",{detail:this.checked}))}contentAvailableCallback(t){var e;super.contentAvailableCallback(t),null===(e=this.ripple)||void 0===e||e.setupFor(this.container)}}
|
|
1082
|
+
`}onChange(t){t.stopPropagation(),this.checked=t.target.checked,this.indeterminate=!1,this.dispatchEvent(new CustomEvent("change",{detail:this.checked}))}contentAvailableCallback(t){var e;super.contentAvailableCallback(t),null===(e=this.ripple)||void 0===e||e.setupFor(this.container)}}Cr.elementDefinitions={"ft-ripple":it,"ft-typography":po},Cr.styles=Nr,$r([r.property()],Cr.prototype,"name",void 0),$r([r.property({type:Boolean,reflect:!0})],Cr.prototype,"checked",void 0),$r([r.property({type:Boolean})],Cr.prototype,"indeterminate",void 0),$r([r.property({type:Boolean})],Cr.prototype,"disabled",void 0),$r([r.query(".ft-checkbox")],Cr.prototype,"container",void 0),$r([r.query("ft-ripple")],Cr.prototype,"ripple",void 0),e.customElement("ft-checkbox")(Cr);const kr=e.FtCssVariableFactory.extend("--ft-radio-text-color","",e.designSystemVariables.colorOnSurfaceHigh),Ir=e.FtCssVariableFactory.external(e.designSystemVariables.colorPrimary,"Design system"),Er=(e.FtCssVariableFactory.external(e.designSystemVariables.colorOnPrimary,"Design system"),e.FtCssVariableFactory.extend("--ft-radio-border-color","",e.designSystemVariables.colorOnSurfaceMedium)),Rr=e.FtCssVariableFactory.external(e.designSystemVariables.colorOnSurfaceDisabled,"Design system"),Ur=o.css`
|
|
1083
1083
|
* {
|
|
1084
1084
|
box-sizing: border-box;
|
|
1085
1085
|
}
|
|
1086
1086
|
|
|
1087
1087
|
.ft-radio {
|
|
1088
1088
|
box-sizing: border-box;
|
|
1089
|
-
color: ${
|
|
1089
|
+
color: ${kr};
|
|
1090
1090
|
|
|
1091
1091
|
display: inline-flex;
|
|
1092
1092
|
align-items: center;
|
|
@@ -1094,7 +1094,7 @@ const Ft=Symbol.for(""),Tt=t=>{if(t?.r===Ft)return t?._$litStatic$},Ht=t=>({_$li
|
|
|
1094
1094
|
}
|
|
1095
1095
|
|
|
1096
1096
|
.ft-radio--disabled {
|
|
1097
|
-
color: ${
|
|
1097
|
+
color: ${Rr};
|
|
1098
1098
|
}
|
|
1099
1099
|
|
|
1100
1100
|
input {
|
|
@@ -1117,7 +1117,7 @@ const Ft=Symbol.for(""),Tt=t=>{if(t?.r===Ft)return t?._$litStatic$},Ht=t=>({_$li
|
|
|
1117
1117
|
}
|
|
1118
1118
|
|
|
1119
1119
|
.ft-radio--box {
|
|
1120
|
-
border: 2px solid ${
|
|
1120
|
+
border: 2px solid ${Er};
|
|
1121
1121
|
border-radius: 50%;
|
|
1122
1122
|
|
|
1123
1123
|
display: flex;
|
|
@@ -1130,7 +1130,7 @@ const Ft=Symbol.for(""),Tt=t=>{if(t?.r===Ft)return t?._$litStatic$},Ht=t=>({_$li
|
|
|
1130
1130
|
|
|
1131
1131
|
.ft-radio--box:after {
|
|
1132
1132
|
content: " ";
|
|
1133
|
-
background-color: ${
|
|
1133
|
+
background-color: ${Ir};
|
|
1134
1134
|
|
|
1135
1135
|
border-radius: 50%;
|
|
1136
1136
|
|
|
@@ -1142,7 +1142,7 @@ const Ft=Symbol.for(""),Tt=t=>{if(t?.r===Ft)return t?._$litStatic$},Ht=t=>({_$li
|
|
|
1142
1142
|
}
|
|
1143
1143
|
|
|
1144
1144
|
.ft-radio--checked .ft-radio--box {
|
|
1145
|
-
border-color: ${
|
|
1145
|
+
border-color: ${Ir};
|
|
1146
1146
|
}
|
|
1147
1147
|
|
|
1148
1148
|
|
|
@@ -1151,14 +1151,14 @@ const Ft=Symbol.for(""),Tt=t=>{if(t?.r===Ft)return t?._$litStatic$},Ht=t=>({_$li
|
|
|
1151
1151
|
}
|
|
1152
1152
|
|
|
1153
1153
|
.ft-radio--disabled .ft-radio--box {
|
|
1154
|
-
border-color: ${
|
|
1154
|
+
border-color: ${Rr};
|
|
1155
1155
|
background-color: transparent;
|
|
1156
1156
|
}
|
|
1157
1157
|
|
|
1158
1158
|
.ft-radio--disabled .ft-radio--box:after {
|
|
1159
|
-
background-color: ${
|
|
1159
|
+
background-color: ${Rr};
|
|
1160
1160
|
}
|
|
1161
|
-
`;var
|
|
1161
|
+
`;var Lr=function(t,e,o,i){for(var r,n=arguments.length,a=n<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,o):i,s=t.length-1;s>=0;s--)(r=t[s])&&(a=(n<3?r(a):n>3?r(e,o,a):r(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class Wr extends CustomEvent{constructor(t,e){super("change",{detail:{value:t,checked:e},bubbles:!0,composed:!0})}}class zr extends e.FtLitElement{constructor(){super(...arguments),this.value="",this.name="",this.checked=!1,this.disabled=!1}render(){const t={"ft-radio":!0,"ft-radio--checked":this.checked,"ft-radio--disabled":this.disabled};return o.html`
|
|
1162
1162
|
<div class="${n.classMap(t)}">
|
|
1163
1163
|
<div class="ft-radio--box-container">
|
|
1164
1164
|
<ft-ripple
|
|
@@ -1183,16 +1183,16 @@ const Ft=Symbol.for(""),Tt=t=>{if(t?.r===Ft)return t?._$litStatic$},Ht=t=>({_$li
|
|
|
1183
1183
|
</ft-typography>
|
|
1184
1184
|
</label>
|
|
1185
1185
|
</div>
|
|
1186
|
-
`}onChange(t){t.stopPropagation(),this.checked=t.target.checked,this.dispatchEvent(new
|
|
1186
|
+
`}onChange(t){t.stopPropagation(),this.checked=t.target.checked,this.dispatchEvent(new Wr(this.value,this.checked))}contentAvailableCallback(t){var e;super.contentAvailableCallback(t),null===(e=this.ripple)||void 0===e||e.setupFor(this.container)}select(){this.checked=!0,this.dispatchEvent(new Wr(this.value,this.checked)),this.focus()}focus(){var t;null===(t=this.input)||void 0===t||t.focus()}}zr.elementDefinitions={"ft-ripple":it,"ft-typography":po},zr.styles=Ur,Lr([r.property()],zr.prototype,"value",void 0),Lr([r.property()],zr.prototype,"name",void 0),Lr([r.property({type:Boolean,reflect:!0})],zr.prototype,"checked",void 0),Lr([r.property({type:Boolean})],zr.prototype,"disabled",void 0),Lr([r.query(".ft-radio")],zr.prototype,"container",void 0),Lr([r.query("ft-ripple")],zr.prototype,"ripple",void 0),Lr([r.query("input")],zr.prototype,"input",void 0);const Br=o.css`
|
|
1187
1187
|
:host {
|
|
1188
1188
|
display: contents;
|
|
1189
1189
|
}
|
|
1190
|
-
`;var
|
|
1190
|
+
`;var Ar=function(t,e,o,i){for(var r,n=arguments.length,a=n<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,o):i,s=t.length-1;s>=0;s--)(r=t[s])&&(a=(n<3?r(a):n>3?r(e,o,a):r(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class Dr extends e.FtLitElement{constructor(){super(...arguments),this.name=""}render(){return o.html`
|
|
1191
1191
|
<slot @slotchange=${this.onSlotChange}
|
|
1192
1192
|
@change=${this.onChange}
|
|
1193
1193
|
@keydown=${this.onKeyDown}
|
|
1194
1194
|
></slot>
|
|
1195
|
-
`}onSlotChange(){this.radioButtons.forEach((t=>t.name=this.name))}onChange(t){t.stopPropagation(),this.radioButtons.forEach((e=>e.checked=t.detail.value===e.value)),this.dispatchEvent(new CustomEvent("change",{detail:t.detail.value})),this.focusCurrentValue()}onKeyDown(t){switch(t.key){case"ArrowUp":case"ArrowLeft":{let e=this.findFtRadio(t),o=this.radioButtons.indexOf(e)-1;this.radioButtons[o<0?this.radioButtons.length-1:o].select();break}case"ArrowDown":case"ArrowRight":{let e=this.radioButtons.indexOf(this.findFtRadio(t))+1;this.radioButtons[e>this.radioButtons.length-1?0:e].select();break}}}findFtRadio(t){return t.composedPath().find((t=>"FT-RADIO"===t.tagName))}focusCurrentValue(){setTimeout((()=>{var t;return null===(t=this.radioButtons.find((t=>t.checked)))||void 0===t?void 0:t.focus()}),10)}}
|
|
1195
|
+
`}onSlotChange(){this.radioButtons.forEach((t=>t.name=this.name))}onChange(t){t.stopPropagation(),this.radioButtons.forEach((e=>e.checked=t.detail.value===e.value)),this.dispatchEvent(new CustomEvent("change",{detail:t.detail.value})),this.focusCurrentValue()}onKeyDown(t){switch(t.key){case"ArrowUp":case"ArrowLeft":{let e=this.findFtRadio(t),o=this.radioButtons.indexOf(e)-1;this.radioButtons[o<0?this.radioButtons.length-1:o].select();break}case"ArrowDown":case"ArrowRight":{let e=this.radioButtons.indexOf(this.findFtRadio(t))+1;this.radioButtons[e>this.radioButtons.length-1?0:e].select();break}}}findFtRadio(t){return t.composedPath().find((t=>"FT-RADIO"===t.tagName))}focusCurrentValue(){setTimeout((()=>{var t;return null===(t=this.radioButtons.find((t=>t.checked)))||void 0===t?void 0:t.focus()}),10)}}Dr.elementDefinitions={},Dr.styles=Br,Ar([r.property()],Dr.prototype,"name",void 0),Ar([r.queryAssignedElements()],Dr.prototype,"radioButtons",void 0),e.customElement("ft-radio")(zr),e.customElement("ft-radio-group")(Dr);const Kr={borderRadiusM:e.FtCssVariableFactory.external(e.designSystemVariables.borderRadiusM,"Design system"),colorOutline:e.FtCssVariableFactory.external(e.designSystemVariables.colorOutline,"Design system"),colorOnSurface:e.FtCssVariableFactory.external(e.designSystemVariables.colorOnSurface,"Design system"),colorOnSurfaceMedium:e.FtCssVariableFactory.external(e.designSystemVariables.colorOnSurfaceMedium,"Design system"),colorOnSurfaceDisabled:e.FtCssVariableFactory.external(e.designSystemVariables.colorOnSurfaceDisabled,"Design system"),colorPrimary:e.FtCssVariableFactory.external(e.designSystemVariables.colorPrimary,"Design system"),colorOnPrimary:e.FtCssVariableFactory.external(e.designSystemVariables.colorOnPrimary,"Design system"),fontFamily:e.FtCssVariableFactory.external(Ue.fontFamily,"Body2 typography"),fontSize:e.FtCssVariableFactory.external(Ue.fontSize,"Body2 typography"),fontWeight:e.FtCssVariableFactory.external(Ue.fontWeight,"Body2 typography"),letterSpacing:e.FtCssVariableFactory.external(Ue.letterSpacing,"Body2 typography"),lineHeight:e.FtCssVariableFactory.external(Ue.lineHeight,"Body2 typography"),textTransform:e.FtCssVariableFactory.external(Ue.textTransform,"Body2 typography")},Fr=o.css`
|
|
1196
1196
|
.ft-filter-level--container {
|
|
1197
1197
|
display: flex;
|
|
1198
1198
|
flex-direction: column;
|
|
@@ -1206,14 +1206,14 @@ const Ft=Symbol.for(""),Tt=t=>{if(t?.r===Ft)return t?._$litStatic$},Ht=t=>({_$li
|
|
|
1206
1206
|
flex-shrink: 0;
|
|
1207
1207
|
text-decoration: none;
|
|
1208
1208
|
position: relative;
|
|
1209
|
-
border-radius: ${
|
|
1209
|
+
border-radius: ${Kr.borderRadiusM};
|
|
1210
1210
|
overflow: hidden;
|
|
1211
1211
|
display: flex;
|
|
1212
1212
|
align-items: center;
|
|
1213
1213
|
padding: 4px 4px;
|
|
1214
1214
|
gap: 4px;
|
|
1215
1215
|
cursor: pointer;
|
|
1216
|
-
color: ${
|
|
1216
|
+
color: ${Kr.colorOnSurface};
|
|
1217
1217
|
}
|
|
1218
1218
|
|
|
1219
1219
|
.ft-filter-level--go-back:focus {
|
|
@@ -1242,7 +1242,7 @@ const Ft=Symbol.for(""),Tt=t=>{if(t?.r===Ft)return t?._$litStatic$},Ht=t=>({_$li
|
|
|
1242
1242
|
}
|
|
1243
1243
|
|
|
1244
1244
|
ft-button {
|
|
1245
|
-
${e.setVariable(
|
|
1245
|
+
${e.setVariable(wo.color,Kr.colorOnSurface)};
|
|
1246
1246
|
}
|
|
1247
1247
|
|
|
1248
1248
|
ft-radio, ft-checkbox {
|
|
@@ -1256,9 +1256,9 @@ const Ft=Symbol.for(""),Tt=t=>{if(t?.r===Ft)return t?._$litStatic$},Ht=t=>({_$li
|
|
|
1256
1256
|
|
|
1257
1257
|
.ft-filter-level--no-values {
|
|
1258
1258
|
margin: 10px 0;
|
|
1259
|
-
color: ${
|
|
1259
|
+
color: ${Kr.colorOnSurfaceMedium};
|
|
1260
1260
|
}
|
|
1261
|
-
`;var
|
|
1261
|
+
`;var Zr=function(t,e,o,i){for(var r,n=arguments.length,a=n<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,o):i,s=t.length-1;s>=0;s--)(r=t[s])&&(a=(n<3?r(a):n>3?r(e,o,a):r(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class Tr extends e.FtLitElement{constructor(){super(...arguments),this.filterId="",this.options=[],this.multivalued=!1,this.disabled=!1,this.hideSelectedOptions=!1,this.preventNavigation=!1,this.filter="",this.moreValuesButtonLabel="More",this.displayedValuesLimit=0,this.displayedPages=1}get hasHiddenValues(){let t=this.limit;return null!=t&&t<this.options.length}get limit(){return this.displayedValuesLimit>0?this.displayedPages*this.displayedValuesLimit:void 0}get height(){var t,e;return null!==(e=null===(t=this.container)||void 0===t?void 0:t.scrollHeight)&&void 0!==e?e:0}render(){let t=[...this.options];this.hideSelectedOptions&&(t=t.filter((t=>!t.selected))),this.filter&&(t=t.filter((t=>t.label.toLowerCase().includes(this.filter.toLowerCase()))));const e=t.slice(0,this.limit);return o.html`
|
|
1262
1262
|
<div class="ft-filter-level--container ${this.disabled?"ft-filter--disabled":""}">
|
|
1263
1263
|
${null==this.parent?null:o.html`
|
|
1264
1264
|
<div tabindex="0"
|
|
@@ -1322,7 +1322,7 @@ const Ft=Symbol.for(""),Tt=t=>{if(t?.r===Ft)return t?._$litStatic$},Ht=t=>({_$li
|
|
|
1322
1322
|
@change=${t=>t.stopPropagation()}>
|
|
1323
1323
|
${t.renderOption?t.renderOption:t.label}
|
|
1324
1324
|
</ft-radio>
|
|
1325
|
-
`}onRadioKeyUp(t,e){e.selected&&" "===t.key&&this.optionsChanged(t,e)}optionsChanged(t,e){t.stopPropagation(),this.dispatchEvent(new CustomEvent("change",{detail:e}))}displayLevel(t){this.dispatchEvent(new CustomEvent("display-level",{detail:t}))}}
|
|
1325
|
+
`}onRadioKeyUp(t,e){e.selected&&" "===t.key&&this.optionsChanged(t,e)}optionsChanged(t,e){t.stopPropagation(),this.dispatchEvent(new CustomEvent("change",{detail:e}))}displayLevel(t){this.dispatchEvent(new CustomEvent("display-level",{detail:t}))}}Tr.elementDefinitions={"ft-button":Pi,"ft-ripple":it,"ft-typography":po,"ft-checkbox":Cr,"ft-icon":mo,"ft-radio":zr},Tr.styles=Fr,Zr([r.property({type:String})],Tr.prototype,"filterId",void 0),Zr([r.property({type:Object})],Tr.prototype,"parent",void 0),Zr([r.property({type:Array})],Tr.prototype,"options",void 0),Zr([r.property({type:Boolean})],Tr.prototype,"multivalued",void 0),Zr([r.property({type:Boolean})],Tr.prototype,"disabled",void 0),Zr([r.property({type:Boolean})],Tr.prototype,"hideSelectedOptions",void 0),Zr([r.property({type:Boolean})],Tr.prototype,"preventNavigation",void 0),Zr([r.property({type:String})],Tr.prototype,"filter",void 0),Zr([r.property({type:String})],Tr.prototype,"moreValuesButtonLabel",void 0),Zr([r.property({type:String})],Tr.prototype,"noValuesLabel",void 0),Zr([r.property({type:Number})],Tr.prototype,"displayedValuesLimit",void 0),Zr([r.query(".ft-filter-level--container")],Tr.prototype,"container",void 0),Zr([r.state()],Tr.prototype,"displayedPages",void 0);const Pr={buttonsColor:e.FtCssVariableFactory.extend("--ft-snap-scroll-buttons-color","",e.designSystemVariables.colorPrimary),buttonsZIndex:e.FtCssVariableFactory.create("--ft-snap-scroll-buttons-z-index","","COLOR","1"),gap:e.FtCssVariableFactory.create("--ft-snap-scroll-gap","","SIZE","0"),colorSurface:e.FtCssVariableFactory.external(e.designSystemVariables.colorSurface,"Design system")},Hr=o.css`
|
|
1326
1326
|
.ft-snap-scroll {
|
|
1327
1327
|
box-sizing: border-box;
|
|
1328
1328
|
position: relative;
|
|
@@ -1357,7 +1357,7 @@ const Ft=Symbol.for(""),Tt=t=>{if(t?.r===Ft)return t?._$litStatic$},Ht=t=>({_$li
|
|
|
1357
1357
|
flex-wrap: nowrap;
|
|
1358
1358
|
align-items: flex-start;
|
|
1359
1359
|
justify-content: flex-start;
|
|
1360
|
-
gap: ${
|
|
1360
|
+
gap: ${Pr.gap};
|
|
1361
1361
|
}
|
|
1362
1362
|
|
|
1363
1363
|
.ft-snap-scroll--hide-scrollbar .ft-snap-scroll--content::-webkit-scrollbar {
|
|
@@ -1400,11 +1400,11 @@ const Ft=Symbol.for(""),Tt=t=>{if(t?.r===Ft)return t?._$litStatic$},Ht=t=>({_$li
|
|
|
1400
1400
|
.ft-snap-scroll--next {
|
|
1401
1401
|
position: absolute;
|
|
1402
1402
|
display: flex;
|
|
1403
|
-
z-index: ${
|
|
1403
|
+
z-index: ${Pr.buttonsZIndex};
|
|
1404
1404
|
opacity: 1;
|
|
1405
1405
|
transition: background-color .5s ease-in-out, opacity .5s ease-in-out, z-index .5s ease-in-out;
|
|
1406
|
-
${e.setVariable(
|
|
1407
|
-
${e.setVariable(
|
|
1406
|
+
${e.setVariable(wo.backgroundColor,"transparent")};
|
|
1407
|
+
${e.setVariable(wo.color,Pr.buttonsColor)};
|
|
1408
1408
|
}
|
|
1409
1409
|
|
|
1410
1410
|
.ft-snap-scroll--previous[hidden],
|
|
@@ -1417,37 +1417,37 @@ const Ft=Symbol.for(""),Tt=t=>{if(t?.r===Ft)return t?._$litStatic$},Ht=t=>({_$li
|
|
|
1417
1417
|
top: 0;
|
|
1418
1418
|
left: -1px;
|
|
1419
1419
|
bottom: 0;
|
|
1420
|
-
background: linear-gradient(to right, ${
|
|
1420
|
+
background: linear-gradient(to right, ${Pr.colorSurface} 50%, var(--ft-snap-scroll-transparent-color));
|
|
1421
1421
|
}
|
|
1422
1422
|
|
|
1423
1423
|
.ft-snap-scroll--vertical .ft-snap-scroll--previous {
|
|
1424
1424
|
top: -1px;
|
|
1425
1425
|
left: 0;
|
|
1426
1426
|
right: 0;
|
|
1427
|
-
background: linear-gradient(to bottom, ${
|
|
1427
|
+
background: linear-gradient(to bottom, ${Pr.colorSurface} 50%, var(--ft-snap-scroll-transparent-color));
|
|
1428
1428
|
}
|
|
1429
1429
|
|
|
1430
1430
|
.ft-snap-scroll--horizontal .ft-snap-scroll--next {
|
|
1431
1431
|
top: 0;
|
|
1432
1432
|
right: -1px;
|
|
1433
1433
|
bottom: 0;
|
|
1434
|
-
background: linear-gradient(to left, ${
|
|
1434
|
+
background: linear-gradient(to left, ${Pr.colorSurface} 50%, var(--ft-snap-scroll-transparent-color));
|
|
1435
1435
|
}
|
|
1436
1436
|
|
|
1437
1437
|
.ft-snap-scroll--vertical .ft-snap-scroll--next {
|
|
1438
1438
|
left: 0;
|
|
1439
1439
|
right: 0;
|
|
1440
1440
|
bottom: -1px;
|
|
1441
|
-
background: linear-gradient(to top, ${
|
|
1441
|
+
background: linear-gradient(to top, ${Pr.colorSurface} 50%, var(--ft-snap-scroll-transparent-color));
|
|
1442
1442
|
}
|
|
1443
1443
|
|
|
1444
1444
|
.ft-snap-scroll--horizontal .ft-snap-scroll--previous:hover,
|
|
1445
1445
|
.ft-snap-scroll--horizontal .ft-snap-scroll--next:hover,
|
|
1446
1446
|
.ft-snap-scroll--vertical .ft-snap-scroll--previous:hover,
|
|
1447
1447
|
.ft-snap-scroll--vertical .ft-snap-scroll--next:hover {
|
|
1448
|
-
background-color: ${
|
|
1448
|
+
background-color: ${Pr.colorSurface};
|
|
1449
1449
|
}
|
|
1450
|
-
`;var
|
|
1450
|
+
`;var jr=function(t,e,o,i){for(var r,n=arguments.length,a=n<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,o):i,s=t.length-1;s>=0;s--)(r=t[s])&&(a=(n<3?r(a):n>3?r(e,o,a):r(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class Mr extends CustomEvent{constructor(t,e){super("current-element-change",{detail:{index:t,element:e}})}}class _r extends e.FtLitElement{constructor(){super(...arguments),this.horizontal=!1,this.hideScrollbar=!1,this.controls=!1,this.limitSize=!1,this.elements=[],this.currentElement=0,this.withScroll=!1,this.startReached=!0,this.endReached=!0,this.offsetAttribute="offsetTop",this.scrollAttribute="scrollTop",this.sizeAttribute="clientHeight",this.scrollSizeAttribute="scrollHeight",this.updateScrollCallback=()=>this.onScroll(),this.resizeObserver=new ResizeObserver((()=>this.scheduleUpdateScroll())),this.scrollDebouncer=new e.Debouncer(200),this.updateScrollDebouncer=new e.Debouncer(100)}scrollToIndex(t){this.scrollToElement(this.elements[t])}scrollIndexIntoView(t){let e=this.elements[t];if(e){const t=this.contentSlot[this.scrollAttribute]+this.contentSlot[this.sizeAttribute]-this.nextSize,o=this.contentSlot[this.scrollAttribute]+this.prevSize;(e[this.offsetAttribute]<o||e[this.offsetAttribute]+e[this.sizeAttribute]>t)&&this.scrollToElement(e)}}previous(){this.scrollToElement(this.elements[Math.max(0,this.closestIndexFromStart()-1)])}next(){this.scrollToElement(this.elements[Math.min(this.closestIndexFromStart()+1,this.elements.length-1)])}render(){const t=n.classMap({"ft-snap-scroll":!0,"ft-snap-scroll--horizontal":this.horizontal,"ft-snap-scroll--vertical":!this.horizontal,"ft-snap-scroll--hide-scrollbar":this.hideScrollbar,"ft-snap-scroll--limit-size":this.limitSize,"ft-snap-scroll--safari-fix":e.isSafari}),i=this.controls&&this.withScroll;return o.html`
|
|
1451
1451
|
<div part="container" class="${t}">
|
|
1452
1452
|
<ft-button
|
|
1453
1453
|
class="ft-snap-scroll--previous"
|
|
@@ -1471,7 +1471,7 @@ const Ft=Symbol.for(""),Tt=t=>{if(t?.r===Ft)return t?._$litStatic$},Ht=t=>({_$li
|
|
|
1471
1471
|
@click=${this.next}
|
|
1472
1472
|
></ft-button>
|
|
1473
1473
|
</div>
|
|
1474
|
-
`}update(t){super.update(t),t.has("horizontal")&&(this.horizontal?(this.offsetAttribute="offsetLeft",this.scrollAttribute="scrollLeft",this.sizeAttribute="clientWidth",this.scrollSizeAttribute="scrollWidth"):(this.offsetAttribute="offsetTop",this.scrollAttribute="scrollTop",this.sizeAttribute="clientHeight",this.scrollSizeAttribute="scrollHeight")),t.has("currentElement")&&this.dispatchEvent(new
|
|
1474
|
+
`}update(t){super.update(t),t.has("horizontal")&&(this.horizontal?(this.offsetAttribute="offsetLeft",this.scrollAttribute="scrollLeft",this.sizeAttribute="clientWidth",this.scrollSizeAttribute="scrollWidth"):(this.offsetAttribute="offsetTop",this.scrollAttribute="scrollTop",this.sizeAttribute="clientHeight",this.scrollSizeAttribute="scrollHeight")),t.has("currentElement")&&this.dispatchEvent(new Mr(this.currentElement,this.elements[this.currentElement]))}contentAvailableCallback(t){var e;super.contentAvailableCallback(t),this.contentSlot&&this.listenedContainer!==this.contentSlot&&(this.resizeObserver.observe(this.contentSlot),this.listenedContainer&&this.listenedContainer.removeEventListener("scroll",this.updateScrollCallback),this.listenedContainer=this.contentSlot,null===(e=this.listenedContainer)||void 0===e||e.addEventListener("scroll",this.updateScrollCallback))}onScroll(){this.scrollDebouncer.run((()=>this.snap())),this.scheduleUpdateScroll()}snap(){let t=this.closestElementFromStart();if(null!=t){const e=this.getDistanceFromStart(t);Math.abs(this.contentSlot[this.scrollAttribute]+this.contentSlot[this.sizeAttribute]-this.contentSlot[this.scrollSizeAttribute])<e&&(t=this.lastElement),this.scrollToElement(t)}}scrollToElement(t){var e,o;t&&(this.horizontal?null===(e=this.contentSlot)||void 0===e||e.scrollTo({left:this.getOffset(t)-this.controlsSize,behavior:"smooth"}):null===(o=this.contentSlot)||void 0===o||o.scrollTo({top:this.getOffset(t)-this.controlsSize,behavior:"smooth"}),this.currentElement=this.elements.indexOf(t))}onSlotChange(){var t,e;this.elements=null!==(e=null===(t=this.contentSlot)||void 0===t?void 0:t.assignedElements().map((t=>t)))&&void 0!==e?e:[],this.scheduleUpdateScroll()}closestElementFromStart(){return this.elements[this.closestIndexFromStart()]}closestIndexFromStart(){let t=-1;for(let e=0;e<this.elements.length;e++)(t<0||this.getDistanceFromStart(this.elements[e])<this.getDistanceFromStart(this.elements[t]))&&(t=e);return t}scheduleUpdateScroll(){this.updateScrollDebouncer.run((()=>this.updateScroll()))}updateScroll(){null!=this.contentSlot?(this.withScroll=this.contentSlot[this.scrollSizeAttribute]>this.contentSlot[this.sizeAttribute],this.startReached=0===this.contentSlot[this.scrollAttribute],this.endReached=this.contentSlot[this.scrollAttribute]+this.contentSlot[this.sizeAttribute]+1>=this.contentSlot[this.scrollSizeAttribute]):(this.withScroll=!1,this.startReached=!0,this.endReached=!0)}get lastElement(){return this.elements[this.elements.length-1]}get firstElementOffset(){let t=this.elements[0];return t?t[this.offsetAttribute]:0}get controlsSize(){return this.controls?36:0}get nextSize(){return this.endReached?0:this.controlsSize}get prevSize(){return this.startReached?0:this.controlsSize}getOffset(t){return t[this.offsetAttribute]-this.firstElementOffset}getDistanceFromStart(t){const e=t===this.elements[0]?0:this.controlsSize;return Math.abs(this.getOffset(t)-this.contentSlot[this.scrollAttribute]-e)}}_r.elementDefinitions={"ft-button":Pi},_r.styles=Hr,jr([r.property({type:Boolean})],_r.prototype,"horizontal",void 0),jr([r.property({type:Boolean})],_r.prototype,"hideScrollbar",void 0),jr([r.property({type:Boolean})],_r.prototype,"controls",void 0),jr([r.property({type:Boolean})],_r.prototype,"limitSize",void 0),jr([r.state()],_r.prototype,"elements",void 0),jr([r.state()],_r.prototype,"currentElement",void 0),jr([r.state()],_r.prototype,"withScroll",void 0),jr([r.state()],_r.prototype,"startReached",void 0),jr([r.state()],_r.prototype,"endReached",void 0),jr([r.query(".ft-snap-scroll--content")],_r.prototype,"contentSlot",void 0),e.customElement("ft-snap-scroll")(_r);const Gr=e.FtCssVariableFactory.external(e.designSystemVariables.colorOutline,"Design system"),Vr=e.FtCssVariableFactory.external(e.designSystemVariables.colorOnSurface,"Design system"),qr=e.FtCssVariableFactory.external(e.designSystemVariables.colorOnSurfaceMedium,"Design system"),Yr=e.FtCssVariableFactory.external(e.designSystemVariables.colorPrimary,"Design system"),Qr=e.FtCssVariableFactory.external(e.designSystemVariables.colorSurface,"Design system"),Xr=e.FtCssVariableFactory.external(e.designSystemVariables.transitionDuration,"Design system"),Jr=e.FtCssVariableFactory.external(e.designSystemVariables.transitionTimingFunction,"Design system"),tn=[io,o.css`
|
|
1475
1475
|
:host {
|
|
1476
1476
|
display: flex;
|
|
1477
1477
|
max-height: 100%;
|
|
@@ -1484,7 +1484,7 @@ const Ft=Symbol.for(""),Tt=t=>{if(t?.r===Ft)return t?._$litStatic$},Ht=t=>({_$li
|
|
|
1484
1484
|
flex-direction: column;
|
|
1485
1485
|
max-height: 100%;
|
|
1486
1486
|
max-width: 100%;
|
|
1487
|
-
color: ${
|
|
1487
|
+
color: ${Vr};
|
|
1488
1488
|
}
|
|
1489
1489
|
|
|
1490
1490
|
.ft-filter--header {
|
|
@@ -1500,7 +1500,7 @@ const Ft=Symbol.for(""),Tt=t=>{if(t?.r===Ft)return t?._$litStatic$},Ht=t=>({_$li
|
|
|
1500
1500
|
.ft-filter--header ft-button {
|
|
1501
1501
|
flex-shrink: 0;
|
|
1502
1502
|
margin-left: auto;
|
|
1503
|
-
${e.setVariable(
|
|
1503
|
+
${e.setVariable(wo.iconSize,"18px")};
|
|
1504
1504
|
}
|
|
1505
1505
|
|
|
1506
1506
|
.ft-filter--label {
|
|
@@ -1520,8 +1520,8 @@ const Ft=Symbol.for(""),Tt=t=>{if(t?.r===Ft)return t?._$litStatic$},Ht=t=>({_$li
|
|
|
1520
1520
|
padding: 0 10px;
|
|
1521
1521
|
overflow: hidden;
|
|
1522
1522
|
height: 32px;
|
|
1523
|
-
transition: height ${
|
|
1524
|
-
margin ${
|
|
1523
|
+
transition: height ${Xr} ${Jr},
|
|
1524
|
+
margin ${Xr} ${Jr};
|
|
1525
1525
|
transition-delay: 500ms;
|
|
1526
1526
|
}
|
|
1527
1527
|
|
|
@@ -1534,15 +1534,15 @@ const Ft=Symbol.for(""),Tt=t=>{if(t?.r===Ft)return t?._$litStatic$},Ht=t=>({_$li
|
|
|
1534
1534
|
display: block;
|
|
1535
1535
|
width: 100%;
|
|
1536
1536
|
border-radius: 4px;
|
|
1537
|
-
border: 1px solid ${
|
|
1537
|
+
border: 1px solid ${Gr};
|
|
1538
1538
|
padding: 4px;
|
|
1539
|
-
background-color: ${
|
|
1540
|
-
color: ${
|
|
1541
|
-
outline-color: ${
|
|
1539
|
+
background-color: ${Qr};
|
|
1540
|
+
color: ${Vr};
|
|
1541
|
+
outline-color: ${Yr};
|
|
1542
1542
|
}
|
|
1543
1543
|
|
|
1544
1544
|
input::placeholder {
|
|
1545
|
-
color: ${
|
|
1545
|
+
color: ${qr};
|
|
1546
1546
|
}
|
|
1547
1547
|
|
|
1548
1548
|
input:placeholder-shown {
|
|
@@ -1558,7 +1558,7 @@ const Ft=Symbol.for(""),Tt=t=>{if(t?.r===Ft)return t?._$litStatic$},Ht=t=>({_$li
|
|
|
1558
1558
|
}
|
|
1559
1559
|
|
|
1560
1560
|
.ft-filter--separator {
|
|
1561
|
-
border-top: 1px solid ${
|
|
1561
|
+
border-top: 1px solid ${Gr};
|
|
1562
1562
|
margin: 4px 10px;
|
|
1563
1563
|
}
|
|
1564
1564
|
|
|
@@ -1583,7 +1583,7 @@ const Ft=Symbol.for(""),Tt=t=>{if(t?.r===Ft)return t?._$litStatic$},Ht=t=>({_$li
|
|
|
1583
1583
|
slot:not([name]) {
|
|
1584
1584
|
display: none;
|
|
1585
1585
|
}
|
|
1586
|
-
`];var
|
|
1586
|
+
`];var en=function(t,e,o,i){for(var r,n=arguments.length,a=n<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,o):i,s=t.length-1;s>=0;s--)(r=t[s])&&(a=(n<3?r(a):n>3?r(e,o,a):r(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class on extends CustomEvent{constructor(t){super("change",{detail:t})}}class rn extends e.FtLitElement{constructor(){super(...arguments),this.id="",this.label="",this.filterPlaceHolder="Filter {0}",this.clearButtonLabel="Clear",this.moreValuesButtonLabel="More",this.noValuesLabel="No values available",this.options=[],this.multivalued=!1,this.disabled=!1,this.raiseSelectedOptions=!1,this.displayedValuesLimit=0,this.hideClearButton=!1,this.lastLevelHasHiddenvalues=!1,this.withScroll=!1,this.filter="",this.displayedLevels=[],this.scrollResizeObserver=new ResizeObserver((()=>this.updateScroll())),this.levelsScrollDebouncer=new e.Debouncer(300),this.changeDebouncer=new e.Debouncer(10),this.lastDispatchedValues=[]}get flatOptions(){return e.flatDeep(this.options,(t=>{var e;return null!==(e=t.subOptions)&&void 0!==e?e:[]}))}get selectedValues(){return this.flatOptions.filter((t=>t.selected)).map((t=>t.value))}render(){const t=this.flatOptions.some((t=>t.selected)),e=this.withScroll||this.filter||this.lastLevelHasHiddenvalues,i=this.filterPlaceHolder.replace("{0}",this.label);return o.html`
|
|
1587
1587
|
<div class="ft-filter--container ${this.disabled?"ft-filter--disabled":""}"
|
|
1588
1588
|
part="container">
|
|
1589
1589
|
${this.label||t?o.html`
|
|
@@ -1655,18 +1655,18 @@ const Ft=Symbol.for(""),Tt=t=>{if(t?.r===Ft)return t?._$litStatic$},Ht=t=>({_$li
|
|
|
1655
1655
|
.exportpartsPrefixes=${["values","available-values"]}
|
|
1656
1656
|
noValuesLabel="${this.noValuesLabel}"
|
|
1657
1657
|
></ft-filter-level>
|
|
1658
|
-
`}goBack(t){this.slideOut=t.detail.value}onDisplayLevel(t){this.displayedLevels.push(t.detail.value),this.slideIn=t.detail.value}clear(){if(this.flatOptions.forEach((t=>t.selected=!1)),this.displayedLevels.length>0){let t=this.displayedLevels[this.displayedLevels.length-1];this.displayedLevels=[t],this.slideOut=t}this.optionsChanged()}onChange(t){var e;t.stopPropagation();const o=this.flatOptions.find((e=>e.value===t.detail.value));o.selected=!o.selected;const i=t=>{var e;t!==o&&(t.selected=!1),null===(e=t.subOptions)||void 0===e||e.forEach(i)};this.multivalued?null===(e=o.subOptions)||void 0===e||e.forEach(i):this.options.forEach(i),this.optionsChanged()}optionsChanged(){this.changeDebouncer.run((()=>{var t;this.sendEventIfValuesChanged(),this.requestUpdate(),null===(t=this.levels)||void 0===t||t.forEach((t=>t.requestUpdate()))}))}sendEventIfValuesChanged(){const t=this.selectedValues;e.deepEqual(this.lastDispatchedValues,t)||(this.dispatchEvent(new
|
|
1658
|
+
`}goBack(t){this.slideOut=t.detail.value}onDisplayLevel(t){this.displayedLevels.push(t.detail.value),this.slideIn=t.detail.value}clear(){if(this.flatOptions.forEach((t=>t.selected=!1)),this.displayedLevels.length>0){let t=this.displayedLevels[this.displayedLevels.length-1];this.displayedLevels=[t],this.slideOut=t}this.optionsChanged()}onChange(t){var e;t.stopPropagation();const o=this.flatOptions.find((e=>e.value===t.detail.value));o.selected=!o.selected;const i=t=>{var e;t!==o&&(t.selected=!1),null===(e=t.subOptions)||void 0===e||e.forEach(i)};this.multivalued?null===(e=o.subOptions)||void 0===e||e.forEach(i):this.options.forEach(i),this.optionsChanged()}optionsChanged(){this.changeDebouncer.run((()=>{var t;this.sendEventIfValuesChanged(),this.requestUpdate(),null===(t=this.levels)||void 0===t||t.forEach((t=>t.requestUpdate()))}))}sendEventIfValuesChanged(){const t=this.selectedValues;e.deepEqual(this.lastDispatchedValues,t)||(this.dispatchEvent(new on(t)),this.lastDispatchedValues=t)}updateOptionsFromSlot(t){t.stopPropagation(),this.options=this.slotElement.assignedElements().map((t=>t)),this.optionsChanged()}onFilterChange(){var t,e;this.filter=null!==(e=null===(t=this.filterInput)||void 0===t?void 0:t.value)&&void 0!==e?e:""}updateScroll(){this.valuesContainer&&(this.withScroll=this.valuesContainer.scrollHeight>this.valuesContainer.clientHeight)}}rn.elementDefinitions={"ft-button":Pi,"ft-filter-level":Tr,"ft-snap-scroll":_r,"ft-typography":po},rn.styles=tn,en([r.property({type:String})],rn.prototype,"id",void 0),en([r.property({type:String})],rn.prototype,"label",void 0),en([r.property({type:String})],rn.prototype,"filterPlaceHolder",void 0),en([r.property({type:String})],rn.prototype,"clearButtonLabel",void 0),en([r.property({type:String})],rn.prototype,"moreValuesButtonLabel",void 0),en([r.property({type:String})],rn.prototype,"noValuesLabel",void 0),en([e.jsonProperty([])],rn.prototype,"options",void 0),en([r.property({type:Boolean})],rn.prototype,"multivalued",void 0),en([r.property({type:Boolean})],rn.prototype,"disabled",void 0),en([r.property({type:Boolean})],rn.prototype,"raiseSelectedOptions",void 0),en([r.property({type:Number})],rn.prototype,"displayedValuesLimit",void 0),en([r.property({type:Boolean})],rn.prototype,"hideClearButton",void 0),en([r.query(".ft-filter--slot")],rn.prototype,"slotElement",void 0),en([r.query(".ft-filter--container")],rn.prototype,"container",void 0),en([r.query(".ft-filter--values")],rn.prototype,"valuesContainer",void 0),en([r.query(".ft-filter--levels")],rn.prototype,"levelsContainer",void 0),en([r.state()],rn.prototype,"lastLevelHasHiddenvalues",void 0),en([r.query(".ft-filter--filter input")],rn.prototype,"filterInput",void 0),en([r.queryAll(".ft-filter--levels ft-filter-level")],rn.prototype,"levels",void 0),en([r.state()],rn.prototype,"withScroll",void 0),en([r.state()],rn.prototype,"filter",void 0),en([r.state()],rn.prototype,"slideIn",void 0),en([r.state()],rn.prototype,"slideOut",void 0);var nn=function(t,e,o,i){for(var r,n=arguments.length,a=n<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,o):i,s=t.length-1;s>=0;s--)(r=t[s])&&(a=(n<3?r(a):n>3?r(e,o,a):r(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class an extends e.FtLitElement{constructor(){super(...arguments),this.label="",this.value=null,this.selected=!1,this.subOptions=[]}render(){return o.html`
|
|
1659
1659
|
<slot class="ft-filter-option--slot" @slotchange=${this.updateSubOptionsFromSlot}></slot>
|
|
1660
|
-
`}updateSubOptionsFromSlot(t){t.stopPropagation(),this.subOptions=this.slotElement.assignedElements().map((t=>t))}update(t){super.update(t),this.dispatchEvent(new CustomEvent("option-change",{detail:this,bubbles:!0}))}}
|
|
1660
|
+
`}updateSubOptionsFromSlot(t){t.stopPropagation(),this.subOptions=this.slotElement.assignedElements().map((t=>t))}update(t){super.update(t),this.dispatchEvent(new CustomEvent("option-change",{detail:this,bubbles:!0}))}}an.elementDefinitions={},nn([r.property({type:String})],an.prototype,"label",void 0),nn([r.property({type:Object,converter:t=>t})],an.prototype,"value",void 0),nn([r.property({type:Boolean,reflect:!0})],an.prototype,"selected",void 0),nn([r.property({type:Object})],an.prototype,"subOptions",void 0),nn([e.jsonProperty({})],an.prototype,"renderOption",void 0),nn([r.query(".ft-filter-option--slot")],an.prototype,"slotElement",void 0),e.customElement("ft-filter")(rn),e.customElement("ft-filter-option")(an);const sn=fr.build("designedSearchType"),ln={label:"Search scope",documentTitlesOnly:"Search in document titles only"};var cn=function(t,e,o,i){for(var r,n=arguments.length,a=n<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,o):i,s=t.length-1;s>=0;s--)(r=t[s])&&(a=(n<3?r(a):n>3?r(e,o,a):r(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class hn extends(ar(_)){constructor(){super(),this.addI18nContext(sn,ln)}render(){return o.html`
|
|
1661
1661
|
<ft-filter
|
|
1662
|
-
label=${
|
|
1663
|
-
.options=${[{label:
|
|
1662
|
+
label=${sn.messages.label()}
|
|
1663
|
+
.options=${[{label:sn.messages.documentTitlesOnly(),value:t=>{var e;return null===(e=this.stateManager)||void 0===e?void 0:e.setSearchInDocumentTitlesOnly(t)},selected:this.searchInDocumentTitlesOnly}]}
|
|
1664
1664
|
part="filter"
|
|
1665
1665
|
.exportpartsPrefixes=${["filter"]}
|
|
1666
1666
|
multivalued
|
|
1667
1667
|
@change=${this.onSelected}
|
|
1668
1668
|
></ft-filter>
|
|
1669
|
-
`}onSelected(t){var e;null===(e=this.filter)||void 0===e||e.options.forEach((t=>t.value(t.selected)))}}
|
|
1669
|
+
`}onSelected(t){var e;null===(e=this.filter)||void 0===e||e.options.forEach((t=>t.value(t.selected)))}}hn.elementDefinitions={"ft-filter":rn},hn.styles=mr,cn([e.redux({selector:Z})],hn.prototype,"searchInDocumentTitlesOnly",void 0),cn([r.query("ft-filter")],hn.prototype,"filter",void 0),e.customElement("ft-search-type")(hn);var fn=function(t,e,o,i){for(var r,n=arguments.length,a=n<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,o):i,s=t.length-1;s>=0;s--)(r=t[s])&&(a=(n<3?r(a):n>3?r(e,o,a):r(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class pn extends(ar(_)){constructor(){super(),this.editorMode=!1,this.addStore($),this.addI18nContext(sn,ln)}render(){return this.editorMode?this.renderDummyFacet():null!=this.facets&&0!==this.facets.length||this.searchInDocumentTitlesOnly?o.html`
|
|
1670
1670
|
|
|
1671
1671
|
<div class="ft-search-selected-facets--container">
|
|
1672
1672
|
${i.repeat(this.facets||[],(t=>t.key),(t=>{const e=this.getSelectedValues(t);return i.repeat(e,(e=>t.key+"-"+e),(o=>this.renderFacet(t.key,t.label,e,o)))}))}
|
|
@@ -1690,13 +1690,13 @@ const Ft=Symbol.for(""),Tt=t=>{if(t?.r===Ft)return t?._$litStatic$},Ht=t=>({_$li
|
|
|
1690
1690
|
</ft-chip>
|
|
1691
1691
|
</ft-tooltip>
|
|
1692
1692
|
`}getSelectedValues(t){return e.flatDeep(t.rootNodes,(t=>t.selected?[]:t.childNodes)).filter((t=>t.selected)).map((t=>t.value))}getLabelFromValue(t){return this.unquote(t).split("|").pop()}getBreadcrumbFromValue(t){return this.unquote(t).split("|").join(" > ")}quote(t){return`"${t}"`}unquote(t){return t.startsWith('"')&&t.endsWith('"')?t.replace(/(^"+)|("+$)/g,""):t}renderSearchInDocumentTitlesOnly(){return this.searchInDocumentTitlesOnly?o.html`
|
|
1693
|
-
<ft-tooltip inline text="${
|
|
1693
|
+
<ft-tooltip inline text="${sn.messages.documentTitlesOnly()}"
|
|
1694
1694
|
part="tooltips tooltip-search-in-document-titles-only">
|
|
1695
1695
|
<ft-chip
|
|
1696
1696
|
part="ft-search-selected-facets ft-search-selected-facet-search-in-document-titles-only"
|
|
1697
1697
|
removable
|
|
1698
1698
|
@icon-click=${()=>{var t;return null===(t=this.stateManager)||void 0===t?void 0:t.setSearchInDocumentTitlesOnly(!1)}}>
|
|
1699
|
-
${
|
|
1699
|
+
${sn.messages.documentTitlesOnly()}
|
|
1700
1700
|
</ft-chip>
|
|
1701
1701
|
</ft-tooltip>
|
|
1702
|
-
`:o.nothing}}
|
|
1702
|
+
`:o.nothing}}pn.elementDefinitions={"ft-chip":er,"ft-tooltip":Di},pn.styles=l,fn([e.redux({store:"search"})],pn.prototype,"facets",void 0),fn([e.redux({store:"search",selector:Z})],pn.prototype,"searchInDocumentTitlesOnly",void 0),fn([e.redux({store:$.name})],pn.prototype,"editorMode",void 0),e.customElement("ft-search-selected-facets")(pn),t.FtSearchSelectedFacets=pn,t.FtSearchSelectedFacetsCssVariables=s,t.styles=l}({},ftGlobals.wcUtils,ftGlobals.lit,ftGlobals.litRepeat,ftGlobals.litDecorators,ftGlobals.litClassMap,ftGlobals.litUnsafeHTML);
|