@fluid-topics/ft-reader-page-title 2.0.28 → 2.0.29

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
1
  "use strict";(()=>{var Li=Object.create;var mo=Object.defineProperty;var ki=Object.getOwnPropertyDescriptor;var _i=Object.getOwnPropertyNames;var Ni=Object.getPrototypeOf,Pi=Object.prototype.hasOwnProperty;var At=(r,t)=>()=>(t||r((t={exports:{}}).exports,t),t.exports);var Di=(r,t,o,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of _i(t))!Pi.call(r,i)&&i!==o&&mo(r,i,{get:()=>t[i],enumerable:!(n=ki(t,i))||n.enumerable});return r};var A=(r,t,o)=>(o=r!=null?Li(Ni(r)):{},Di(t||!r||!r.__esModule?mo(o,"default",{value:r,enumerable:!0}):o,r));var D=At((Ws,bo)=>{bo.exports=ftGlobals.wcUtils});var ee=At((js,xo)=>{xo.exports=ftGlobals.lit});var Z=At(($s,vo)=>{vo.exports=ftGlobals.litDecorators});var ba=At((me,ma)=>{var Zt=typeof globalThis<"u"&&globalThis||typeof self<"u"&&self||typeof global<"u"&&global,qt=(function(){function r(){this.fetch=!1,this.DOMException=Zt.DOMException}return r.prototype=Zt,new r})();(function(r){var t=(function(o){var n=typeof r<"u"&&r||typeof self<"u"&&self||typeof global<"u"&&global||{},i={searchParams:"URLSearchParams"in n,iterable:"Symbol"in n&&"iterator"in Symbol,blob:"FileReader"in n&&"Blob"in n&&(function(){try{return new Blob,!0}catch{return!1}})(),formData:"FormData"in n,arrayBuffer:"ArrayBuffer"in n};function s(p){return p&&DataView.prototype.isPrototypeOf(p)}if(i.arrayBuffer)var l=["[object Int8Array]","[object Uint8Array]","[object Uint8ClampedArray]","[object Int16Array]","[object Uint16Array]","[object Int32Array]","[object Uint32Array]","[object Float32Array]","[object Float64Array]"],d=ArrayBuffer.isView||function(p){return p&&l.indexOf(Object.prototype.toString.call(p))>-1};function u(p){if(typeof p!="string"&&(p=String(p)),/[^a-z0-9\-#$%&'*+.^_`|~!]/i.test(p)||p==="")throw new TypeError('Invalid character in header field name: "'+p+'"');return p.toLowerCase()}function f(p){return typeof p!="string"&&(p=String(p)),p}function h(p){var m={next:function(){var O=p.shift();return{done:O===void 0,value:O}}};return i.iterable&&(m[Symbol.iterator]=function(){return m}),m}function y(p){this.map={},p instanceof y?p.forEach(function(m,O){this.append(O,m)},this):Array.isArray(p)?p.forEach(function(m){if(m.length!=2)throw new TypeError("Headers constructor: expected name/value pair to be length 2, found"+m.length);this.append(m[0],m[1])},this):p&&Object.getOwnPropertyNames(p).forEach(function(m){this.append(m,p[m])},this)}y.prototype.append=function(p,m){p=u(p),m=f(m);var O=this.map[p];this.map[p]=O?O+", "+m:m},y.prototype.delete=function(p){delete this.map[u(p)]},y.prototype.get=function(p){return p=u(p),this.has(p)?this.map[p]:null},y.prototype.has=function(p){return this.map.hasOwnProperty(u(p))},y.prototype.set=function(p,m){this.map[u(p)]=f(m)},y.prototype.forEach=function(p,m){for(var O in this.map)this.map.hasOwnProperty(O)&&p.call(m,this.map[O],O,this)},y.prototype.keys=function(){var p=[];return this.forEach(function(m,O){p.push(O)}),h(p)},y.prototype.values=function(){var p=[];return this.forEach(function(m){p.push(m)}),h(p)},y.prototype.entries=function(){var p=[];return this.forEach(function(m,O){p.push([O,m])}),h(p)},i.iterable&&(y.prototype[Symbol.iterator]=y.prototype.entries);function g(p){if(!p._noBody){if(p.bodyUsed)return Promise.reject(new TypeError("Already read"));p.bodyUsed=!0}}function v(p){return new Promise(function(m,O){p.onload=function(){m(p.result)},p.onerror=function(){O(p.error)}})}function b(p){var m=new FileReader,O=v(m);return m.readAsArrayBuffer(p),O}function S(p){var m=new FileReader,O=v(m),k=/charset=([A-Za-z0-9_-]+)/.exec(p.type),P=k?k[1]:"utf-8";return m.readAsText(p,P),O}function w(p){for(var m=new Uint8Array(p),O=new Array(m.length),k=0;k<m.length;k++)O[k]=String.fromCharCode(m[k]);return O.join("")}function I(p){if(p.slice)return p.slice(0);var m=new Uint8Array(p.byteLength);return m.set(new Uint8Array(p)),m.buffer}function R(){return this.bodyUsed=!1,this._initBody=function(p){this.bodyUsed=this.bodyUsed,this._bodyInit=p,p?typeof p=="string"?this._bodyText=p:i.blob&&Blob.prototype.isPrototypeOf(p)?this._bodyBlob=p:i.formData&&FormData.prototype.isPrototypeOf(p)?this._bodyFormData=p:i.searchParams&&URLSearchParams.prototype.isPrototypeOf(p)?this._bodyText=p.toString():i.arrayBuffer&&i.blob&&s(p)?(this._bodyArrayBuffer=I(p.buffer),this._bodyInit=new Blob([this._bodyArrayBuffer])):i.arrayBuffer&&(ArrayBuffer.prototype.isPrototypeOf(p)||d(p))?this._bodyArrayBuffer=I(p):this._bodyText=p=Object.prototype.toString.call(p):(this._noBody=!0,this._bodyText=""),this.headers.get("content-type")||(typeof p=="string"?this.headers.set("content-type","text/plain;charset=UTF-8"):this._bodyBlob&&this._bodyBlob.type?this.headers.set("content-type",this._bodyBlob.type):i.searchParams&&URLSearchParams.prototype.isPrototypeOf(p)&&this.headers.set("content-type","application/x-www-form-urlencoded;charset=UTF-8"))},i.blob&&(this.blob=function(){var p=g(this);if(p)return p;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(){if(this._bodyArrayBuffer){var p=g(this);return p||(ArrayBuffer.isView(this._bodyArrayBuffer)?Promise.resolve(this._bodyArrayBuffer.buffer.slice(this._bodyArrayBuffer.byteOffset,this._bodyArrayBuffer.byteOffset+this._bodyArrayBuffer.byteLength)):Promise.resolve(this._bodyArrayBuffer))}else{if(i.blob)return this.blob().then(b);throw new Error("could not read as ArrayBuffer")}},this.text=function(){var p=g(this);if(p)return p;if(this._bodyBlob)return S(this._bodyBlob);if(this._bodyArrayBuffer)return Promise.resolve(w(this._bodyArrayBuffer));if(this._bodyFormData)throw new Error("could not read FormData body as text");return Promise.resolve(this._bodyText)},i.formData&&(this.formData=function(){return this.text().then(Q)}),this.json=function(){return this.text().then(JSON.parse)},this}var _=["CONNECT","DELETE","GET","HEAD","OPTIONS","PATCH","POST","PUT","TRACE"];function L(p){var m=p.toUpperCase();return _.indexOf(m)>-1?m:p}function B(p,m){if(!(this instanceof B))throw new TypeError('Please use the "new" operator, this DOM object constructor cannot be called as a function.');m=m||{};var O=m.body;if(p instanceof B){if(p.bodyUsed)throw new TypeError("Already read");this.url=p.url,this.credentials=p.credentials,m.headers||(this.headers=new y(p.headers)),this.method=p.method,this.mode=p.mode,this.signal=p.signal,!O&&p._bodyInit!=null&&(O=p._bodyInit,p.bodyUsed=!0)}else this.url=String(p);if(this.credentials=m.credentials||this.credentials||"same-origin",(m.headers||!this.headers)&&(this.headers=new y(m.headers)),this.method=L(m.method||this.method||"GET"),this.mode=m.mode||this.mode||null,this.signal=m.signal||this.signal||(function(){if("AbortController"in n){var T=new AbortController;return T.signal}})(),this.referrer=null,(this.method==="GET"||this.method==="HEAD")&&O)throw new TypeError("Body not allowed for GET or HEAD requests");if(this._initBody(O),(this.method==="GET"||this.method==="HEAD")&&(m.cache==="no-store"||m.cache==="no-cache")){var k=/([?&])_=[^&]*/;if(k.test(this.url))this.url=this.url.replace(k,"$1_="+new Date().getTime());else{var P=/\?/;this.url+=(P.test(this.url)?"&":"?")+"_="+new Date().getTime()}}}B.prototype.clone=function(){return new B(this,{body:this._bodyInit})};function Q(p){var m=new FormData;return p.trim().split("&").forEach(function(O){if(O){var k=O.split("="),P=k.shift().replace(/\+/g," "),T=k.join("=").replace(/\+/g," ");m.append(decodeURIComponent(P),decodeURIComponent(T))}}),m}function xe(p){var m=new y,O=p.replace(/\r?\n[\t ]+/g," ");return O.split("\r").map(function(k){return k.indexOf(`
2
- `)===0?k.substr(1,k.length):k}).forEach(function(k){var P=k.split(":"),T=P.shift().trim();if(T){var Ot=P.join(":").trim();try{m.append(T,Ot)}catch(yr){console.warn("Response "+yr.message)}}}),m}R.call(B.prototype);function W(p,m){if(!(this instanceof W))throw new TypeError('Please use the "new" operator, this DOM object constructor cannot be called as a function.');if(m||(m={}),this.type="default",this.status=m.status===void 0?200:m.status,this.status<200||this.status>599)throw new RangeError("Failed to construct 'Response': The status provided (0) is outside the range [200, 599].");this.ok=this.status>=200&&this.status<300,this.statusText=m.statusText===void 0?"":""+m.statusText,this.headers=new y(m.headers),this.url=m.url||"",this._initBody(p)}R.call(W.prototype),W.prototype.clone=function(){return new W(this._bodyInit,{status:this.status,statusText:this.statusText,headers:new y(this.headers),url:this.url})},W.error=function(){var p=new W(null,{status:200,statusText:""});return p.ok=!1,p.status=0,p.type="error",p};var ve=[301,302,303,307,308];W.redirect=function(p,m){if(ve.indexOf(m)===-1)throw new RangeError("Invalid status code");return new W(null,{status:m,headers:{location:p}})},o.DOMException=n.DOMException;try{new o.DOMException}catch{o.DOMException=function(m,O){this.message=m,this.name=O;var k=Error(m);this.stack=k.stack},o.DOMException.prototype=Object.create(Error.prototype),o.DOMException.prototype.constructor=o.DOMException}function Pe(p,m){return new Promise(function(O,k){var P=new B(p,m);if(P.signal&&P.signal.aborted)return k(new o.DOMException("Aborted","AbortError"));var T=new XMLHttpRequest;function Ot(){T.abort()}T.onload=function(){var H={statusText:T.statusText,headers:xe(T.getAllResponseHeaders()||"")};P.url.indexOf("file://")===0&&(T.status<200||T.status>599)?H.status=200:H.status=T.status,H.url="responseURL"in T?T.responseURL:H.headers.get("X-Request-URL");var Se="response"in T?T.response:T.responseText;setTimeout(function(){O(new W(Se,H))},0)},T.onerror=function(){setTimeout(function(){k(new TypeError("Network request failed"))},0)},T.ontimeout=function(){setTimeout(function(){k(new TypeError("Network request timed out"))},0)},T.onabort=function(){setTimeout(function(){k(new o.DOMException("Aborted","AbortError"))},0)};function yr(H){try{return H===""&&n.location.href?n.location.href:H}catch{return H}}if(T.open(P.method,yr(P.url),!0),P.credentials==="include"?T.withCredentials=!0:P.credentials==="omit"&&(T.withCredentials=!1),"responseType"in T&&(i.blob?T.responseType="blob":i.arrayBuffer&&(T.responseType="arraybuffer")),m&&typeof m.headers=="object"&&!(m.headers instanceof y||n.Headers&&m.headers instanceof n.Headers)){var go=[];Object.getOwnPropertyNames(m.headers).forEach(function(H){go.push(u(H)),T.setRequestHeader(H,f(m.headers[H]))}),P.headers.forEach(function(H,Se){go.indexOf(Se)===-1&&T.setRequestHeader(Se,H)})}else P.headers.forEach(function(H,Se){T.setRequestHeader(Se,H)});P.signal&&(P.signal.addEventListener("abort",Ot),T.onreadystatechange=function(){T.readyState===4&&P.signal.removeEventListener("abort",Ot)}),T.send(typeof P._bodyInit>"u"?null:P._bodyInit)})}return Pe.polyfill=!0,n.fetch||(n.fetch=Pe,n.Headers=y,n.Request=B,n.Response=W),o.Headers=y,o.Request=B,o.Response=W,o.fetch=Pe,o})({})})(qt);qt.fetch.ponyfill=!0;delete qt.fetch.polyfill;var nt=Zt.fetch?Zt:qt;me=nt.fetch;me.default=nt.fetch;me.fetch=nt.fetch;me.Headers=nt.Headers;me.Request=nt.Request;me.Response=nt.Response;ma.exports=me});var Ti=A(D());var pr=A(ee()),hr=A(Z()),yo=A(D());var So=A(ee());var Co=So.css``;var wt=A(D()),Eo=A(Z());var Oo;(function(r){r.clusteringHelperCreated="clustering-helper-created",r.mapAttachmentsUpdate="map-attachments-update",r.visibleTopicChange="visible-topic-change"})(Oo||(Oo={}));var Ao;(function(r){r.FEEDBACK="FEEDBACK",r.RATING="RATING",r.PRINT="PRINT",r.BOOKMARK="BOOKMARK",r.COLLECTIONS="COLLECTIONS",r.PERSONAL_BOOKS="PERSONAL_BOOKS"})(Ao||(Ao={}));var Ui=function(r,t,o,n){var i=arguments.length,s=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,o):n,l;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(r,t,o,n);else for(var d=r.length-1;d>=0;d--)(l=r[d])&&(s=(i<3?l(s):i>3?l(t,o,s):l(t,o))||s);return i>3&&s&&Object.defineProperty(t,o,s),s},mr=class extends Event{constructor(){super("register-ft-reader-component",{bubbles:!0,composed:!0})}},gr=Symbol("registerInterval"),Fi=(0,wt.applyMixinOnce)(Symbol("toFtReaderComponent"),function(r){var t;class o extends r{constructor(){super(...arguments),this[t]=0}setReaderStateManager(i){this.clearStateManager(),this.stateManager=i,this.addStore(i.store,"reader")}clearStateManager(){this.stateManager&&(this.removeStore("reader"),this.stateManager=void 0)}get service(){var i;return(i=this.stateManager)===null||i===void 0?void 0:i.service}connectedCallback(){super.connectedCallback(),this[gr]=window.setInterval(()=>this.tryToRegisterToContext(),50)}tryToRegisterToContext(){this.stateManager!=null?window.clearInterval(this[gr]):this.dispatchEvent(new mr)}disconnectedCallback(){super.disconnectedCallback(),this.clearStateManager()}}return t=gr,Ui([(0,Eo.state)()],o.prototype,"stateManager",void 0),o}),Et=class extends Fi(wt.FtLitElementRedux){};var Ar=globalThis,It=Ar.trustedTypes,wo=It?It.createPolicy("lit-html",{createHTML:r=>r}):void 0,_o="$lit$",de=`lit$${Math.random().toFixed(9).slice(2)}$`,No="?"+de,Mi=`<${No}>`,Ae=document,Rt=()=>Ae.createComment(""),dt=r=>r===null||typeof r!="object"&&typeof r!="function",Er=Array.isArray,Bi=r=>Er(r)||typeof r?.[Symbol.iterator]=="function",br=`[
2
+ `)===0?k.substr(1,k.length):k}).forEach(function(k){var P=k.split(":"),T=P.shift().trim();if(T){var Ot=P.join(":").trim();try{m.append(T,Ot)}catch(yr){console.warn("Response "+yr.message)}}}),m}R.call(B.prototype);function W(p,m){if(!(this instanceof W))throw new TypeError('Please use the "new" operator, this DOM object constructor cannot be called as a function.');if(m||(m={}),this.type="default",this.status=m.status===void 0?200:m.status,this.status<200||this.status>599)throw new RangeError("Failed to construct 'Response': The status provided (0) is outside the range [200, 599].");this.ok=this.status>=200&&this.status<300,this.statusText=m.statusText===void 0?"":""+m.statusText,this.headers=new y(m.headers),this.url=m.url||"",this._initBody(p)}R.call(W.prototype),W.prototype.clone=function(){return new W(this._bodyInit,{status:this.status,statusText:this.statusText,headers:new y(this.headers),url:this.url})},W.error=function(){var p=new W(null,{status:200,statusText:""});return p.ok=!1,p.status=0,p.type="error",p};var ve=[301,302,303,307,308];W.redirect=function(p,m){if(ve.indexOf(m)===-1)throw new RangeError("Invalid status code");return new W(null,{status:m,headers:{location:p}})},o.DOMException=n.DOMException;try{new o.DOMException}catch{o.DOMException=function(m,O){this.message=m,this.name=O;var k=Error(m);this.stack=k.stack},o.DOMException.prototype=Object.create(Error.prototype),o.DOMException.prototype.constructor=o.DOMException}function Pe(p,m){return new Promise(function(O,k){var P=new B(p,m);if(P.signal&&P.signal.aborted)return k(new o.DOMException("Aborted","AbortError"));var T=new XMLHttpRequest;function Ot(){T.abort()}T.onload=function(){var H={statusText:T.statusText,headers:xe(T.getAllResponseHeaders()||"")};P.url.indexOf("file://")===0&&(T.status<200||T.status>599)?H.status=200:H.status=T.status,H.url="responseURL"in T?T.responseURL:H.headers.get("X-Request-URL");var Se="response"in T?T.response:T.responseText;setTimeout(function(){O(new W(Se,H))},0)},T.onerror=function(){setTimeout(function(){k(new TypeError("Network request failed"))},0)},T.ontimeout=function(){setTimeout(function(){k(new TypeError("Network request timed out"))},0)},T.onabort=function(){setTimeout(function(){k(new o.DOMException("Aborted","AbortError"))},0)};function yr(H){try{return H===""&&n.location.href?n.location.href:H}catch{return H}}if(T.open(P.method,yr(P.url),!0),P.credentials==="include"?T.withCredentials=!0:P.credentials==="omit"&&(T.withCredentials=!1),"responseType"in T&&(i.blob?T.responseType="blob":i.arrayBuffer&&(T.responseType="arraybuffer")),m&&typeof m.headers=="object"&&!(m.headers instanceof y||n.Headers&&m.headers instanceof n.Headers)){var go=[];Object.getOwnPropertyNames(m.headers).forEach(function(H){go.push(u(H)),T.setRequestHeader(H,f(m.headers[H]))}),P.headers.forEach(function(H,Se){go.indexOf(Se)===-1&&T.setRequestHeader(Se,H)})}else P.headers.forEach(function(H,Se){T.setRequestHeader(Se,H)});P.signal&&(P.signal.addEventListener("abort",Ot),T.onreadystatechange=function(){T.readyState===4&&P.signal.removeEventListener("abort",Ot)}),T.send(typeof P._bodyInit>"u"?null:P._bodyInit)})}return Pe.polyfill=!0,n.fetch||(n.fetch=Pe,n.Headers=y,n.Request=B,n.Response=W),o.Headers=y,o.Request=B,o.Response=W,o.fetch=Pe,o})({})})(qt);qt.fetch.ponyfill=!0;delete qt.fetch.polyfill;var nt=Zt.fetch?Zt:qt;me=nt.fetch;me.default=nt.fetch;me.fetch=nt.fetch;me.Headers=nt.Headers;me.Request=nt.Request;me.Response=nt.Response;ma.exports=me});var Ti=A(D());var pr=A(ee()),hr=A(Z()),yo=A(D());var So=A(ee());var Co=So.css``;var wt=A(D()),Eo=A(Z());var Oo;(function(r){r.clusteringHelperCreated="clustering-helper-created",r.mapAttachmentsUpdate="map-attachments-update",r.visibleTopicChange="visible-topic-change",r.requestedTopicNotFound="requested-topic-not-found"})(Oo||(Oo={}));var Ao;(function(r){r.FEEDBACK="FEEDBACK",r.RATING="RATING",r.PRINT="PRINT",r.BOOKMARK="BOOKMARK",r.COLLECTIONS="COLLECTIONS",r.PERSONAL_BOOKS="PERSONAL_BOOKS"})(Ao||(Ao={}));var Ui=function(r,t,o,n){var i=arguments.length,s=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,o):n,l;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(r,t,o,n);else for(var d=r.length-1;d>=0;d--)(l=r[d])&&(s=(i<3?l(s):i>3?l(t,o,s):l(t,o))||s);return i>3&&s&&Object.defineProperty(t,o,s),s},mr=class extends Event{constructor(){super("register-ft-reader-component",{bubbles:!0,composed:!0})}},gr=Symbol("registerInterval"),Fi=(0,wt.applyMixinOnce)(Symbol("toFtReaderComponent"),function(r){var t;class o extends r{constructor(){super(...arguments),this[t]=0}setReaderStateManager(i){this.clearStateManager(),this.stateManager=i,this.addStore(i.store,"reader")}clearStateManager(){this.stateManager&&(this.removeStore("reader"),this.stateManager=void 0)}get service(){var i;return(i=this.stateManager)===null||i===void 0?void 0:i.service}connectedCallback(){super.connectedCallback(),this[gr]=window.setInterval(()=>this.tryToRegisterToContext(),50)}tryToRegisterToContext(){this.stateManager!=null?window.clearInterval(this[gr]):this.dispatchEvent(new mr)}disconnectedCallback(){super.disconnectedCallback(),this.clearStateManager()}}return t=gr,Ui([(0,Eo.state)()],o.prototype,"stateManager",void 0),o}),Et=class extends Fi(wt.FtLitElementRedux){};var Ar=globalThis,It=Ar.trustedTypes,wo=It?It.createPolicy("lit-html",{createHTML:r=>r}):void 0,_o="$lit$",de=`lit$${Math.random().toFixed(9).slice(2)}$`,No="?"+de,Mi=`<${No}>`,Ae=document,Rt=()=>Ae.createComment(""),dt=r=>r===null||typeof r!="object"&&typeof r!="function",Er=Array.isArray,Bi=r=>Er(r)||typeof r?.[Symbol.iterator]=="function",br=`[
3
3
  \f\r]`,lt=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,Io=/-->/g,Ro=/>/g,Ce=RegExp(`>|${br}(?:([^\\s"'>=/]+)(${br}*=${br}*(?:[^
4
4
  \f\r"'\`<>=]|("|')|))|$)`,"g"),To=/'/g,Lo=/"/g,Po=/^(?:script|style|textarea|title)$/i,wr=r=>(t,...o)=>({_$litType$:r,strings:t,values:o}),Do=wr(1),Uo=wr(2),Fo=wr(3),ut=Symbol.for("lit-noChange"),M=Symbol.for("lit-nothing"),ko=new WeakMap,Oe=Ae.createTreeWalker(Ae,129);function Mo(r,t){if(!Er(r)||!r.hasOwnProperty("raw"))throw Error("invalid template strings array");return wo!==void 0?wo.createHTML(t):t}var Hi=(r,t)=>{let o=r.length-1,n=[],i,s=t===2?"<svg>":t===3?"<math>":"",l=lt;for(let d=0;d<o;d++){let u=r[d],f,h,y=-1,g=0;for(;g<u.length&&(l.lastIndex=g,h=l.exec(u),h!==null);)g=l.lastIndex,l===lt?h[1]==="!--"?l=Io:h[1]!==void 0?l=Ro:h[2]!==void 0?(Po.test(h[2])&&(i=RegExp("</"+h[2],"g")),l=Ce):h[3]!==void 0&&(l=Ce):l===Ce?h[0]===">"?(l=i??lt,y=-1):h[1]===void 0?y=-2:(y=l.lastIndex-h[2].length,f=h[1],l=h[3]===void 0?Ce:h[3]==='"'?Lo:To):l===Lo||l===To?l=Ce:l===Io||l===Ro?l=lt:(l=Ce,i=void 0);let v=l===Ce&&r[d+1].startsWith("/>")?" ":"";s+=l===lt?u+Mi:y>=0?(n.push(f),u.slice(0,y)+_o+u.slice(y)+de+v):u+de+(y===-2?d:v)}return[Mo(r,s+(r[o]||"<?>")+(t===2?"</svg>":t===3?"</math>":"")),n]},ft=class r{constructor({strings:t,_$litType$:o},n){let i;this.parts=[];let s=0,l=0,d=t.length-1,u=this.parts,[f,h]=Hi(t,o);if(this.el=r.createElement(f,n),Oe.currentNode=this.el.content,o===2||o===3){let y=this.el.content.firstChild;y.replaceWith(...y.childNodes)}for(;(i=Oe.nextNode())!==null&&u.length<d;){if(i.nodeType===1){if(i.hasAttributes())for(let y of i.getAttributeNames())if(y.endsWith(_o)){let g=h[l++],v=i.getAttribute(y).split(de),b=/([.?@])?(.*)/.exec(g);u.push({type:1,index:s,name:b[2],strings:v,ctor:b[1]==="."?vr:b[1]==="?"?Sr:b[1]==="@"?Cr:Ue}),i.removeAttribute(y)}else y.startsWith(de)&&(u.push({type:6,index:s}),i.removeAttribute(y));if(Po.test(i.tagName)){let y=i.textContent.split(de),g=y.length-1;if(g>0){i.textContent=It?It.emptyScript:"";for(let v=0;v<g;v++)i.append(y[v],Rt()),Oe.nextNode(),u.push({type:2,index:++s});i.append(y[g],Rt())}}}else if(i.nodeType===8)if(i.data===No)u.push({type:2,index:s});else{let y=-1;for(;(y=i.data.indexOf(de,y+1))!==-1;)u.push({type:7,index:s}),y+=de.length-1}s++}}static createElement(t,o){let n=Ae.createElement("template");return n.innerHTML=t,n}};function De(r,t,o=r,n){if(t===ut)return t;let i=n!==void 0?o._$Co?.[n]:o._$Cl,s=dt(t)?void 0:t._$litDirective$;return i?.constructor!==s&&(i?._$AO?.(!1),s===void 0?i=void 0:(i=new s(r),i._$AT(r,o,n)),n!==void 0?(o._$Co??=[])[n]=i:o._$Cl=i),i!==void 0&&(t=De(r,i._$AS(r,t.values),i,n)),t}var xr=class{constructor(t,o){this._$AV=[],this._$AN=void 0,this._$AD=t,this._$AM=o}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(t){let{el:{content:o},parts:n}=this._$AD,i=(t?.creationScope??Ae).importNode(o,!0);Oe.currentNode=i;let s=Oe.nextNode(),l=0,d=0,u=n[0];for(;u!==void 0;){if(l===u.index){let f;u.type===2?f=new Tt(s,s.nextSibling,this,t):u.type===1?f=new u.ctor(s,u.name,u.strings,this,t):u.type===6&&(f=new Or(s,this,t)),this._$AV.push(f),u=n[++d]}l!==u?.index&&(s=Oe.nextNode(),l++)}return Oe.currentNode=Ae,i}p(t){let o=0;for(let n of this._$AV)n!==void 0&&(n.strings!==void 0?(n._$AI(t,n,o),o+=n.strings.length-2):n._$AI(t[o])),o++}},Tt=class r{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(t,o,n,i){this.type=2,this._$AH=M,this._$AN=void 0,this._$AA=t,this._$AB=o,this._$AM=n,this.options=i,this._$Cv=i?.isConnected??!0}get parentNode(){let t=this._$AA.parentNode,o=this._$AM;return o!==void 0&&t?.nodeType===11&&(t=o.parentNode),t}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(t,o=this){t=De(this,t,o),dt(t)?t===M||t==null||t===""?(this._$AH!==M&&this._$AR(),this._$AH=M):t!==this._$AH&&t!==ut&&this._(t):t._$litType$!==void 0?this.$(t):t.nodeType!==void 0?this.T(t):Bi(t)?this.k(t):this._(t)}O(t){return this._$AA.parentNode.insertBefore(t,this._$AB)}T(t){this._$AH!==t&&(this._$AR(),this._$AH=this.O(t))}_(t){this._$AH!==M&&dt(this._$AH)?this._$AA.nextSibling.data=t:this.T(Ae.createTextNode(t)),this._$AH=t}$(t){let{values:o,_$litType$:n}=t,i=typeof n=="number"?this._$AC(t):(n.el===void 0&&(n.el=ft.createElement(Mo(n.h,n.h[0]),this.options)),n);if(this._$AH?._$AD===i)this._$AH.p(o);else{let s=new xr(i,this),l=s.u(this.options);s.p(o),this.T(l),this._$AH=s}}_$AC(t){let o=ko.get(t.strings);return o===void 0&&ko.set(t.strings,o=new ft(t)),o}k(t){Er(this._$AH)||(this._$AH=[],this._$AR());let o=this._$AH,n,i=0;for(let s of t)i===o.length?o.push(n=new r(this.O(Rt()),this.O(Rt()),this,this.options)):n=o[i],n._$AI(s),i++;i<o.length&&(this._$AR(n&&n._$AB.nextSibling,i),o.length=i)}_$AR(t=this._$AA.nextSibling,o){for(this._$AP?.(!1,!0,o);t&&t!==this._$AB;){let n=t.nextSibling;t.remove(),t=n}}setConnected(t){this._$AM===void 0&&(this._$Cv=t,this._$AP?.(t))}},Ue=class{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(t,o,n,i,s){this.type=1,this._$AH=M,this._$AN=void 0,this.element=t,this.name=o,this._$AM=i,this.options=s,n.length>2||n[0]!==""||n[1]!==""?(this._$AH=Array(n.length-1).fill(new String),this.strings=n):this._$AH=M}_$AI(t,o=this,n,i){let s=this.strings,l=!1;if(s===void 0)t=De(this,t,o,0),l=!dt(t)||t!==this._$AH&&t!==ut,l&&(this._$AH=t);else{let d=t,u,f;for(t=s[0],u=0;u<s.length-1;u++)f=De(this,d[n+u],o,u),f===ut&&(f=this._$AH[u]),l||=!dt(f)||f!==this._$AH[u],f===M?t=M:t!==M&&(t+=(f??"")+s[u+1]),this._$AH[u]=f}l&&!i&&this.j(t)}j(t){t===M?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,t??"")}},vr=class extends Ue{constructor(){super(...arguments),this.type=3}j(t){this.element[this.name]=t===M?void 0:t}},Sr=class extends Ue{constructor(){super(...arguments),this.type=4}j(t){this.element.toggleAttribute(this.name,!!t&&t!==M)}},Cr=class extends Ue{constructor(t,o,n,i,s){super(t,o,n,i,s),this.type=5}_$AI(t,o=this){if((t=De(this,t,o,0)??M)===ut)return;let n=this._$AH,i=t===M&&n!==M||t.capture!==n.capture||t.once!==n.once||t.passive!==n.passive,s=t!==M&&(n===M||i);i&&this.element.removeEventListener(this.name,this,n),s&&this.element.addEventListener(this.name,this,t),this._$AH=t}handleEvent(t){typeof this._$AH=="function"?this._$AH.call(this.options?.host??this.element,t):this._$AH.handleEvent(t)}},Or=class{constructor(t,o,n){this.element=t,this.type=6,this._$AN=void 0,this._$AM=o,this.options=n}get _$AU(){return this._$AM._$AU}_$AI(t){De(this,t)}};var Gi=Ar.litHtmlPolyfillSupport;Gi?.(ft,Tt),(Ar.litHtmlVersions??=[]).push("3.3.0");var Ho=Symbol.for(""),zi=r=>{if(r?.r===Ho)return r?._$litStatic$},Fe=r=>({_$litStatic$:r,r:Ho});var Bo=new Map,Ir=r=>(t,...o)=>{let n=o.length,i,s,l=[],d=[],u,f=0,h=!1;for(;f<n;){for(u=t[f];f<n&&(s=o[f],(i=zi(s))!==void 0);)u+=i+t[++f],h=!0;f!==n&&d.push(s),l.push(u),f++}if(f===n&&l.push(t[n]),h){let y=l.join("$$lit$$");(t=Bo.get(y))===void 0&&(l.raw=l,Bo.set(y,t=l)),o=d}return r(t,...o)},Me=Ir(Do),Js=Ir(Uo),Qs=Ir(Fo);var Rr=A(Z()),en=A(D());var Lt;(function(r){r.title="title",r.title_dense="title-dense",r.subtitle1="subtitle1",r.subtitle2="subtitle2",r.body1="body1",r.body2="body2",r.caption="caption",r.breadcrumb="breadcrumb",r.overline="overline",r.button="button"})(Lt||(Lt={}));var q=A(ee()),x=A(D()),Go=x.FtCssVariableFactory.extend("--ft-typography-font-family","",x.designSystemVariables.titleFont),ie=x.FtCssVariableFactory.extend("--ft-typography-font-family","",x.designSystemVariables.contentFont),C={fontFamily:ie,fontSize:x.FtCssVariableFactory.create("--ft-typography-font-size","","SIZE","16px"),fontWeight:x.FtCssVariableFactory.create("--ft-typography-font-weight","","UNKNOWN","normal"),letterSpacing:x.FtCssVariableFactory.create("--ft-typography-letter-spacing","","SIZE","0.496px"),lineHeight:x.FtCssVariableFactory.create("--ft-typography-line-height","","NUMBER","1.5"),textTransform:x.FtCssVariableFactory.create("--ft-typography-text-transform","","UNKNOWN","inherit")},Be={fontFamily:x.FtCssVariableFactory.extend("--ft-typography-title-font-family","",Go),fontSize:x.FtCssVariableFactory.extend("--ft-typography-title-font-size","",C.fontSize,"20px"),fontWeight:x.FtCssVariableFactory.extend("--ft-typography-title-font-weight","",C.fontWeight,"normal"),letterSpacing:x.FtCssVariableFactory.extend("--ft-typography-title-letter-spacing","",C.letterSpacing,"0.15px"),lineHeight:x.FtCssVariableFactory.extend("--ft-typography-title-line-height","",C.lineHeight,"1.2"),textTransform:x.FtCssVariableFactory.extend("--ft-typography-title-text-transform","",C.textTransform,"inherit")},He={fontFamily:x.FtCssVariableFactory.extend("--ft-typography-title-dense-font-family","",Go),fontSize:x.FtCssVariableFactory.extend("--ft-typography-title-dense-font-size","",C.fontSize,"14px"),fontWeight:x.FtCssVariableFactory.extend("--ft-typography-title-dense-font-weight","",C.fontWeight,"normal"),letterSpacing:x.FtCssVariableFactory.extend("--ft-typography-title-dense-letter-spacing","",C.letterSpacing,"0.105px"),lineHeight:x.FtCssVariableFactory.extend("--ft-typography-title-dense-line-height","",C.lineHeight,"1.7"),textTransform:x.FtCssVariableFactory.extend("--ft-typography-title-dense-text-transform","",C.textTransform,"inherit")},Ge={fontFamily:x.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-family","",ie),fontSize:x.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-size","",C.fontSize,"16px"),fontWeight:x.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-weight","",C.fontWeight,"600"),letterSpacing:x.FtCssVariableFactory.extend("--ft-typography-subtitle1-letter-spacing","",C.letterSpacing,"0.144px"),lineHeight:x.FtCssVariableFactory.extend("--ft-typography-subtitle1-line-height","",C.lineHeight,"1.5"),textTransform:x.FtCssVariableFactory.extend("--ft-typography-subtitle1-text-transform","",C.textTransform,"inherit")},ze={fontFamily:x.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-family","",ie),fontSize:x.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-size","",C.fontSize,"14px"),fontWeight:x.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-weight","",C.fontWeight,"normal"),letterSpacing:x.FtCssVariableFactory.extend("--ft-typography-subtitle2-letter-spacing","",C.letterSpacing,"0.098px"),lineHeight:x.FtCssVariableFactory.extend("--ft-typography-subtitle2-line-height","",C.lineHeight,"1.7"),textTransform:x.FtCssVariableFactory.extend("--ft-typography-subtitle2-text-transform","",C.textTransform,"inherit")},We={fontFamily:x.FtCssVariableFactory.extend("--ft-typography-body1-font-family","",ie),fontSize:x.FtCssVariableFactory.extend("--ft-typography-body1-font-size","",C.fontSize,"16px"),fontWeight:x.FtCssVariableFactory.extend("--ft-typography-body1-font-weight","",C.fontWeight,"normal"),letterSpacing:x.FtCssVariableFactory.extend("--ft-typography-body1-letter-spacing","",C.letterSpacing,"0.496px"),lineHeight:x.FtCssVariableFactory.extend("--ft-typography-body1-line-height","",C.lineHeight,"1.5"),textTransform:x.FtCssVariableFactory.extend("--ft-typography-body1-text-transform","",C.textTransform,"inherit")},je={fontFamily:x.FtCssVariableFactory.extend("--ft-typography-body2-font-family","",ie),fontSize:x.FtCssVariableFactory.extend("--ft-typography-body2-font-size","",C.fontSize,"14px"),fontWeight:x.FtCssVariableFactory.extend("--ft-typography-body2-font-weight","",C.fontWeight,"normal"),letterSpacing:x.FtCssVariableFactory.extend("--ft-typography-body2-letter-spacing","",C.letterSpacing,"0.252px"),lineHeight:x.FtCssVariableFactory.extend("--ft-typography-body2-line-height","",C.lineHeight,"1.4"),textTransform:x.FtCssVariableFactory.extend("--ft-typography-body2-text-transform","",C.textTransform,"inherit")},$e={fontFamily:x.FtCssVariableFactory.extend("--ft-typography-caption-font-family","",ie),fontSize:x.FtCssVariableFactory.extend("--ft-typography-caption-font-size","",C.fontSize,"12px"),fontWeight:x.FtCssVariableFactory.extend("--ft-typography-caption-font-weight","",C.fontWeight,"normal"),letterSpacing:x.FtCssVariableFactory.extend("--ft-typography-caption-letter-spacing","",C.letterSpacing,"0.396px"),lineHeight:x.FtCssVariableFactory.extend("--ft-typography-caption-line-height","",C.lineHeight,"1.33"),textTransform:x.FtCssVariableFactory.extend("--ft-typography-caption-text-transform","",C.textTransform,"inherit")},Ke={fontFamily:x.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-family","",ie),fontSize:x.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-size","",C.fontSize,"10px"),fontWeight:x.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-weight","",C.fontWeight,"normal"),letterSpacing:x.FtCssVariableFactory.extend("--ft-typography-breadcrumb-letter-spacing","",C.letterSpacing,"0.33px"),lineHeight:x.FtCssVariableFactory.extend("--ft-typography-breadcrumb-line-height","",C.lineHeight,"1.6"),textTransform:x.FtCssVariableFactory.extend("--ft-typography-breadcrumb-text-transform","",C.textTransform,"inherit")},Ve={fontFamily:x.FtCssVariableFactory.extend("--ft-typography-overline-font-family","",ie),fontSize:x.FtCssVariableFactory.extend("--ft-typography-overline-font-size","",C.fontSize,"10px"),fontWeight:x.FtCssVariableFactory.extend("--ft-typography-overline-font-weight","",C.fontWeight,"normal"),letterSpacing:x.FtCssVariableFactory.extend("--ft-typography-overline-letter-spacing","",C.letterSpacing,"1.5px"),lineHeight:x.FtCssVariableFactory.extend("--ft-typography-overline-line-height","",C.lineHeight,"1.6"),textTransform:x.FtCssVariableFactory.extend("--ft-typography-overline-text-transform","",C.textTransform,"uppercase")},Ze={fontFamily:x.FtCssVariableFactory.extend("--ft-typography-button-font-family","",ie),fontSize:x.FtCssVariableFactory.extend("--ft-typography-button-font-size","",C.fontSize,"14px"),fontWeight:x.FtCssVariableFactory.extend("--ft-typography-button-font-weight","",C.fontWeight,"600"),letterSpacing:x.FtCssVariableFactory.extend("--ft-typography-button-letter-spacing","",C.letterSpacing,"1.246px"),lineHeight:x.FtCssVariableFactory.extend("--ft-typography-button-line-height","",C.lineHeight,"1.15"),textTransform:x.FtCssVariableFactory.extend("--ft-typography-button-text-transform","",C.textTransform,"uppercase")},zo=q.css`
5
5
  .ft-typography--title {
@@ -82,7 +82,7 @@ Also for action icons.`,c.colorGray200),contentGlobalSubtle:o.extend("--ftds-con
82
82
  <li>${this.helperText}</li>
83
83
  `)}
84
84
  </ul>
85
- `}resolveStatus(){return this.forceStatus?this.forceStatus:this.errorMessages.length?mt.error:this.warningMessages.length?mt.warning:mt.default}processRules(n){return n.map(a=>a(this.value)).filter(a=>a!==!0).map(a=>a)}}return Y([T()],e.prototype,"warningRules",void 0),Y([T()],e.prototype,"errorRules",void 0),Y([T()],e.prototype,"validateOn",void 0),Y([T({type:Boolean})],e.prototype,"validateAtRender",void 0),Y([T()],e.prototype,"label",void 0),Y([T({type:Boolean})],e.prototype,"hideLabel",void 0),Y([T()],e.prototype,"name",void 0),Y([T({type:Boolean})],e.prototype,"disabled",void 0),Y([T()],e.prototype,"helperText",void 0),Y([T()],e.prototype,"forceStatus",void 0),Y([T({reflect:!0})],e.prototype,"value",void 0),Y([ee()],e.prototype,"errorMessages",void 0),Y([ee()],e.prototype,"warningMessages",void 0),Y([ee()],e.prototype,"status",void 0),Y([ee()],e.prototype,"focused",void 0),Y([ee()],e.prototype,"additionalWarningRules",void 0),Y([ee()],e.prototype,"additionalErrorRules",void 0),e});var Pr=(t,e)=>{let r=t._$AN;if(r===void 0)return!1;for(let n of r)n._$AO?.(e,!1),Pr(n,e);return!0},mo=t=>{let e,r;do{if((e=t._$AM)===void 0)break;r=e._$AN,r.delete(t),t=e}while(r?.size===0)},Xc=t=>{for(let e;e=t._$AM;t=e){let r=e._$AN;if(r===void 0)e._$AN=r=new Set;else if(r.has(t))break;r.add(t),Wf(e)}};function Hf(t){this._$AN!==void 0?(mo(this),this._$AM=t,Xc(this)):this._$AM=t}function zf(t,e=!1,r=0){let n=this._$AH,a=this._$AN;if(a!==void 0&&a.size!==0)if(e)if(Array.isArray(n))for(let i=r;i<n.length;i++)Pr(n[i],!1),mo(n[i]);else n!=null&&(Pr(n,!1),mo(n));else Pr(this,t)}var Wf=t=>{t.type==xe.CHILD&&(t._$AP??=zf,t._$AQ??=Hf)},jt=class extends le{constructor(){super(...arguments),this._$AN=void 0}_$AT(e,r,n){super._$AT(e,r,n),Xc(this),this.isConnected=e._$AU}_$AO(e,r=!0){e!==this.isConnected&&(this.isConnected=e,e?this.reconnected?.():this.disconnected?.()),r&&(Pr(this,e),mo(this))}setValue(e){if(Ii(this._$Ct))this._$Ct._$AI(e,this);else{let r=[...this._$Ct._$AH];r[this._$Ci]=e,this._$Ct._$AI(r,this,0)}}disconnected(){}reconnected(){}};var Va=class extends jt{get element(){var e;return(e=this.part)===null||e===void 0?void 0:e.element}constructor(e){super(e),this.onFirstTrapFocus=async r=>{if(!this.element||!r.relatedTarget)return;let n=r.relatedTarget;this.isInsideElement(n,this.element)?await this.focusLastDescendant(this.element):await this.focusFirstDescendant(this.element)},this.onLastTrapFocus=async r=>{if(!this.element||!r.relatedTarget)return;let n=r.relatedTarget;this.isInsideElement(n,this.element)?await this.focusFirstDescendant(this.element):await this.focusLastDescendant(this.element)}}render(){return V}update(e){return this.part=e,this.ensureFocusTrap(e.element),V}reconnected(){var e;this.ensureFocusTrap((e=this.part)===null||e===void 0?void 0:e.element)}disconnected(){this.removeFocusTrap()}ensureFocusTrap(e){var r,n;this.isElementTrappable(e)&&(((r=this.firstTrap)===null||r===void 0?void 0:r.parentElement)===e&&((n=this.lastTrap)===null||n===void 0?void 0:n.parentElement)===e||(this.removeFocusTrap(),this.createFocusTrap(e)))}removeFocusTrap(){var e,r,n,a;(e=this.firstTrap)===null||e===void 0||e.removeEventListener("focus",this.onFirstTrapFocus),(r=this.lastTrap)===null||r===void 0||r.removeEventListener("focus",this.onLastTrapFocus),(n=this.firstTrap)===null||n===void 0||n.remove(),(a=this.lastTrap)===null||a===void 0||a.remove(),this.firstTrap=void 0,this.lastTrap=void 0}isElementTrappable(e){return!!e&&e instanceof HTMLElement&&e.childElementCount>0}createFocusTrap(e){this.firstTrap=this.createTrap(),this.lastTrap=this.createTrap(),e.insertBefore(this.firstTrap,e.firstChild),e.appendChild(this.lastTrap),this.lastTrap.addEventListener("focus",this.onLastTrapFocus),this.firstTrap.addEventListener("focus",this.onFirstTrapFocus)}createTrap(){let e=document.createElement("div");return e.tabIndex=0,e}getChildren(e){return e instanceof HTMLSlotElement?e.assignedElements():e.shadowRoot?e.shadowRoot.children:e.children}async focusFirstDescendant(e){await this.updateCompleteIfNecessary(e);let r=this.getChildren(e);for(let n=0;n<r.length;n++){let a=r[n];if(a instanceof HTMLElement&&(this.attemptFocus(a)||await this.focusFirstDescendant(a)))return!0}return!1}async focusLastDescendant(e){await this.updateCompleteIfNecessary(e);let r=this.getChildren(e);for(let n=r.length-1;n>=0;n--){let a=r[n];if(a instanceof HTMLElement&&(this.attemptFocus(a)||await this.focusLastDescendant(a)))return!0}return!1}async updateCompleteIfNecessary(e){e instanceof ce&&await e.updateComplete}isInsideElement(e,r){for(let n=e;n;n=n.parentNode){if(n===r)return!0;n instanceof ShadowRoot?n=n.host:n.assignedSlot&&(n=n.assignedSlot)}return!1}attemptFocus(e){return e===this.firstTrap||e===this.lastTrap||!this.isFocusable(e)?!1:(e.focus(),!0)}isFocusable(e){return!e.checkVisibility()||this.isElementDisabled(e)?!1:e instanceof HTMLAnchorElement?!!e.href&&e.rel!=="ignore":e instanceof HTMLInputElement?e.type!=="hidden":e.tabIndex>=0}isElementDisabled(e){return"disabled"in e&&!!e.disabled}},$v=oe(Va);var Qc;(function(t){t.sm="sm",t.md="md",t.lg="lg",t.xl="xl"})(Qc||(Qc={}));var jf={sm:640,md:768,lg:1024,xl:1280},Ka=class extends jt{constructor(e){super(e),this.size=0,this.onResize=()=>{let r=window.innerWidth;this.size!==r&&(this.size=r,this.lastArgs&&this.setValue(this.render(...this.lastArgs)))},this.size=window.innerWidth,window.addEventListener("resize",this.onResize)}disconnected(){window.removeEventListener("resize",this.onResize)}reconnected(){window.addEventListener("resize",this.onResize)}update(e,[r,n,a]){return this.lastArgs=[r,n,a],this.render(r,n,a)}render(e,r,n){let a=this.resolveThreshold(e),i=n??(()=>H);return this.size>a?r():i()}resolveThreshold(e){return typeof e=="number"?e:jf[e]}},jv=oe(Ka);var Za,qa,Ya,Ja,Gf=navigator.vendor&&!!navigator.vendor.match(/apple/i)||((Ya=(qa=(Za=window.safari)===null||Za===void 0?void 0:Za.pushNotification)===null||qa===void 0?void 0:qa.toString())!==null&&Ya!==void 0?Ya:"")==="[object SafariRemoteNotification]",Vf="ontouchstart"in window||navigator.maxTouchPoints>0||navigator.msMaxTouchPoints>0;window.ftGlobals=(Ja=window.ftGlobals)!==null&&Ja!==void 0?Ja:{lit:Zo,litDecorators:qo,litRepeat:Yo,litClassMap:Jo,litStyleMap:Xo,litUnsafeHTML:Qo,wcUtils:{...dn,...tn,...yn,...Ba,...mn,...on,...Fn,...ln,...qn,...Wa,...qc,...Na,...Yn,...Nn,...ra,...Ua,...ea,...ja,...ws,...an,...aa,...Mn,...ia,...Yc,...Rs,...sa,..._a,...Ha,...Jn,...Qn,...Ma,...fn,isSafari:Gf,isTouchScreen:Vf,setVariable:wt}};var el=N``;var tl;(function(t){t.clusteringHelperCreated="clustering-helper-created",t.mapAttachmentsUpdate="map-attachments-update",t.visibleTopicChange="visible-topic-change"})(tl||(tl={}));var rl;(function(t){t.FEEDBACK="FEEDBACK",t.RATING="RATING",t.PRINT="PRINT",t.BOOKMARK="BOOKMARK",t.COLLECTIONS="COLLECTIONS",t.PERSONAL_BOOKS="PERSONAL_BOOKS"})(rl||(rl={}));var Kf=function(t,e,r,n){var a=arguments.length,i=a<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(t,e,r,n);else for(var l=t.length-1;l>=0;l--)(s=t[l])&&(i=(a<3?s(i):a>3?s(e,r,i):s(e,r))||i);return a>3&&i&&Object.defineProperty(e,r,i),i},Qa=class extends Event{constructor(){super("register-ft-reader-component",{bubbles:!0,composed:!0})}},Xa=Symbol("registerInterval"),Zf=K(Symbol("toFtReaderComponent"),function(t){var e;class r extends t{constructor(){super(...arguments),this[e]=0}setReaderStateManager(a){this.clearStateManager(),this.stateManager=a,this.addStore(a.store,"reader")}clearStateManager(){this.stateManager&&(this.removeStore("reader"),this.stateManager=void 0)}get service(){var a;return(a=this.stateManager)===null||a===void 0?void 0:a.service}connectedCallback(){super.connectedCallback(),this[Xa]=window.setInterval(()=>this.tryToRegisterToContext(),50)}tryToRegisterToContext(){this.stateManager!=null?window.clearInterval(this[Xa]):this.dispatchEvent(new Qa)}disconnectedCallback(){super.disconnectedCallback(),this.clearStateManager()}}return e=Xa,Kf([ee()],r.prototype,"stateManager",void 0),r}),go=class extends Zf(ke){};var nl=Symbol.for(""),qf=t=>{if(t?.r===nl)return t?._$litStatic$},Gt=t=>({_$litStatic$:t,r:nl});var ol=new Map,ei=t=>(e,...r)=>{let n=r.length,a,i,s=[],l=[],d,f=0,h=!1;for(;f<n;){for(d=e[f];f<n&&(i=r[f],(a=qf(i))!==void 0);)d+=a+e[++f],h=!0;f!==n&&l.push(i),s.push(d),f++}if(f===n&&s.push(e[n]),h){let p=s.join("$$lit$$");(e=ol.get(p))===void 0&&(s.raw=s,ol.set(p,e=s)),r=l}return t(e,...r)},Vt=ei(Q),z0=ei(Wo),W0=ei(jo);var bo;(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"})(bo||(bo={}));var al=o.extend("--ft-typography-font-family","",Qr.titleFont),Fe=o.extend("--ft-typography-font-family","",Qr.contentFont),_={fontFamily:Fe,fontSize:o.create("--ft-typography-font-size","","SIZE","16px"),fontWeight:o.create("--ft-typography-font-weight","","UNKNOWN","normal"),letterSpacing:o.create("--ft-typography-letter-spacing","","SIZE","0.496px"),lineHeight:o.create("--ft-typography-line-height","","NUMBER","1.5"),textTransform:o.create("--ft-typography-text-transform","","UNKNOWN","inherit")},Kt={fontFamily:o.extend("--ft-typography-title-font-family","",al),fontSize:o.extend("--ft-typography-title-font-size","",_.fontSize,"20px"),fontWeight:o.extend("--ft-typography-title-font-weight","",_.fontWeight,"normal"),letterSpacing:o.extend("--ft-typography-title-letter-spacing","",_.letterSpacing,"0.15px"),lineHeight:o.extend("--ft-typography-title-line-height","",_.lineHeight,"1.2"),textTransform:o.extend("--ft-typography-title-text-transform","",_.textTransform,"inherit")},Zt={fontFamily:o.extend("--ft-typography-title-dense-font-family","",al),fontSize:o.extend("--ft-typography-title-dense-font-size","",_.fontSize,"14px"),fontWeight:o.extend("--ft-typography-title-dense-font-weight","",_.fontWeight,"normal"),letterSpacing:o.extend("--ft-typography-title-dense-letter-spacing","",_.letterSpacing,"0.105px"),lineHeight:o.extend("--ft-typography-title-dense-line-height","",_.lineHeight,"1.7"),textTransform:o.extend("--ft-typography-title-dense-text-transform","",_.textTransform,"inherit")},qt={fontFamily:o.extend("--ft-typography-subtitle1-font-family","",Fe),fontSize:o.extend("--ft-typography-subtitle1-font-size","",_.fontSize,"16px"),fontWeight:o.extend("--ft-typography-subtitle1-font-weight","",_.fontWeight,"600"),letterSpacing:o.extend("--ft-typography-subtitle1-letter-spacing","",_.letterSpacing,"0.144px"),lineHeight:o.extend("--ft-typography-subtitle1-line-height","",_.lineHeight,"1.5"),textTransform:o.extend("--ft-typography-subtitle1-text-transform","",_.textTransform,"inherit")},Yt={fontFamily:o.extend("--ft-typography-subtitle2-font-family","",Fe),fontSize:o.extend("--ft-typography-subtitle2-font-size","",_.fontSize,"14px"),fontWeight:o.extend("--ft-typography-subtitle2-font-weight","",_.fontWeight,"normal"),letterSpacing:o.extend("--ft-typography-subtitle2-letter-spacing","",_.letterSpacing,"0.098px"),lineHeight:o.extend("--ft-typography-subtitle2-line-height","",_.lineHeight,"1.7"),textTransform:o.extend("--ft-typography-subtitle2-text-transform","",_.textTransform,"inherit")},Jt={fontFamily:o.extend("--ft-typography-body1-font-family","",Fe),fontSize:o.extend("--ft-typography-body1-font-size","",_.fontSize,"16px"),fontWeight:o.extend("--ft-typography-body1-font-weight","",_.fontWeight,"normal"),letterSpacing:o.extend("--ft-typography-body1-letter-spacing","",_.letterSpacing,"0.496px"),lineHeight:o.extend("--ft-typography-body1-line-height","",_.lineHeight,"1.5"),textTransform:o.extend("--ft-typography-body1-text-transform","",_.textTransform,"inherit")},Xt={fontFamily:o.extend("--ft-typography-body2-font-family","",Fe),fontSize:o.extend("--ft-typography-body2-font-size","",_.fontSize,"14px"),fontWeight:o.extend("--ft-typography-body2-font-weight","",_.fontWeight,"normal"),letterSpacing:o.extend("--ft-typography-body2-letter-spacing","",_.letterSpacing,"0.252px"),lineHeight:o.extend("--ft-typography-body2-line-height","",_.lineHeight,"1.4"),textTransform:o.extend("--ft-typography-body2-text-transform","",_.textTransform,"inherit")},Qt={fontFamily:o.extend("--ft-typography-caption-font-family","",Fe),fontSize:o.extend("--ft-typography-caption-font-size","",_.fontSize,"12px"),fontWeight:o.extend("--ft-typography-caption-font-weight","",_.fontWeight,"normal"),letterSpacing:o.extend("--ft-typography-caption-letter-spacing","",_.letterSpacing,"0.396px"),lineHeight:o.extend("--ft-typography-caption-line-height","",_.lineHeight,"1.33"),textTransform:o.extend("--ft-typography-caption-text-transform","",_.textTransform,"inherit")},er={fontFamily:o.extend("--ft-typography-breadcrumb-font-family","",Fe),fontSize:o.extend("--ft-typography-breadcrumb-font-size","",_.fontSize,"10px"),fontWeight:o.extend("--ft-typography-breadcrumb-font-weight","",_.fontWeight,"normal"),letterSpacing:o.extend("--ft-typography-breadcrumb-letter-spacing","",_.letterSpacing,"0.33px"),lineHeight:o.extend("--ft-typography-breadcrumb-line-height","",_.lineHeight,"1.6"),textTransform:o.extend("--ft-typography-breadcrumb-text-transform","",_.textTransform,"inherit")},tr={fontFamily:o.extend("--ft-typography-overline-font-family","",Fe),fontSize:o.extend("--ft-typography-overline-font-size","",_.fontSize,"10px"),fontWeight:o.extend("--ft-typography-overline-font-weight","",_.fontWeight,"normal"),letterSpacing:o.extend("--ft-typography-overline-letter-spacing","",_.letterSpacing,"1.5px"),lineHeight:o.extend("--ft-typography-overline-line-height","",_.lineHeight,"1.6"),textTransform:o.extend("--ft-typography-overline-text-transform","",_.textTransform,"uppercase")},rr={fontFamily:o.extend("--ft-typography-button-font-family","",Fe),fontSize:o.extend("--ft-typography-button-font-size","",_.fontSize,"14px"),fontWeight:o.extend("--ft-typography-button-font-weight","",_.fontWeight,"600"),letterSpacing:o.extend("--ft-typography-button-letter-spacing","",_.letterSpacing,"1.246px"),lineHeight:o.extend("--ft-typography-button-line-height","",_.lineHeight,"1.15"),textTransform:o.extend("--ft-typography-button-text-transform","",_.textTransform,"uppercase")},il=N`
85
+ `}resolveStatus(){return this.forceStatus?this.forceStatus:this.errorMessages.length?mt.error:this.warningMessages.length?mt.warning:mt.default}processRules(n){return n.map(a=>a(this.value)).filter(a=>a!==!0).map(a=>a)}}return Y([T()],e.prototype,"warningRules",void 0),Y([T()],e.prototype,"errorRules",void 0),Y([T()],e.prototype,"validateOn",void 0),Y([T({type:Boolean})],e.prototype,"validateAtRender",void 0),Y([T()],e.prototype,"label",void 0),Y([T({type:Boolean})],e.prototype,"hideLabel",void 0),Y([T()],e.prototype,"name",void 0),Y([T({type:Boolean})],e.prototype,"disabled",void 0),Y([T()],e.prototype,"helperText",void 0),Y([T()],e.prototype,"forceStatus",void 0),Y([T({reflect:!0})],e.prototype,"value",void 0),Y([ee()],e.prototype,"errorMessages",void 0),Y([ee()],e.prototype,"warningMessages",void 0),Y([ee()],e.prototype,"status",void 0),Y([ee()],e.prototype,"focused",void 0),Y([ee()],e.prototype,"additionalWarningRules",void 0),Y([ee()],e.prototype,"additionalErrorRules",void 0),e});var Pr=(t,e)=>{let r=t._$AN;if(r===void 0)return!1;for(let n of r)n._$AO?.(e,!1),Pr(n,e);return!0},mo=t=>{let e,r;do{if((e=t._$AM)===void 0)break;r=e._$AN,r.delete(t),t=e}while(r?.size===0)},Xc=t=>{for(let e;e=t._$AM;t=e){let r=e._$AN;if(r===void 0)e._$AN=r=new Set;else if(r.has(t))break;r.add(t),Wf(e)}};function Hf(t){this._$AN!==void 0?(mo(this),this._$AM=t,Xc(this)):this._$AM=t}function zf(t,e=!1,r=0){let n=this._$AH,a=this._$AN;if(a!==void 0&&a.size!==0)if(e)if(Array.isArray(n))for(let i=r;i<n.length;i++)Pr(n[i],!1),mo(n[i]);else n!=null&&(Pr(n,!1),mo(n));else Pr(this,t)}var Wf=t=>{t.type==xe.CHILD&&(t._$AP??=zf,t._$AQ??=Hf)},jt=class extends le{constructor(){super(...arguments),this._$AN=void 0}_$AT(e,r,n){super._$AT(e,r,n),Xc(this),this.isConnected=e._$AU}_$AO(e,r=!0){e!==this.isConnected&&(this.isConnected=e,e?this.reconnected?.():this.disconnected?.()),r&&(Pr(this,e),mo(this))}setValue(e){if(Ii(this._$Ct))this._$Ct._$AI(e,this);else{let r=[...this._$Ct._$AH];r[this._$Ci]=e,this._$Ct._$AI(r,this,0)}}disconnected(){}reconnected(){}};var Va=class extends jt{get element(){var e;return(e=this.part)===null||e===void 0?void 0:e.element}constructor(e){super(e),this.onFirstTrapFocus=async r=>{if(!this.element||!r.relatedTarget)return;let n=r.relatedTarget;this.isInsideElement(n,this.element)?await this.focusLastDescendant(this.element):await this.focusFirstDescendant(this.element)},this.onLastTrapFocus=async r=>{if(!this.element||!r.relatedTarget)return;let n=r.relatedTarget;this.isInsideElement(n,this.element)?await this.focusFirstDescendant(this.element):await this.focusLastDescendant(this.element)}}render(){return V}update(e){return this.part=e,this.ensureFocusTrap(e.element),V}reconnected(){var e;this.ensureFocusTrap((e=this.part)===null||e===void 0?void 0:e.element)}disconnected(){this.removeFocusTrap()}ensureFocusTrap(e){var r,n;this.isElementTrappable(e)&&(((r=this.firstTrap)===null||r===void 0?void 0:r.parentElement)===e&&((n=this.lastTrap)===null||n===void 0?void 0:n.parentElement)===e||(this.removeFocusTrap(),this.createFocusTrap(e)))}removeFocusTrap(){var e,r,n,a;(e=this.firstTrap)===null||e===void 0||e.removeEventListener("focus",this.onFirstTrapFocus),(r=this.lastTrap)===null||r===void 0||r.removeEventListener("focus",this.onLastTrapFocus),(n=this.firstTrap)===null||n===void 0||n.remove(),(a=this.lastTrap)===null||a===void 0||a.remove(),this.firstTrap=void 0,this.lastTrap=void 0}isElementTrappable(e){return!!e&&e instanceof HTMLElement&&e.childElementCount>0}createFocusTrap(e){this.firstTrap=this.createTrap(),this.lastTrap=this.createTrap(),e.insertBefore(this.firstTrap,e.firstChild),e.appendChild(this.lastTrap),this.lastTrap.addEventListener("focus",this.onLastTrapFocus),this.firstTrap.addEventListener("focus",this.onFirstTrapFocus)}createTrap(){let e=document.createElement("div");return e.tabIndex=0,e}getChildren(e){return e instanceof HTMLSlotElement?e.assignedElements():e.shadowRoot?e.shadowRoot.children:e.children}async focusFirstDescendant(e){await this.updateCompleteIfNecessary(e);let r=this.getChildren(e);for(let n=0;n<r.length;n++){let a=r[n];if(a instanceof HTMLElement&&(this.attemptFocus(a)||await this.focusFirstDescendant(a)))return!0}return!1}async focusLastDescendant(e){await this.updateCompleteIfNecessary(e);let r=this.getChildren(e);for(let n=r.length-1;n>=0;n--){let a=r[n];if(a instanceof HTMLElement&&(this.attemptFocus(a)||await this.focusLastDescendant(a)))return!0}return!1}async updateCompleteIfNecessary(e){e instanceof ce&&await e.updateComplete}isInsideElement(e,r){for(let n=e;n;n=n.parentNode){if(n===r)return!0;n instanceof ShadowRoot?n=n.host:n.assignedSlot&&(n=n.assignedSlot)}return!1}attemptFocus(e){return e===this.firstTrap||e===this.lastTrap||!this.isFocusable(e)?!1:(e.focus(),!0)}isFocusable(e){return!e.checkVisibility()||this.isElementDisabled(e)?!1:e instanceof HTMLAnchorElement?!!e.href&&e.rel!=="ignore":e instanceof HTMLInputElement?e.type!=="hidden":e.tabIndex>=0}isElementDisabled(e){return"disabled"in e&&!!e.disabled}},$v=oe(Va);var Qc;(function(t){t.sm="sm",t.md="md",t.lg="lg",t.xl="xl"})(Qc||(Qc={}));var jf={sm:640,md:768,lg:1024,xl:1280},Ka=class extends jt{constructor(e){super(e),this.size=0,this.onResize=()=>{let r=window.innerWidth;this.size!==r&&(this.size=r,this.lastArgs&&this.setValue(this.render(...this.lastArgs)))},this.size=window.innerWidth,window.addEventListener("resize",this.onResize)}disconnected(){window.removeEventListener("resize",this.onResize)}reconnected(){window.addEventListener("resize",this.onResize)}update(e,[r,n,a]){return this.lastArgs=[r,n,a],this.render(r,n,a)}render(e,r,n){let a=this.resolveThreshold(e),i=n??(()=>H);return this.size>a?r():i()}resolveThreshold(e){return typeof e=="number"?e:jf[e]}},jv=oe(Ka);var Za,qa,Ya,Ja,Gf=navigator.vendor&&!!navigator.vendor.match(/apple/i)||((Ya=(qa=(Za=window.safari)===null||Za===void 0?void 0:Za.pushNotification)===null||qa===void 0?void 0:qa.toString())!==null&&Ya!==void 0?Ya:"")==="[object SafariRemoteNotification]",Vf="ontouchstart"in window||navigator.maxTouchPoints>0||navigator.msMaxTouchPoints>0;window.ftGlobals=(Ja=window.ftGlobals)!==null&&Ja!==void 0?Ja:{lit:Zo,litDecorators:qo,litRepeat:Yo,litClassMap:Jo,litStyleMap:Xo,litUnsafeHTML:Qo,wcUtils:{...dn,...tn,...yn,...Ba,...mn,...on,...Fn,...ln,...qn,...Wa,...qc,...Na,...Yn,...Nn,...ra,...Ua,...ea,...ja,...ws,...an,...aa,...Mn,...ia,...Yc,...Rs,...sa,..._a,...Ha,...Jn,...Qn,...Ma,...fn,isSafari:Gf,isTouchScreen:Vf,setVariable:wt}};var el=N``;var tl;(function(t){t.clusteringHelperCreated="clustering-helper-created",t.mapAttachmentsUpdate="map-attachments-update",t.visibleTopicChange="visible-topic-change",t.requestedTopicNotFound="requested-topic-not-found"})(tl||(tl={}));var rl;(function(t){t.FEEDBACK="FEEDBACK",t.RATING="RATING",t.PRINT="PRINT",t.BOOKMARK="BOOKMARK",t.COLLECTIONS="COLLECTIONS",t.PERSONAL_BOOKS="PERSONAL_BOOKS"})(rl||(rl={}));var Kf=function(t,e,r,n){var a=arguments.length,i=a<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(t,e,r,n);else for(var l=t.length-1;l>=0;l--)(s=t[l])&&(i=(a<3?s(i):a>3?s(e,r,i):s(e,r))||i);return a>3&&i&&Object.defineProperty(e,r,i),i},Qa=class extends Event{constructor(){super("register-ft-reader-component",{bubbles:!0,composed:!0})}},Xa=Symbol("registerInterval"),Zf=K(Symbol("toFtReaderComponent"),function(t){var e;class r extends t{constructor(){super(...arguments),this[e]=0}setReaderStateManager(a){this.clearStateManager(),this.stateManager=a,this.addStore(a.store,"reader")}clearStateManager(){this.stateManager&&(this.removeStore("reader"),this.stateManager=void 0)}get service(){var a;return(a=this.stateManager)===null||a===void 0?void 0:a.service}connectedCallback(){super.connectedCallback(),this[Xa]=window.setInterval(()=>this.tryToRegisterToContext(),50)}tryToRegisterToContext(){this.stateManager!=null?window.clearInterval(this[Xa]):this.dispatchEvent(new Qa)}disconnectedCallback(){super.disconnectedCallback(),this.clearStateManager()}}return e=Xa,Kf([ee()],r.prototype,"stateManager",void 0),r}),go=class extends Zf(ke){};var nl=Symbol.for(""),qf=t=>{if(t?.r===nl)return t?._$litStatic$},Gt=t=>({_$litStatic$:t,r:nl});var ol=new Map,ei=t=>(e,...r)=>{let n=r.length,a,i,s=[],l=[],d,f=0,h=!1;for(;f<n;){for(d=e[f];f<n&&(i=r[f],(a=qf(i))!==void 0);)d+=a+e[++f],h=!0;f!==n&&l.push(i),s.push(d),f++}if(f===n&&s.push(e[n]),h){let p=s.join("$$lit$$");(e=ol.get(p))===void 0&&(s.raw=s,ol.set(p,e=s)),r=l}return t(e,...r)},Vt=ei(Q),z0=ei(Wo),W0=ei(jo);var bo;(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"})(bo||(bo={}));var al=o.extend("--ft-typography-font-family","",Qr.titleFont),Fe=o.extend("--ft-typography-font-family","",Qr.contentFont),_={fontFamily:Fe,fontSize:o.create("--ft-typography-font-size","","SIZE","16px"),fontWeight:o.create("--ft-typography-font-weight","","UNKNOWN","normal"),letterSpacing:o.create("--ft-typography-letter-spacing","","SIZE","0.496px"),lineHeight:o.create("--ft-typography-line-height","","NUMBER","1.5"),textTransform:o.create("--ft-typography-text-transform","","UNKNOWN","inherit")},Kt={fontFamily:o.extend("--ft-typography-title-font-family","",al),fontSize:o.extend("--ft-typography-title-font-size","",_.fontSize,"20px"),fontWeight:o.extend("--ft-typography-title-font-weight","",_.fontWeight,"normal"),letterSpacing:o.extend("--ft-typography-title-letter-spacing","",_.letterSpacing,"0.15px"),lineHeight:o.extend("--ft-typography-title-line-height","",_.lineHeight,"1.2"),textTransform:o.extend("--ft-typography-title-text-transform","",_.textTransform,"inherit")},Zt={fontFamily:o.extend("--ft-typography-title-dense-font-family","",al),fontSize:o.extend("--ft-typography-title-dense-font-size","",_.fontSize,"14px"),fontWeight:o.extend("--ft-typography-title-dense-font-weight","",_.fontWeight,"normal"),letterSpacing:o.extend("--ft-typography-title-dense-letter-spacing","",_.letterSpacing,"0.105px"),lineHeight:o.extend("--ft-typography-title-dense-line-height","",_.lineHeight,"1.7"),textTransform:o.extend("--ft-typography-title-dense-text-transform","",_.textTransform,"inherit")},qt={fontFamily:o.extend("--ft-typography-subtitle1-font-family","",Fe),fontSize:o.extend("--ft-typography-subtitle1-font-size","",_.fontSize,"16px"),fontWeight:o.extend("--ft-typography-subtitle1-font-weight","",_.fontWeight,"600"),letterSpacing:o.extend("--ft-typography-subtitle1-letter-spacing","",_.letterSpacing,"0.144px"),lineHeight:o.extend("--ft-typography-subtitle1-line-height","",_.lineHeight,"1.5"),textTransform:o.extend("--ft-typography-subtitle1-text-transform","",_.textTransform,"inherit")},Yt={fontFamily:o.extend("--ft-typography-subtitle2-font-family","",Fe),fontSize:o.extend("--ft-typography-subtitle2-font-size","",_.fontSize,"14px"),fontWeight:o.extend("--ft-typography-subtitle2-font-weight","",_.fontWeight,"normal"),letterSpacing:o.extend("--ft-typography-subtitle2-letter-spacing","",_.letterSpacing,"0.098px"),lineHeight:o.extend("--ft-typography-subtitle2-line-height","",_.lineHeight,"1.7"),textTransform:o.extend("--ft-typography-subtitle2-text-transform","",_.textTransform,"inherit")},Jt={fontFamily:o.extend("--ft-typography-body1-font-family","",Fe),fontSize:o.extend("--ft-typography-body1-font-size","",_.fontSize,"16px"),fontWeight:o.extend("--ft-typography-body1-font-weight","",_.fontWeight,"normal"),letterSpacing:o.extend("--ft-typography-body1-letter-spacing","",_.letterSpacing,"0.496px"),lineHeight:o.extend("--ft-typography-body1-line-height","",_.lineHeight,"1.5"),textTransform:o.extend("--ft-typography-body1-text-transform","",_.textTransform,"inherit")},Xt={fontFamily:o.extend("--ft-typography-body2-font-family","",Fe),fontSize:o.extend("--ft-typography-body2-font-size","",_.fontSize,"14px"),fontWeight:o.extend("--ft-typography-body2-font-weight","",_.fontWeight,"normal"),letterSpacing:o.extend("--ft-typography-body2-letter-spacing","",_.letterSpacing,"0.252px"),lineHeight:o.extend("--ft-typography-body2-line-height","",_.lineHeight,"1.4"),textTransform:o.extend("--ft-typography-body2-text-transform","",_.textTransform,"inherit")},Qt={fontFamily:o.extend("--ft-typography-caption-font-family","",Fe),fontSize:o.extend("--ft-typography-caption-font-size","",_.fontSize,"12px"),fontWeight:o.extend("--ft-typography-caption-font-weight","",_.fontWeight,"normal"),letterSpacing:o.extend("--ft-typography-caption-letter-spacing","",_.letterSpacing,"0.396px"),lineHeight:o.extend("--ft-typography-caption-line-height","",_.lineHeight,"1.33"),textTransform:o.extend("--ft-typography-caption-text-transform","",_.textTransform,"inherit")},er={fontFamily:o.extend("--ft-typography-breadcrumb-font-family","",Fe),fontSize:o.extend("--ft-typography-breadcrumb-font-size","",_.fontSize,"10px"),fontWeight:o.extend("--ft-typography-breadcrumb-font-weight","",_.fontWeight,"normal"),letterSpacing:o.extend("--ft-typography-breadcrumb-letter-spacing","",_.letterSpacing,"0.33px"),lineHeight:o.extend("--ft-typography-breadcrumb-line-height","",_.lineHeight,"1.6"),textTransform:o.extend("--ft-typography-breadcrumb-text-transform","",_.textTransform,"inherit")},tr={fontFamily:o.extend("--ft-typography-overline-font-family","",Fe),fontSize:o.extend("--ft-typography-overline-font-size","",_.fontSize,"10px"),fontWeight:o.extend("--ft-typography-overline-font-weight","",_.fontWeight,"normal"),letterSpacing:o.extend("--ft-typography-overline-letter-spacing","",_.letterSpacing,"1.5px"),lineHeight:o.extend("--ft-typography-overline-line-height","",_.lineHeight,"1.6"),textTransform:o.extend("--ft-typography-overline-text-transform","",_.textTransform,"uppercase")},rr={fontFamily:o.extend("--ft-typography-button-font-family","",Fe),fontSize:o.extend("--ft-typography-button-font-size","",_.fontSize,"14px"),fontWeight:o.extend("--ft-typography-button-font-weight","",_.fontWeight,"600"),letterSpacing:o.extend("--ft-typography-button-letter-spacing","",_.letterSpacing,"1.246px"),lineHeight:o.extend("--ft-typography-button-line-height","",_.lineHeight,"1.15"),textTransform:o.extend("--ft-typography-button-text-transform","",_.textTransform,"uppercase")},il=N`
86
86
  .ft-typography--title {
87
87
  font-family: ${Kt.fontFamily};
88
88
  font-size: ${Kt.fontSize};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-reader-page-title",
3
- "version": "2.0.28",
3
+ "version": "2.0.29",
4
4
  "description": "Displays the previous/current/next page title",
5
5
  "keywords": [
6
6
  "Lit"
@@ -19,10 +19,10 @@
19
19
  "url": "ssh://git@scm.mrs.antidot.net:2222/fluidtopics/ft-web-components.git"
20
20
  },
21
21
  "dependencies": {
22
- "@fluid-topics/ft-reader-context": "2.0.28",
23
- "@fluid-topics/ft-typography": "2.0.28",
24
- "@fluid-topics/ft-wc-utils": "2.0.28",
22
+ "@fluid-topics/ft-reader-context": "2.0.29",
23
+ "@fluid-topics/ft-typography": "2.0.29",
24
+ "@fluid-topics/ft-wc-utils": "2.0.29",
25
25
  "lit": "3.1.0"
26
26
  },
27
- "gitHead": "c81a78f103c19425eb2eac2675a6dd8396e2aa4e"
27
+ "gitHead": "7c6a7af32908ebb8496d98416d21cd37097b991f"
28
28
  }