@fluid-topics/ft-search-language-filter 2.0.23 → 2.0.24

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.
@@ -82,7 +82,7 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:n.extend("--ftds-con
82
82
  <li>${this.helperText}</li>
83
83
  `)}
84
84
  </ul>
85
- `}resolveStatus(){return this.forceStatus?this.forceStatus:this.errorMessages.length?ir.error:this.warningMessages.length?ir.warning:ir.default}processRules(o){return o.map(a=>a(this.value)).filter(a=>a!==!0).map(a=>a)}}return pe([R()],t.prototype,"warningRules",void 0),pe([R()],t.prototype,"errorRules",void 0),pe([R()],t.prototype,"validateOn",void 0),pe([R({type:Boolean})],t.prototype,"validateAtRender",void 0),pe([R()],t.prototype,"label",void 0),pe([R({type:Boolean})],t.prototype,"hideLabel",void 0),pe([R()],t.prototype,"name",void 0),pe([R({type:Boolean})],t.prototype,"disabled",void 0),pe([R()],t.prototype,"helperText",void 0),pe([R()],t.prototype,"forceStatus",void 0),pe([R({reflect:!0})],t.prototype,"value",void 0),pe([Q()],t.prototype,"errorMessages",void 0),pe([Q()],t.prototype,"warningMessages",void 0),pe([Q()],t.prototype,"status",void 0),pe([Q()],t.prototype,"focused",void 0),pe([Q()],t.prototype,"additionalWarningRules",void 0),pe([Q()],t.prototype,"additionalErrorRules",void 0),t});var No=(e,t)=>{let r=e._$AN;if(r===void 0)return!1;for(let o of r)o._$AO?.(t,!1),No(o,t);return!0},wn=e=>{let t,r;do{if((t=e._$AM)===void 0)break;r=t._$AN,r.delete(e),e=t}while(r?.size===0)},g2=e=>{for(let t;t=e._$AM;e=t){let r=t._$AN;if(r===void 0)t._$AN=r=new Set;else if(r.has(e))break;r.add(e),Ep(t)}};function Sp(e){this._$AN!==void 0?(wn(this),this._$AM=e,g2(this)):this._$AM=e}function Cp(e,t=!1,r=0){let o=this._$AH,a=this._$AN;if(a!==void 0&&a.size!==0)if(t)if(Array.isArray(o))for(let i=r;i<o.length;i++)No(o[i],!1),wn(o[i]);else o!=null&&(No(o,!1),wn(o));else No(this,e)}var Ep=e=>{e.type==je.CHILD&&(e._$AP??=Cp,e._$AQ??=Sp)},Ur=class extends Pe{constructor(){super(...arguments),this._$AN=void 0}_$AT(t,r,o){super._$AT(t,r,o),g2(this),this.isConnected=t._$AU}_$AO(t,r=!0){t!==this.isConnected&&(this.isConnected=t,t?this.reconnected?.():this.disconnected?.()),r&&(No(this,t),wn(this))}setValue(t){if(Zc(this._$Ct))this._$Ct._$AI(t,this);else{let r=[...this._$Ct._$AH];r[this._$Ci]=t,this._$Ct._$AI(r,this,0)}}disconnected(){}reconnected(){}};var ms=class extends Ur{get element(){var t;return(t=this.part)===null||t===void 0?void 0:t.element}constructor(t){super(t),this.onFirstTrapFocus=async r=>{if(!this.element||!r.relatedTarget)return;let o=r.relatedTarget;this.isInsideElement(o,this.element)?await this.focusLastDescendant(this.element):await this.focusFirstDescendant(this.element)},this.onLastTrapFocus=async r=>{if(!this.element||!r.relatedTarget)return;let o=r.relatedTarget;this.isInsideElement(o,this.element)?await this.focusFirstDescendant(this.element):await this.focusLastDescendant(this.element)}}render(){return ce}update(t){return this.part=t,this.isElementTrappable(t.element)&&this.createFocusTrap(t.element),ce}reconnected(){var t;this.isElementTrappable((t=this.part)===null||t===void 0?void 0:t.element)&&this.createFocusTrap(this.part.element)}disconnected(){var t,r,o,a;(t=this.firstTrap)===null||t===void 0||t.removeEventListener("focus",this.onFirstTrapFocus),(r=this.lastTrap)===null||r===void 0||r.removeEventListener("focus",this.onLastTrapFocus),(o=this.firstTrap)===null||o===void 0||o.remove(),(a=this.lastTrap)===null||a===void 0||a.remove(),this.firstTrap=void 0,this.lastTrap=void 0}isElementTrappable(t){return!!t&&t instanceof HTMLElement&&t.childElementCount>0}createFocusTrap(t){this.firstTrap=this.createTrap(),this.lastTrap=this.createTrap(),t.insertBefore(this.firstTrap,t.firstChild),t.appendChild(this.lastTrap),this.lastTrap.addEventListener("focus",this.onLastTrapFocus),this.firstTrap.addEventListener("focus",this.onFirstTrapFocus)}createTrap(){let t=document.createElement("div");return t.tabIndex=0,t}getChildren(t){return t instanceof HTMLSlotElement?t.assignedElements():t.shadowRoot?t.shadowRoot.children:t.children}async focusFirstDescendant(t){await this.updateCompleteIfNecessary(t);let r=this.getChildren(t);for(let o=0;o<r.length;o++){let a=r[o];if(a instanceof HTMLElement&&(this.attemptFocus(a)||await this.focusFirstDescendant(a)))return!0}return!1}async focusLastDescendant(t){await this.updateCompleteIfNecessary(t);let r=this.getChildren(t);for(let o=r.length-1;o>=0;o--){let a=r[o];if(a instanceof HTMLElement&&(this.attemptFocus(a)||await this.focusLastDescendant(a)))return!0}return!1}async updateCompleteIfNecessary(t){t instanceof Ne&&await t.updateComplete}isInsideElement(t,r){for(let o=t;o;o=o.parentNode){if(o===r)return!0;o instanceof ShadowRoot?o=o.host:o.assignedSlot&&(o=o.assignedSlot)}return!1}attemptFocus(t){return t===this.firstTrap||t===this.lastTrap||!this.isFocusable(t)?!1:(t.focus(),!0)}isFocusable(t){return!t.checkVisibility()||this.isElementDisabled(t)?!1:t instanceof HTMLAnchorElement?!!t.href&&t.rel!=="ignore":t instanceof HTMLInputElement?t.type!=="hidden":t.tabIndex>=0}isElementDisabled(t){return"disabled"in t&&!!t.disabled}},gC=Oe(ms);var y2;(function(e){e.sm="sm",e.md="md",e.lg="lg",e.xl="xl"})(y2||(y2={}));var Ap={sm:640,md:768,lg:1024,xl:1280},gs=class extends Ur{constructor(t){super(t),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(t,[r,o,a]){return this.lastArgs=[r,o,a],this.render(r,o,a)}render(t,r,o){let a=this.resolveThreshold(t),i=o??(()=>V);return this.size>a?r():i()}resolveThreshold(t){return typeof t=="number"?t:Ap[t]}},vC=Oe(gs);var ys,bs,xs,vs,Lp=navigator.vendor&&!!navigator.vendor.match(/apple/i)||((xs=(bs=(ys=window.safari)===null||ys===void 0?void 0:ys.pushNotification)===null||bs===void 0?void 0:bs.toString())!==null&&xs!==void 0?xs:"")==="[object SafariRemoteNotification]",Op="ontouchstart"in window||navigator.maxTouchPoints>0||navigator.msMaxTouchPoints>0;window.ftGlobals=(vs=window.ftGlobals)!==null&&vs!==void 0?vs:{lit:va,litDecorators:Sa,litRepeat:Ca,litClassMap:Ea,litStyleMap:Aa,litUnsafeHTML:La,wcUtils:{...Pa,...Oa,...Ua,...cs,...Ba,...Ha,...oi,...Ma,...bi,...fs,...h2,...os,...xi,...ri,...Li,...ss,...Ei,...ps,...Wl,..._a,...wi,...ni,..._i,...m2,...jl,...Ti,...es,...ds,...vi,...Ci,...as,...Ia,isSafari:Lp,isTouchScreen:Op,setVariable:q}};var b2=z`
85
+ `}resolveStatus(){return this.forceStatus?this.forceStatus:this.errorMessages.length?ir.error:this.warningMessages.length?ir.warning:ir.default}processRules(o){return o.map(a=>a(this.value)).filter(a=>a!==!0).map(a=>a)}}return pe([R()],t.prototype,"warningRules",void 0),pe([R()],t.prototype,"errorRules",void 0),pe([R()],t.prototype,"validateOn",void 0),pe([R({type:Boolean})],t.prototype,"validateAtRender",void 0),pe([R()],t.prototype,"label",void 0),pe([R({type:Boolean})],t.prototype,"hideLabel",void 0),pe([R()],t.prototype,"name",void 0),pe([R({type:Boolean})],t.prototype,"disabled",void 0),pe([R()],t.prototype,"helperText",void 0),pe([R()],t.prototype,"forceStatus",void 0),pe([R({reflect:!0})],t.prototype,"value",void 0),pe([Q()],t.prototype,"errorMessages",void 0),pe([Q()],t.prototype,"warningMessages",void 0),pe([Q()],t.prototype,"status",void 0),pe([Q()],t.prototype,"focused",void 0),pe([Q()],t.prototype,"additionalWarningRules",void 0),pe([Q()],t.prototype,"additionalErrorRules",void 0),t});var No=(e,t)=>{let r=e._$AN;if(r===void 0)return!1;for(let o of r)o._$AO?.(t,!1),No(o,t);return!0},wn=e=>{let t,r;do{if((t=e._$AM)===void 0)break;r=t._$AN,r.delete(e),e=t}while(r?.size===0)},g2=e=>{for(let t;t=e._$AM;e=t){let r=t._$AN;if(r===void 0)t._$AN=r=new Set;else if(r.has(e))break;r.add(e),Ep(t)}};function Sp(e){this._$AN!==void 0?(wn(this),this._$AM=e,g2(this)):this._$AM=e}function Cp(e,t=!1,r=0){let o=this._$AH,a=this._$AN;if(a!==void 0&&a.size!==0)if(t)if(Array.isArray(o))for(let i=r;i<o.length;i++)No(o[i],!1),wn(o[i]);else o!=null&&(No(o,!1),wn(o));else No(this,e)}var Ep=e=>{e.type==je.CHILD&&(e._$AP??=Cp,e._$AQ??=Sp)},Ur=class extends Pe{constructor(){super(...arguments),this._$AN=void 0}_$AT(t,r,o){super._$AT(t,r,o),g2(this),this.isConnected=t._$AU}_$AO(t,r=!0){t!==this.isConnected&&(this.isConnected=t,t?this.reconnected?.():this.disconnected?.()),r&&(No(this,t),wn(this))}setValue(t){if(Zc(this._$Ct))this._$Ct._$AI(t,this);else{let r=[...this._$Ct._$AH];r[this._$Ci]=t,this._$Ct._$AI(r,this,0)}}disconnected(){}reconnected(){}};var ms=class extends Ur{get element(){var t;return(t=this.part)===null||t===void 0?void 0:t.element}constructor(t){super(t),this.onFirstTrapFocus=async r=>{if(!this.element||!r.relatedTarget)return;let o=r.relatedTarget;this.isInsideElement(o,this.element)?await this.focusLastDescendant(this.element):await this.focusFirstDescendant(this.element)},this.onLastTrapFocus=async r=>{if(!this.element||!r.relatedTarget)return;let o=r.relatedTarget;this.isInsideElement(o,this.element)?await this.focusFirstDescendant(this.element):await this.focusLastDescendant(this.element)}}render(){return ce}update(t){return this.part=t,this.ensureFocusTrap(t.element),ce}reconnected(){var t;this.ensureFocusTrap((t=this.part)===null||t===void 0?void 0:t.element)}disconnected(){this.removeFocusTrap()}ensureFocusTrap(t){var r,o;this.isElementTrappable(t)&&(((r=this.firstTrap)===null||r===void 0?void 0:r.parentElement)===t&&((o=this.lastTrap)===null||o===void 0?void 0:o.parentElement)===t||(this.removeFocusTrap(),this.createFocusTrap(t)))}removeFocusTrap(){var t,r,o,a;(t=this.firstTrap)===null||t===void 0||t.removeEventListener("focus",this.onFirstTrapFocus),(r=this.lastTrap)===null||r===void 0||r.removeEventListener("focus",this.onLastTrapFocus),(o=this.firstTrap)===null||o===void 0||o.remove(),(a=this.lastTrap)===null||a===void 0||a.remove(),this.firstTrap=void 0,this.lastTrap=void 0}isElementTrappable(t){return!!t&&t instanceof HTMLElement&&t.childElementCount>0}createFocusTrap(t){this.firstTrap=this.createTrap(),this.lastTrap=this.createTrap(),t.insertBefore(this.firstTrap,t.firstChild),t.appendChild(this.lastTrap),this.lastTrap.addEventListener("focus",this.onLastTrapFocus),this.firstTrap.addEventListener("focus",this.onFirstTrapFocus)}createTrap(){let t=document.createElement("div");return t.tabIndex=0,t}getChildren(t){return t instanceof HTMLSlotElement?t.assignedElements():t.shadowRoot?t.shadowRoot.children:t.children}async focusFirstDescendant(t){await this.updateCompleteIfNecessary(t);let r=this.getChildren(t);for(let o=0;o<r.length;o++){let a=r[o];if(a instanceof HTMLElement&&(this.attemptFocus(a)||await this.focusFirstDescendant(a)))return!0}return!1}async focusLastDescendant(t){await this.updateCompleteIfNecessary(t);let r=this.getChildren(t);for(let o=r.length-1;o>=0;o--){let a=r[o];if(a instanceof HTMLElement&&(this.attemptFocus(a)||await this.focusLastDescendant(a)))return!0}return!1}async updateCompleteIfNecessary(t){t instanceof Ne&&await t.updateComplete}isInsideElement(t,r){for(let o=t;o;o=o.parentNode){if(o===r)return!0;o instanceof ShadowRoot?o=o.host:o.assignedSlot&&(o=o.assignedSlot)}return!1}attemptFocus(t){return t===this.firstTrap||t===this.lastTrap||!this.isFocusable(t)?!1:(t.focus(),!0)}isFocusable(t){return!t.checkVisibility()||this.isElementDisabled(t)?!1:t instanceof HTMLAnchorElement?!!t.href&&t.rel!=="ignore":t instanceof HTMLInputElement?t.type!=="hidden":t.tabIndex>=0}isElementDisabled(t){return"disabled"in t&&!!t.disabled}},gC=Oe(ms);var y2;(function(e){e.sm="sm",e.md="md",e.lg="lg",e.xl="xl"})(y2||(y2={}));var Ap={sm:640,md:768,lg:1024,xl:1280},gs=class extends Ur{constructor(t){super(t),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(t,[r,o,a]){return this.lastArgs=[r,o,a],this.render(r,o,a)}render(t,r,o){let a=this.resolveThreshold(t),i=o??(()=>V);return this.size>a?r():i()}resolveThreshold(t){return typeof t=="number"?t:Ap[t]}},vC=Oe(gs);var ys,bs,xs,vs,Lp=navigator.vendor&&!!navigator.vendor.match(/apple/i)||((xs=(bs=(ys=window.safari)===null||ys===void 0?void 0:ys.pushNotification)===null||bs===void 0?void 0:bs.toString())!==null&&xs!==void 0?xs:"")==="[object SafariRemoteNotification]",Op="ontouchstart"in window||navigator.maxTouchPoints>0||navigator.msMaxTouchPoints>0;window.ftGlobals=(vs=window.ftGlobals)!==null&&vs!==void 0?vs:{lit:va,litDecorators:Sa,litRepeat:Ca,litClassMap:Ea,litStyleMap:Aa,litUnsafeHTML:La,wcUtils:{...Pa,...Oa,...Ua,...cs,...Ba,...Ha,...oi,...Ma,...bi,...fs,...h2,...os,...xi,...ri,...Li,...ss,...Ei,...ps,...Wl,..._a,...wi,...ni,..._i,...m2,...jl,...Ti,...es,...ds,...vi,...Ci,...as,...Ia,isSafari:Lp,isTouchScreen:Op,setVariable:q}};var b2=z`
86
86
  `;var Ss=e=>e??V;var v2=Symbol.for(""),Rp=e=>{if(e?.r===v2)return e?._$litStatic$},Br=e=>({_$litStatic$:e,r:v2});var x2=new Map,Cs=e=>(t,...r)=>{let o=r.length,a,i,s=[],c=[],d,u=0,h=!1;for(;u<o;){for(d=t[u];u<o&&(i=r[u],(a=Rp(i))!==void 0);)d+=a+t[++u],h=!0;u!==o&&c.push(i),s.push(d),u++}if(u===o&&s.push(t[o]),h){let p=s.join("$$lit$$");(t=x2.get(p))===void 0&&(s.raw=s,x2.set(p,t=s)),r=c}return e(t,...r)},Hr=Cs(Z),yE=Cs(ma),bE=Cs(ga);var sr;(function(e){e.title="title",e.title_dense="title-dense",e.subtitle1="subtitle1",e.subtitle2="subtitle2",e.body1="body1",e.body2="body2",e.caption="caption",e.breadcrumb="breadcrumb",e.overline="overline",e.button="button"})(sr||(sr={}));var S2=n.extend("--ft-typography-font-family","",J.titleFont),dt=n.extend("--ft-typography-font-family","",J.contentFont),D={fontFamily:dt,fontSize:n.create("--ft-typography-font-size","","SIZE","16px"),fontWeight:n.create("--ft-typography-font-weight","","UNKNOWN","normal"),letterSpacing:n.create("--ft-typography-letter-spacing","","SIZE","0.496px"),lineHeight:n.create("--ft-typography-line-height","","NUMBER","1.5"),textTransform:n.create("--ft-typography-text-transform","","UNKNOWN","inherit")},Fr={fontFamily:n.extend("--ft-typography-title-font-family","",S2),fontSize:n.extend("--ft-typography-title-font-size","",D.fontSize,"20px"),fontWeight:n.extend("--ft-typography-title-font-weight","",D.fontWeight,"normal"),letterSpacing:n.extend("--ft-typography-title-letter-spacing","",D.letterSpacing,"0.15px"),lineHeight:n.extend("--ft-typography-title-line-height","",D.lineHeight,"1.2"),textTransform:n.extend("--ft-typography-title-text-transform","",D.textTransform,"inherit")},Gr={fontFamily:n.extend("--ft-typography-title-dense-font-family","",S2),fontSize:n.extend("--ft-typography-title-dense-font-size","",D.fontSize,"14px"),fontWeight:n.extend("--ft-typography-title-dense-font-weight","",D.fontWeight,"normal"),letterSpacing:n.extend("--ft-typography-title-dense-letter-spacing","",D.letterSpacing,"0.105px"),lineHeight:n.extend("--ft-typography-title-dense-line-height","",D.lineHeight,"1.7"),textTransform:n.extend("--ft-typography-title-dense-text-transform","",D.textTransform,"inherit")},$r={fontFamily:n.extend("--ft-typography-subtitle1-font-family","",dt),fontSize:n.extend("--ft-typography-subtitle1-font-size","",D.fontSize,"16px"),fontWeight:n.extend("--ft-typography-subtitle1-font-weight","",D.fontWeight,"600"),letterSpacing:n.extend("--ft-typography-subtitle1-letter-spacing","",D.letterSpacing,"0.144px"),lineHeight:n.extend("--ft-typography-subtitle1-line-height","",D.lineHeight,"1.5"),textTransform:n.extend("--ft-typography-subtitle1-text-transform","",D.textTransform,"inherit")},Wr={fontFamily:n.extend("--ft-typography-subtitle2-font-family","",dt),fontSize:n.extend("--ft-typography-subtitle2-font-size","",D.fontSize,"14px"),fontWeight:n.extend("--ft-typography-subtitle2-font-weight","",D.fontWeight,"normal"),letterSpacing:n.extend("--ft-typography-subtitle2-letter-spacing","",D.letterSpacing,"0.098px"),lineHeight:n.extend("--ft-typography-subtitle2-line-height","",D.lineHeight,"1.7"),textTransform:n.extend("--ft-typography-subtitle2-text-transform","",D.textTransform,"inherit")},lt={fontFamily:n.extend("--ft-typography-body1-font-family","",dt),fontSize:n.extend("--ft-typography-body1-font-size","",D.fontSize,"16px"),fontWeight:n.extend("--ft-typography-body1-font-weight","",D.fontWeight,"normal"),letterSpacing:n.extend("--ft-typography-body1-letter-spacing","",D.letterSpacing,"0.496px"),lineHeight:n.extend("--ft-typography-body1-line-height","",D.lineHeight,"1.5"),textTransform:n.extend("--ft-typography-body1-text-transform","",D.textTransform,"inherit")},Vr={fontFamily:n.extend("--ft-typography-body2-font-family","",dt),fontSize:n.extend("--ft-typography-body2-font-size","",D.fontSize,"14px"),fontWeight:n.extend("--ft-typography-body2-font-weight","",D.fontWeight,"normal"),letterSpacing:n.extend("--ft-typography-body2-letter-spacing","",D.letterSpacing,"0.252px"),lineHeight:n.extend("--ft-typography-body2-line-height","",D.lineHeight,"1.4"),textTransform:n.extend("--ft-typography-body2-text-transform","",D.textTransform,"inherit")},de={fontFamily:n.extend("--ft-typography-caption-font-family","",dt),fontSize:n.extend("--ft-typography-caption-font-size","",D.fontSize,"12px"),fontWeight:n.extend("--ft-typography-caption-font-weight","",D.fontWeight,"normal"),letterSpacing:n.extend("--ft-typography-caption-letter-spacing","",D.letterSpacing,"0.396px"),lineHeight:n.extend("--ft-typography-caption-line-height","",D.lineHeight,"1.33"),textTransform:n.extend("--ft-typography-caption-text-transform","",D.textTransform,"inherit")},jr={fontFamily:n.extend("--ft-typography-breadcrumb-font-family","",dt),fontSize:n.extend("--ft-typography-breadcrumb-font-size","",D.fontSize,"10px"),fontWeight:n.extend("--ft-typography-breadcrumb-font-weight","",D.fontWeight,"normal"),letterSpacing:n.extend("--ft-typography-breadcrumb-letter-spacing","",D.letterSpacing,"0.33px"),lineHeight:n.extend("--ft-typography-breadcrumb-line-height","",D.lineHeight,"1.6"),textTransform:n.extend("--ft-typography-breadcrumb-text-transform","",D.textTransform,"inherit")},Kr={fontFamily:n.extend("--ft-typography-overline-font-family","",dt),fontSize:n.extend("--ft-typography-overline-font-size","",D.fontSize,"10px"),fontWeight:n.extend("--ft-typography-overline-font-weight","",D.fontWeight,"normal"),letterSpacing:n.extend("--ft-typography-overline-letter-spacing","",D.letterSpacing,"1.5px"),lineHeight:n.extend("--ft-typography-overline-line-height","",D.lineHeight,"1.6"),textTransform:n.extend("--ft-typography-overline-text-transform","",D.textTransform,"uppercase")},qr={fontFamily:n.extend("--ft-typography-button-font-family","",dt),fontSize:n.extend("--ft-typography-button-font-size","",D.fontSize,"14px"),fontWeight:n.extend("--ft-typography-button-font-weight","",D.fontWeight,"600"),letterSpacing:n.extend("--ft-typography-button-letter-spacing","",D.letterSpacing,"1.246px"),lineHeight:n.extend("--ft-typography-button-line-height","",D.lineHeight,"1.15"),textTransform:n.extend("--ft-typography-button-text-transform","",D.textTransform,"uppercase")},C2=z`
87
87
  .ft-typography--title {
88
88
  font-family: ${Fr.fontFamily};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-search-language-filter",
3
- "version": "2.0.23",
3
+ "version": "2.0.24",
4
4
  "description": "Content language filter for integrated fluid-topics search pages",
5
5
  "keywords": [
6
6
  "Lit"
@@ -19,11 +19,11 @@
19
19
  "url": "ssh://git@scm.mrs.antidot.net:2222/fluidtopics/ft-web-components.git"
20
20
  },
21
21
  "dependencies": {
22
- "@fluid-topics/ft-wc-utils": "2.0.23",
22
+ "@fluid-topics/ft-wc-utils": "2.0.24",
23
23
  "lit": "3.1.0"
24
24
  },
25
25
  "devDependencies": {
26
- "@fluid-topics/ft-wc-test-utils": "2.0.23"
26
+ "@fluid-topics/ft-wc-test-utils": "2.0.24"
27
27
  },
28
- "gitHead": "e441ae21f5027730992e39b7dc728ac0f7b17dc0"
28
+ "gitHead": "5407e83b63be10ccc5bdeb3551c9f798b9559ae0"
29
29
  }