@fluid-topics/ft-search-type 1.1.55 → 1.1.57

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.
@@ -982,13 +982,13 @@ const M=Symbol.for(""),j=t=>{if(t?.r===M)return t?._$litStatic$},_=t=>({_$litSta
982
982
  .ft-radio--disabled .ft-radio--box:after {
983
983
  background-color: ${Oi};
984
984
  }
985
- `;var Si=function(t,o,e,i){for(var r,n=arguments.length,a=n<3?o:null===i?i=Object.getOwnPropertyDescriptor(o,e):i,l=t.length-1;l>=0;l--)(r=t[l])&&(a=(n<3?r(a):n>3?r(o,e,a):r(o,e))||a);return n>3&&a&&Object.defineProperty(o,e,a),a};class Ni extends CustomEvent{constructor(t,o){super("change",{detail:{value:t,checked:o},bubbles:!0,composed:!0})}}class $i extends o.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 e.html`
985
+ `;var Si=function(t,o,e,i){for(var r,n=arguments.length,a=n<3?o:null===i?i=Object.getOwnPropertyDescriptor(o,e):i,l=t.length-1;l>=0;l--)(r=t[l])&&(a=(n<3?r(a):n>3?r(o,e,a):r(o,e))||a);return n>3&&a&&Object.defineProperty(o,e,a),a};class Ni extends CustomEvent{constructor(t,o){super("change",{detail:{value:t,checked:o},bubbles:!0,composed:!0})}}class $i extends o.FtLitElement{constructor(){super(...arguments),this.value="",this.name="",this.checked=!1,this.disabled=!1,this.tabIndex=-1,this.role="radio"}render(){const t={"ft-radio":!0,"ft-radio--checked":this.checked,"ft-radio--disabled":this.disabled};return e.html`
986
986
  <div class="${n.classMap(t)}">
987
987
  <div class="ft-radio--box-container">
988
988
  <ft-ripple
989
- ?disabled=${this.disabled}
990
- ?primary=${this.checked}
991
- unbounded>
989
+ ?disabled=${this.disabled}
990
+ ?primary=${this.checked}
991
+ unbounded>
992
992
  </ft-ripple>
993
993
  <div class="ft-radio--box">
994
994
  </div>
@@ -1007,16 +1007,16 @@ const M=Symbol.for(""),j=t=>{if(t?.r===M)return t?._$litStatic$},_=t=>({_$litSta
1007
1007
  </ft-typography>
1008
1008
  </label>
1009
1009
  </div>
1010
- `}onChange(t){t.stopPropagation(),this.checked=t.target.checked,this.dispatchEvent(new Ni(this.value,this.checked))}contentAvailableCallback(t){var o;super.contentAvailableCallback(t),null===(o=this.ripple)||void 0===o||o.setupFor(this.container)}select(){this.checked=!0,this.dispatchEvent(new Ni(this.value,this.checked)),this.focus()}focus(){var t;null===(t=this.input)||void 0===t||t.focus()}}$i.elementDefinitions={"ft-ripple":Bo,"ft-typography":go},$i.styles=wi,Si([i.property()],$i.prototype,"value",void 0),Si([i.property()],$i.prototype,"name",void 0),Si([i.property({type:Boolean,reflect:!0})],$i.prototype,"checked",void 0),Si([i.property({type:Boolean})],$i.prototype,"disabled",void 0),Si([i.query(".ft-radio")],$i.prototype,"container",void 0),Si([i.query("ft-ripple")],$i.prototype,"ripple",void 0),Si([i.query("input")],$i.prototype,"input",void 0);const Ci=e.css`
1010
+ `}update(t){super.update(t),t.has("checked")&&!t.has("aria-checked")&&(this.checked?(this.setAttribute("aria-checked","true"),this.tabIndex=0):(this.setAttribute("aria-checked","false"),this.tabIndex=-1))}onChange(t){t.stopPropagation(),this.checked=t.target.checked,this.dispatchEvent(new Ni(this.value,this.checked))}contentAvailableCallback(t){var o;super.contentAvailableCallback(t),null===(o=this.ripple)||void 0===o||o.setupFor(this.container)}select(){this.checked=!0,this.dispatchEvent(new Ni(this.value,this.checked))}}$i.elementDefinitions={"ft-ripple":Bo,"ft-typography":go},$i.styles=wi,Si([i.property()],$i.prototype,"value",void 0),Si([i.property()],$i.prototype,"name",void 0),Si([i.property({type:Boolean,reflect:!0})],$i.prototype,"checked",void 0),Si([i.property({type:Boolean})],$i.prototype,"disabled",void 0),Si([i.property({reflect:!0})],$i.prototype,"tabIndex",void 0),Si([i.property({reflect:!0,attribute:"role"})],$i.prototype,"role",void 0),Si([i.query(".ft-radio")],$i.prototype,"container",void 0),Si([i.query("ft-ripple")],$i.prototype,"ripple",void 0),Si([i.query("input")],$i.prototype,"input",void 0);const Ci=e.css`
1011
1011
  :host {
1012
1012
  display: contents;
1013
1013
  }
1014
- `;var Ei=function(t,o,e,i){for(var r,n=arguments.length,a=n<3?o:null===i?i=Object.getOwnPropertyDescriptor(o,e):i,l=t.length-1;l>=0;l--)(r=t[l])&&(a=(n<3?r(a):n>3?r(o,e,a):r(o,e))||a);return n>3&&a&&Object.defineProperty(o,e,a),a};class Ii extends o.FtLitElement{constructor(){super(...arguments),this.name=""}render(){return e.html`
1014
+ `;var Ei=function(t,o,e,i){for(var r,n=arguments.length,a=n<3?o:null===i?i=Object.getOwnPropertyDescriptor(o,e):i,l=t.length-1;l>=0;l--)(r=t[l])&&(a=(n<3?r(a):n>3?r(o,e,a):r(o,e))||a);return n>3&&a&&Object.defineProperty(o,e,a),a};class Ii extends o.FtLitElement{constructor(){super(...arguments),this.name="",this.role="radiogroup",this.ariaLabelledBy=""}render(){return e.html`
1015
1015
  <slot @slotchange=${this.onSlotChange}
1016
1016
  @change=${this.onChange}
1017
1017
  @keydown=${this.onKeyDown}
1018
1018
  ></slot>
1019
- `}onSlotChange(){this.radioButtons.forEach((t=>t.name=this.name))}onChange(t){t.stopPropagation(),this.radioButtons.forEach((o=>o.checked=t.detail.value===o.value)),this.dispatchEvent(new CustomEvent("change",{detail:t.detail.value})),this.focusCurrentValue()}onKeyDown(t){switch(t.key){case"ArrowUp":case"ArrowLeft":{let o=this.findFtRadio(t),e=this.radioButtons.indexOf(o)-1;this.radioButtons[e<0?this.radioButtons.length-1:e].select();break}case"ArrowDown":case"ArrowRight":{let o=this.radioButtons.indexOf(this.findFtRadio(t))+1;this.radioButtons[o>this.radioButtons.length-1?0:o].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)}}Ii.elementDefinitions={},Ii.styles=Ci,Ei([i.property()],Ii.prototype,"name",void 0),Ei([i.queryAssignedElements()],Ii.prototype,"radioButtons",void 0),o.customElement("ft-radio")($i),o.customElement("ft-radio-group")(Ii);const ki={borderRadiusM:o.FtCssVariableFactory.external(o.designSystemVariables.borderRadiusM,"Design system"),colorOutline:o.FtCssVariableFactory.external(o.designSystemVariables.colorOutline,"Design system"),colorOnSurface:o.FtCssVariableFactory.external(o.designSystemVariables.colorOnSurface,"Design system"),colorOnSurfaceMedium:o.FtCssVariableFactory.external(o.designSystemVariables.colorOnSurfaceMedium,"Design system"),colorOnSurfaceDisabled:o.FtCssVariableFactory.external(o.designSystemVariables.colorOnSurfaceDisabled,"Design system"),colorPrimary:o.FtCssVariableFactory.external(o.designSystemVariables.colorPrimary,"Design system"),colorOnPrimary:o.FtCssVariableFactory.external(o.designSystemVariables.colorOnPrimary,"Design system"),fontFamily:o.FtCssVariableFactory.external(Zt.fontFamily,"Body2 typography"),fontSize:o.FtCssVariableFactory.external(Zt.fontSize,"Body2 typography"),fontWeight:o.FtCssVariableFactory.external(Zt.fontWeight,"Body2 typography"),letterSpacing:o.FtCssVariableFactory.external(Zt.letterSpacing,"Body2 typography"),lineHeight:o.FtCssVariableFactory.external(Zt.lineHeight,"Body2 typography"),textTransform:o.FtCssVariableFactory.external(Zt.textTransform,"Body2 typography")},Ri=e.css`
1019
+ `}onSlotChange(){this.radioButtons.forEach((t=>t.name=this.name))}contentAvailableCallback(t){super.contentAvailableCallback(t),this.radioButtons[0].setAttribute("tabindex","0")}onChange(t){t.stopPropagation(),this.radioButtons.forEach((o=>o.checked=t.detail.value===o.value)),this.dispatchEvent(new CustomEvent("change",{detail:t.detail.value})),this.focusCurrentValue()}onKeyDown(t){let o=!1;switch(t.key){case"ArrowUp":case"ArrowLeft":{o=!0;let e=this.findFtRadio(t),i=this.radioButtons.indexOf(e)-1;this.radioButtons[i<0?this.radioButtons.length-1:i].select(),this.radioButtons[i<0?this.radioButtons.length-1:i].focus();break}case"ArrowDown":case"ArrowRight":{o=!0;let e=this.radioButtons.indexOf(this.findFtRadio(t))+1;this.radioButtons[e>this.radioButtons.length-1?0:e].select(),this.radioButtons[e>this.radioButtons.length-1?0:e].focus();break}case"Enter":{let o=this.radioButtons.indexOf(this.findFtRadio(t));this.radioButtons[o].select()}}o&&(t.stopPropagation(),t.preventDefault())}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)}}Ii.elementDefinitions={},Ii.styles=Ci,Ei([i.property()],Ii.prototype,"name",void 0),Ei([i.property({reflect:!0,attribute:"role"})],Ii.prototype,"role",void 0),Ei([i.property({reflect:!0,attribute:"aria-labelledby"})],Ii.prototype,"ariaLabelledBy",void 0),Ei([i.queryAssignedElements()],Ii.prototype,"radioButtons",void 0),o.customElement("ft-radio")($i),o.customElement("ft-radio-group")(Ii);const ki={borderRadiusM:o.FtCssVariableFactory.external(o.designSystemVariables.borderRadiusM,"Design system"),colorOutline:o.FtCssVariableFactory.external(o.designSystemVariables.colorOutline,"Design system"),colorOnSurface:o.FtCssVariableFactory.external(o.designSystemVariables.colorOnSurface,"Design system"),colorOnSurfaceMedium:o.FtCssVariableFactory.external(o.designSystemVariables.colorOnSurfaceMedium,"Design system"),colorOnSurfaceDisabled:o.FtCssVariableFactory.external(o.designSystemVariables.colorOnSurfaceDisabled,"Design system"),colorPrimary:o.FtCssVariableFactory.external(o.designSystemVariables.colorPrimary,"Design system"),colorOnPrimary:o.FtCssVariableFactory.external(o.designSystemVariables.colorOnPrimary,"Design system"),fontFamily:o.FtCssVariableFactory.external(Zt.fontFamily,"Body2 typography"),fontSize:o.FtCssVariableFactory.external(Zt.fontSize,"Body2 typography"),fontWeight:o.FtCssVariableFactory.external(Zt.fontWeight,"Body2 typography"),letterSpacing:o.FtCssVariableFactory.external(Zt.letterSpacing,"Body2 typography"),lineHeight:o.FtCssVariableFactory.external(Zt.lineHeight,"Body2 typography"),textTransform:o.FtCssVariableFactory.external(Zt.textTransform,"Body2 typography")},Ri=e.css`
1020
1020
  .ft-filter-level--container {
1021
1021
  display: flex;
1022
1022
  flex-direction: column;
@@ -1151,13 +1151,13 @@ function Re(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=$
1151
1151
  .ft-radio--disabled .ft-radio--box:after {
1152
1152
  background-color: ${Pc};
1153
1153
  }
1154
- `;var _c=function(t,e,o,r){for(var i,n=arguments.length,a=n<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,o):r,s=t.length-1;s>=0;s--)(i=t[s])&&(a=(n<3?i(a):n>3?i(e,o,a):i(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class jc extends CustomEvent{constructor(t,e){super("change",{detail:{value:t,checked:e},bubbles:!0,composed:!0})}}class Mc extends Mi{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 Jt`
1154
+ `;var _c=function(t,e,o,r){for(var i,n=arguments.length,a=n<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,o):r,s=t.length-1;s>=0;s--)(i=t[s])&&(a=(n<3?i(a):n>3?i(e,o,a):i(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class jc extends CustomEvent{constructor(t,e){super("change",{detail:{value:t,checked:e},bubbles:!0,composed:!0})}}class Mc extends Mi{constructor(){super(...arguments),this.value="",this.name="",this.checked=!1,this.disabled=!1,this.tabIndex=-1,this.role="radio"}render(){const t={"ft-radio":!0,"ft-radio--checked":this.checked,"ft-radio--disabled":this.disabled};return Jt`
1155
1155
  <div class="${Ke(t)}">
1156
1156
  <div class="ft-radio--box-container">
1157
1157
  <ft-ripple
1158
- ?disabled=${this.disabled}
1159
- ?primary=${this.checked}
1160
- unbounded>
1158
+ ?disabled=${this.disabled}
1159
+ ?primary=${this.checked}
1160
+ unbounded>
1161
1161
  </ft-ripple>
1162
1162
  <div class="ft-radio--box">
1163
1163
  </div>
@@ -1176,16 +1176,16 @@ function Re(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=$
1176
1176
  </ft-typography>
1177
1177
  </label>
1178
1178
  </div>
1179
- `}onChange(t){t.stopPropagation(),this.checked=t.target.checked,this.dispatchEvent(new jc(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 jc(this.value,this.checked)),this.focus()}focus(){var t;null===(t=this.input)||void 0===t||t.focus()}}Mc.elementDefinitions={"ft-ripple":rc,"ft-typography":Wl},Mc.styles=Dc,_c([we()],Mc.prototype,"value",void 0),_c([we()],Mc.prototype,"name",void 0),_c([we({type:Boolean,reflect:!0})],Mc.prototype,"checked",void 0),_c([we({type:Boolean})],Mc.prototype,"disabled",void 0),_c([Ee(".ft-radio")],Mc.prototype,"container",void 0),_c([Ee("ft-ripple")],Mc.prototype,"ripple",void 0),_c([Ee("input")],Mc.prototype,"input",void 0);const Tc=dt`
1179
+ `}update(t){super.update(t),t.has("checked")&&!t.has("aria-checked")&&(this.checked?(this.setAttribute("aria-checked","true"),this.tabIndex=0):(this.setAttribute("aria-checked","false"),this.tabIndex=-1))}onChange(t){t.stopPropagation(),this.checked=t.target.checked,this.dispatchEvent(new jc(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 jc(this.value,this.checked))}}Mc.elementDefinitions={"ft-ripple":rc,"ft-typography":Wl},Mc.styles=Dc,_c([we()],Mc.prototype,"value",void 0),_c([we()],Mc.prototype,"name",void 0),_c([we({type:Boolean,reflect:!0})],Mc.prototype,"checked",void 0),_c([we({type:Boolean})],Mc.prototype,"disabled",void 0),_c([we({reflect:!0})],Mc.prototype,"tabIndex",void 0),_c([we({reflect:!0,attribute:"role"})],Mc.prototype,"role",void 0),_c([Ee(".ft-radio")],Mc.prototype,"container",void 0),_c([Ee("ft-ripple")],Mc.prototype,"ripple",void 0),_c([Ee("input")],Mc.prototype,"input",void 0);const Tc=dt`
1180
1180
  :host {
1181
1181
  display: contents;
1182
1182
  }
1183
- `;var Hc=function(t,e,o,r){for(var i,n=arguments.length,a=n<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,o):r,s=t.length-1;s>=0;s--)(i=t[s])&&(a=(n<3?i(a):n>3?i(e,o,a):i(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class Kc extends Mi{constructor(){super(...arguments),this.name=""}render(){return Jt`
1183
+ `;var Hc=function(t,e,o,r){for(var i,n=arguments.length,a=n<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,o):r,s=t.length-1;s>=0;s--)(i=t[s])&&(a=(n<3?i(a):n>3?i(e,o,a):i(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class Kc extends Mi{constructor(){super(...arguments),this.name="",this.role="radiogroup",this.ariaLabelledBy=""}render(){return Jt`
1184
1184
  <slot @slotchange=${this.onSlotChange}
1185
1185
  @change=${this.onChange}
1186
1186
  @keydown=${this.onKeyDown}
1187
1187
  ></slot>
1188
- `}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)}}Kc.elementDefinitions={},Kc.styles=Tc,Hc([we()],Kc.prototype,"name",void 0),Hc([Re()],Kc.prototype,"radioButtons",void 0),bo("ft-radio")(Mc),bo("ft-radio-group")(Kc);const Zc={borderRadiusM:wo.external(Cr.borderRadiusM,"Design system"),colorOutline:wo.external(Cr.colorOutline,"Design system"),colorOnSurface:wo.external(Cr.colorOnSurface,"Design system"),colorOnSurfaceMedium:wo.external(Cr.colorOnSurfaceMedium,"Design system"),colorOnSurfaceDisabled:wo.external(Cr.colorOnSurfaceDisabled,"Design system"),colorPrimary:wo.external(Cr.colorPrimary,"Design system"),colorOnPrimary:wo.external(Cr.colorOnPrimary,"Design system"),fontFamily:wo.external(tl.fontFamily,"Body2 typography"),fontSize:wo.external(tl.fontSize,"Body2 typography"),fontWeight:wo.external(tl.fontWeight,"Body2 typography"),letterSpacing:wo.external(tl.letterSpacing,"Body2 typography"),lineHeight:wo.external(tl.lineHeight,"Body2 typography"),textTransform:wo.external(tl.textTransform,"Body2 typography")},Gc=dt`
1188
+ `}onSlotChange(){this.radioButtons.forEach((t=>t.name=this.name))}contentAvailableCallback(t){super.contentAvailableCallback(t),this.radioButtons[0].setAttribute("tabindex","0")}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){let e=!1;switch(t.key){case"ArrowUp":case"ArrowLeft":{e=!0;let o=this.findFtRadio(t),r=this.radioButtons.indexOf(o)-1;this.radioButtons[r<0?this.radioButtons.length-1:r].select(),this.radioButtons[r<0?this.radioButtons.length-1:r].focus();break}case"ArrowDown":case"ArrowRight":{e=!0;let o=this.radioButtons.indexOf(this.findFtRadio(t))+1;this.radioButtons[o>this.radioButtons.length-1?0:o].select(),this.radioButtons[o>this.radioButtons.length-1?0:o].focus();break}case"Enter":{let e=this.radioButtons.indexOf(this.findFtRadio(t));this.radioButtons[e].select()}}e&&(t.stopPropagation(),t.preventDefault())}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)}}Kc.elementDefinitions={},Kc.styles=Tc,Hc([we()],Kc.prototype,"name",void 0),Hc([we({reflect:!0,attribute:"role"})],Kc.prototype,"role",void 0),Hc([we({reflect:!0,attribute:"aria-labelledby"})],Kc.prototype,"ariaLabelledBy",void 0),Hc([Re()],Kc.prototype,"radioButtons",void 0),bo("ft-radio")(Mc),bo("ft-radio-group")(Kc);const Zc={borderRadiusM:wo.external(Cr.borderRadiusM,"Design system"),colorOutline:wo.external(Cr.colorOutline,"Design system"),colorOnSurface:wo.external(Cr.colorOnSurface,"Design system"),colorOnSurfaceMedium:wo.external(Cr.colorOnSurfaceMedium,"Design system"),colorOnSurfaceDisabled:wo.external(Cr.colorOnSurfaceDisabled,"Design system"),colorPrimary:wo.external(Cr.colorPrimary,"Design system"),colorOnPrimary:wo.external(Cr.colorOnPrimary,"Design system"),fontFamily:wo.external(tl.fontFamily,"Body2 typography"),fontSize:wo.external(tl.fontSize,"Body2 typography"),fontWeight:wo.external(tl.fontWeight,"Body2 typography"),letterSpacing:wo.external(tl.letterSpacing,"Body2 typography"),lineHeight:wo.external(tl.lineHeight,"Body2 typography"),textTransform:wo.external(tl.textTransform,"Body2 typography")},Gc=dt`
1189
1189
  .ft-filter-level--container {
1190
1190
  display: flex;
1191
1191
  flex-direction: column;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-search-type",
3
- "version": "1.1.55",
3
+ "version": "1.1.57",
4
4
  "description": "Search",
5
5
  "keywords": [
6
6
  "Lit"
@@ -19,8 +19,8 @@
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": "1.1.55",
22
+ "@fluid-topics/ft-wc-utils": "1.1.57",
23
23
  "lit": "3.1.0"
24
24
  },
25
- "gitHead": "f548a38dc05ea47ac4e94d97fe62625fc9297fcc"
25
+ "gitHead": "fe4e0c17422ecce6e7a0ae3fd8ce5b618357adad"
26
26
  }