@fluid-topics/ft-search-bar 1.3.51 → 1.3.52
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.
|
@@ -533,7 +533,7 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:o.extend("--ftds-con
|
|
|
533
533
|
<div class="ft-ripple--background"></div>
|
|
534
534
|
<div class="ft-ripple--effect"></div>
|
|
535
535
|
</div>
|
|
536
|
-
`}contentAvailableCallback(e){super.contentAvailableCallback(e),this.rippleEffect&&this.rippleEffect.ontransitionstart!==this.onTransitionStart&&(this.rippleEffect.ontransitionstart=this.onTransitionStart,this.rippleEffect.ontransitionend=this.onTransitionEnd)}update(e){var r,i;super.update(e),e.has("disabled")&&(this.disabled?(this.endRipple(),(r=this.target)===null||r===void 0||r.removeAttribute("data-is-ft-ripple-target")):(i=this.target)===null||i===void 0||i.setAttribute("data-is-ft-ripple-target","true"))}endRipple(){this.endHover(),this.endFocus(),this.endPress(),this.rippling=!1}connectedCallback(){super.connectedCallback(),this.setupDebouncer.run(()=>this.defaultSetup())}defaultSetup(){var e,r;let i=(e=this.shadowRoot)===null||e===void 0?void 0:e.host.parentElement;i&&this.setupFor((r=this.target)!==null&&r!==void 0?r:i)}forceFocusUpdate(){var e;!((e=this.target)===null||e===void 0)&&e.matches(":focus-within")?this.startFocus():this.endFocus()}setupFor(e){if(this.setupDebouncer.cancel(),this.target===e)return;this.onDisconnect&&this.onDisconnect(),this.target=e,e.setAttribute("data-is-ft-ripple-target","true");let r=(...c)=>p=>{c.forEach(u=>window.addEventListener(u,this.endPress,{once:!0})),this.startPress(p)},i=r("mouseup","contextmenu"),n=r("touchend","touchcancel"),a=c=>{["Enter"," "].includes(c.key)&&r("keyup")(c)},s={passive:!0};e.addEventListener("mouseover",this.startHover,s),e.addEventListener("mousemove",this.moveRipple,s),e.addEventListener("mouseleave",this.endHover,s),e.addEventListener("mousedown",i,s),e.addEventListener("touchstart",n,s),e.addEventListener("touchmove",this.moveRipple,s),e.addEventListener("keydown",a,s),e.addEventListener("focus",this.startFocus,s),e.addEventListener("blur",this.endFocus,s),e.addEventListener("focusin",this.startFocus,s),e.addEventListener("focusout",this.endFocus,s),this.onDisconnect=()=>{e.removeAttribute("data-is-ft-ripple-target"),e.removeEventListener("mouseover",this.startHover,s),e.removeEventListener("mousemove",this.moveRipple,s),e.removeEventListener("mouseleave",this.endHover,s),e.removeEventListener("mousedown",i,s),e.removeEventListener("touchstart",n,s),e.removeEventListener("touchmove",this.moveRipple,s),e.removeEventListener("keydown",a,s),e.removeEventListener("focus",this.startFocus,s),e.removeEventListener("blur",this.endFocus,s),e.removeEventListener("focusin",this.startFocus,s),e.removeEventListener("focusout",this.endFocus,s),this.onDisconnect=void 0,this.target=void 0}}getCoordinates(e){let r=e,i=e,n,a;return r.x!=null?{x:n,y:a}=r:i.touches!=null&&(n=i.touches[0].clientX,a=i.touches[0].clientY),{x:n,y:a}}isFocusVisible(e){return e instanceof HTMLElement?e.matches(":focus-visible"):!0}isIgnored(e){if(this.disabled)return!0;if(e!=null)for(let r of e.composedPath()){if(r===this.target)break;if("hasAttribute"in r&&r.hasAttribute("data-is-ft-ripple-target"))return!0}return!1}disconnectedCallback(){super.disconnectedCallback(),this.onDisconnect&&this.onDisconnect(),this.endRipple()}};Y.elementDefinitions={};Y.styles=Fl;ot([(0,Me.property)({type:Boolean})],Y.prototype,"primary",void 0);ot([(0,Me.property)({type:Boolean})],Y.prototype,"secondary",void 0);ot([(0,Me.property)({type:Boolean})],Y.prototype,"unbounded",void 0);ot([(0,Me.property)({type:Boolean})],Y.prototype,"activated",void 0);ot([(0,Me.property)({type:Boolean})],Y.prototype,"selected",void 0);ot([(0,Me.property)({type:Boolean})],Y.prototype,"disabled",void 0);ot([(0,Me.state)()],Y.prototype,"hovered",void 0);ot([(0,Me.state)()],Y.prototype,"focused",void 0);ot([(0,Me.state)()],Y.prototype,"pressed",void 0);ot([(0,Me.state)()],Y.prototype,"rippling",void 0);ot([(0,Me.state)()],Y.prototype,"originX",void 0);ot([(0,Me.state)()],Y.prototype,"originY",void 0);ot([(0,Me.query)(".ft-ripple")],Y.prototype,"ripple",void 0);ot([(0,Me.query)(".ft-ripple--effect")],Y.prototype,"rippleEffect",void 0);(0,Yl.customElement)("ft-ripple")(Y);var xp=f(w());var bp=f(k()),Et=f(ee()),wt=f(w());var Xl=f(k()),cr=f(w()),xr={distance:cr.FtCssVariableFactory.create("--ft-tooltip-distance","","SIZE","4px"),color:cr.FtCssVariableFactory.create("--ft-tooltip-color","","COLOR","#FFFFFF"),backgroundColor:cr.FtCssVariableFactory.create("--ft-tooltip-background-color","","COLOR","#666666"),zIndex:cr.FtCssVariableFactory.create("--ft-tooltip-z-index","","NUMBER","100"),borderRadiusS:cr.FtCssVariableFactory.
|
|
536
|
+
`}contentAvailableCallback(e){super.contentAvailableCallback(e),this.rippleEffect&&this.rippleEffect.ontransitionstart!==this.onTransitionStart&&(this.rippleEffect.ontransitionstart=this.onTransitionStart,this.rippleEffect.ontransitionend=this.onTransitionEnd)}update(e){var r,i;super.update(e),e.has("disabled")&&(this.disabled?(this.endRipple(),(r=this.target)===null||r===void 0||r.removeAttribute("data-is-ft-ripple-target")):(i=this.target)===null||i===void 0||i.setAttribute("data-is-ft-ripple-target","true"))}endRipple(){this.endHover(),this.endFocus(),this.endPress(),this.rippling=!1}connectedCallback(){super.connectedCallback(),this.setupDebouncer.run(()=>this.defaultSetup())}defaultSetup(){var e,r;let i=(e=this.shadowRoot)===null||e===void 0?void 0:e.host.parentElement;i&&this.setupFor((r=this.target)!==null&&r!==void 0?r:i)}forceFocusUpdate(){var e;!((e=this.target)===null||e===void 0)&&e.matches(":focus-within")?this.startFocus():this.endFocus()}setupFor(e){if(this.setupDebouncer.cancel(),this.target===e)return;this.onDisconnect&&this.onDisconnect(),this.target=e,e.setAttribute("data-is-ft-ripple-target","true");let r=(...c)=>p=>{c.forEach(u=>window.addEventListener(u,this.endPress,{once:!0})),this.startPress(p)},i=r("mouseup","contextmenu"),n=r("touchend","touchcancel"),a=c=>{["Enter"," "].includes(c.key)&&r("keyup")(c)},s={passive:!0};e.addEventListener("mouseover",this.startHover,s),e.addEventListener("mousemove",this.moveRipple,s),e.addEventListener("mouseleave",this.endHover,s),e.addEventListener("mousedown",i,s),e.addEventListener("touchstart",n,s),e.addEventListener("touchmove",this.moveRipple,s),e.addEventListener("keydown",a,s),e.addEventListener("focus",this.startFocus,s),e.addEventListener("blur",this.endFocus,s),e.addEventListener("focusin",this.startFocus,s),e.addEventListener("focusout",this.endFocus,s),this.onDisconnect=()=>{e.removeAttribute("data-is-ft-ripple-target"),e.removeEventListener("mouseover",this.startHover,s),e.removeEventListener("mousemove",this.moveRipple,s),e.removeEventListener("mouseleave",this.endHover,s),e.removeEventListener("mousedown",i,s),e.removeEventListener("touchstart",n,s),e.removeEventListener("touchmove",this.moveRipple,s),e.removeEventListener("keydown",a,s),e.removeEventListener("focus",this.startFocus,s),e.removeEventListener("blur",this.endFocus,s),e.removeEventListener("focusin",this.startFocus,s),e.removeEventListener("focusout",this.endFocus,s),this.onDisconnect=void 0,this.target=void 0}}getCoordinates(e){let r=e,i=e,n,a;return r.x!=null?{x:n,y:a}=r:i.touches!=null&&(n=i.touches[0].clientX,a=i.touches[0].clientY),{x:n,y:a}}isFocusVisible(e){return e instanceof HTMLElement?e.matches(":focus-visible"):!0}isIgnored(e){if(this.disabled)return!0;if(e!=null)for(let r of e.composedPath()){if(r===this.target)break;if("hasAttribute"in r&&r.hasAttribute("data-is-ft-ripple-target"))return!0}return!1}disconnectedCallback(){super.disconnectedCallback(),this.onDisconnect&&this.onDisconnect(),this.endRipple()}};Y.elementDefinitions={};Y.styles=Fl;ot([(0,Me.property)({type:Boolean})],Y.prototype,"primary",void 0);ot([(0,Me.property)({type:Boolean})],Y.prototype,"secondary",void 0);ot([(0,Me.property)({type:Boolean})],Y.prototype,"unbounded",void 0);ot([(0,Me.property)({type:Boolean})],Y.prototype,"activated",void 0);ot([(0,Me.property)({type:Boolean})],Y.prototype,"selected",void 0);ot([(0,Me.property)({type:Boolean})],Y.prototype,"disabled",void 0);ot([(0,Me.state)()],Y.prototype,"hovered",void 0);ot([(0,Me.state)()],Y.prototype,"focused",void 0);ot([(0,Me.state)()],Y.prototype,"pressed",void 0);ot([(0,Me.state)()],Y.prototype,"rippling",void 0);ot([(0,Me.state)()],Y.prototype,"originX",void 0);ot([(0,Me.state)()],Y.prototype,"originY",void 0);ot([(0,Me.query)(".ft-ripple")],Y.prototype,"ripple",void 0);ot([(0,Me.query)(".ft-ripple--effect")],Y.prototype,"rippleEffect",void 0);(0,Yl.customElement)("ft-ripple")(Y);var xp=f(w());var bp=f(k()),Et=f(ee()),wt=f(w());var Xl=f(k()),cr=f(w()),xr={distance:cr.FtCssVariableFactory.create("--ft-tooltip-distance","","SIZE","4px"),color:cr.FtCssVariableFactory.create("--ft-tooltip-color","","COLOR","#FFFFFF"),backgroundColor:cr.FtCssVariableFactory.create("--ft-tooltip-background-color","","COLOR","#666666"),zIndex:cr.FtCssVariableFactory.create("--ft-tooltip-z-index","","NUMBER","100"),borderRadiusS:cr.FtCssVariableFactory.extend("--ft-tooltip-border-radius","",cr.designSystemVariables.borderRadiusS),maxWidth:cr.FtCssVariableFactory.create("--ft-tooltip-max-width","","SIZE","150px")},Ql=Xl.css`
|
|
537
537
|
.ft-tooltip--container {
|
|
538
538
|
display: block;
|
|
539
539
|
}
|
|
@@ -613,7 +613,7 @@ Also for action icons.`,c.colorGray200),contentGlobalSubtle:o.extend("--ftds-con
|
|
|
613
613
|
<div class="ft-ripple--background"></div>
|
|
614
614
|
<div class="ft-ripple--effect"></div>
|
|
615
615
|
</div>
|
|
616
|
-
`}contentAvailableCallback(e){super.contentAvailableCallback(e),this.rippleEffect&&this.rippleEffect.ontransitionstart!==this.onTransitionStart&&(this.rippleEffect.ontransitionstart=this.onTransitionStart,this.rippleEffect.ontransitionend=this.onTransitionEnd)}update(e){var r,i;super.update(e),e.has("disabled")&&(this.disabled?(this.endRipple(),(r=this.target)===null||r===void 0||r.removeAttribute("data-is-ft-ripple-target")):(i=this.target)===null||i===void 0||i.setAttribute("data-is-ft-ripple-target","true"))}endRipple(){this.endHover(),this.endFocus(),this.endPress(),this.rippling=!1}connectedCallback(){super.connectedCallback(),this.setupDebouncer.run(()=>this.defaultSetup())}defaultSetup(){var e,r;let i=(e=this.shadowRoot)===null||e===void 0?void 0:e.host.parentElement;i&&this.setupFor((r=this.target)!==null&&r!==void 0?r:i)}forceFocusUpdate(){var e;!((e=this.target)===null||e===void 0)&&e.matches(":focus-within")?this.startFocus():this.endFocus()}setupFor(e){if(this.setupDebouncer.cancel(),this.target===e)return;this.onDisconnect&&this.onDisconnect(),this.target=e,e.setAttribute("data-is-ft-ripple-target","true");let r=(...l)=>d=>{l.forEach(u=>window.addEventListener(u,this.endPress,{once:!0})),this.startPress(d)},i=r("mouseup","contextmenu"),n=r("touchend","touchcancel"),a=l=>{["Enter"," "].includes(l.key)&&r("keyup")(l)},s={passive:!0};e.addEventListener("mouseover",this.startHover,s),e.addEventListener("mousemove",this.moveRipple,s),e.addEventListener("mouseleave",this.endHover,s),e.addEventListener("mousedown",i,s),e.addEventListener("touchstart",n,s),e.addEventListener("touchmove",this.moveRipple,s),e.addEventListener("keydown",a,s),e.addEventListener("focus",this.startFocus,s),e.addEventListener("blur",this.endFocus,s),e.addEventListener("focusin",this.startFocus,s),e.addEventListener("focusout",this.endFocus,s),this.onDisconnect=()=>{e.removeAttribute("data-is-ft-ripple-target"),e.removeEventListener("mouseover",this.startHover,s),e.removeEventListener("mousemove",this.moveRipple,s),e.removeEventListener("mouseleave",this.endHover,s),e.removeEventListener("mousedown",i,s),e.removeEventListener("touchstart",n,s),e.removeEventListener("touchmove",this.moveRipple,s),e.removeEventListener("keydown",a,s),e.removeEventListener("focus",this.startFocus,s),e.removeEventListener("blur",this.endFocus,s),e.removeEventListener("focusin",this.startFocus,s),e.removeEventListener("focusout",this.endFocus,s),this.onDisconnect=void 0,this.target=void 0}}getCoordinates(e){let r=e,i=e,n,a;return r.x!=null?{x:n,y:a}=r:i.touches!=null&&(n=i.touches[0].clientX,a=i.touches[0].clientY),{x:n,y:a}}isFocusVisible(e){return e instanceof HTMLElement?e.matches(":focus-visible"):!0}isIgnored(e){if(this.disabled)return!0;if(e!=null)for(let r of e.composedPath()){if(r===this.target)break;if("hasAttribute"in r&&r.hasAttribute("data-is-ft-ripple-target"))return!0}return!1}disconnectedCallback(){super.disconnectedCallback(),this.onDisconnect&&this.onDisconnect(),this.endRipple()}};Q.elementDefinitions={};Q.styles=hp;Xe([h({type:Boolean})],Q.prototype,"primary",void 0);Xe([h({type:Boolean})],Q.prototype,"secondary",void 0);Xe([h({type:Boolean})],Q.prototype,"unbounded",void 0);Xe([h({type:Boolean})],Q.prototype,"activated",void 0);Xe([h({type:Boolean})],Q.prototype,"selected",void 0);Xe([h({type:Boolean})],Q.prototype,"disabled",void 0);Xe([B()],Q.prototype,"hovered",void 0);Xe([B()],Q.prototype,"focused",void 0);Xe([B()],Q.prototype,"pressed",void 0);Xe([B()],Q.prototype,"rippling",void 0);Xe([B()],Q.prototype,"originX",void 0);Xe([B()],Q.prototype,"originY",void 0);Xe([z(".ft-ripple")],Q.prototype,"ripple",void 0);Xe([z(".ft-ripple--effect")],Q.prototype,"rippleEffect",void 0);V("ft-ripple")(Q);var br={distance:o.create("--ft-tooltip-distance","","SIZE","4px"),color:o.create("--ft-tooltip-color","","COLOR","#FFFFFF"),backgroundColor:o.create("--ft-tooltip-background-color","","COLOR","#666666"),zIndex:o.create("--ft-tooltip-z-index","","NUMBER","100"),borderRadiusS:o.
|
|
616
|
+
`}contentAvailableCallback(e){super.contentAvailableCallback(e),this.rippleEffect&&this.rippleEffect.ontransitionstart!==this.onTransitionStart&&(this.rippleEffect.ontransitionstart=this.onTransitionStart,this.rippleEffect.ontransitionend=this.onTransitionEnd)}update(e){var r,i;super.update(e),e.has("disabled")&&(this.disabled?(this.endRipple(),(r=this.target)===null||r===void 0||r.removeAttribute("data-is-ft-ripple-target")):(i=this.target)===null||i===void 0||i.setAttribute("data-is-ft-ripple-target","true"))}endRipple(){this.endHover(),this.endFocus(),this.endPress(),this.rippling=!1}connectedCallback(){super.connectedCallback(),this.setupDebouncer.run(()=>this.defaultSetup())}defaultSetup(){var e,r;let i=(e=this.shadowRoot)===null||e===void 0?void 0:e.host.parentElement;i&&this.setupFor((r=this.target)!==null&&r!==void 0?r:i)}forceFocusUpdate(){var e;!((e=this.target)===null||e===void 0)&&e.matches(":focus-within")?this.startFocus():this.endFocus()}setupFor(e){if(this.setupDebouncer.cancel(),this.target===e)return;this.onDisconnect&&this.onDisconnect(),this.target=e,e.setAttribute("data-is-ft-ripple-target","true");let r=(...l)=>d=>{l.forEach(u=>window.addEventListener(u,this.endPress,{once:!0})),this.startPress(d)},i=r("mouseup","contextmenu"),n=r("touchend","touchcancel"),a=l=>{["Enter"," "].includes(l.key)&&r("keyup")(l)},s={passive:!0};e.addEventListener("mouseover",this.startHover,s),e.addEventListener("mousemove",this.moveRipple,s),e.addEventListener("mouseleave",this.endHover,s),e.addEventListener("mousedown",i,s),e.addEventListener("touchstart",n,s),e.addEventListener("touchmove",this.moveRipple,s),e.addEventListener("keydown",a,s),e.addEventListener("focus",this.startFocus,s),e.addEventListener("blur",this.endFocus,s),e.addEventListener("focusin",this.startFocus,s),e.addEventListener("focusout",this.endFocus,s),this.onDisconnect=()=>{e.removeAttribute("data-is-ft-ripple-target"),e.removeEventListener("mouseover",this.startHover,s),e.removeEventListener("mousemove",this.moveRipple,s),e.removeEventListener("mouseleave",this.endHover,s),e.removeEventListener("mousedown",i,s),e.removeEventListener("touchstart",n,s),e.removeEventListener("touchmove",this.moveRipple,s),e.removeEventListener("keydown",a,s),e.removeEventListener("focus",this.startFocus,s),e.removeEventListener("blur",this.endFocus,s),e.removeEventListener("focusin",this.startFocus,s),e.removeEventListener("focusout",this.endFocus,s),this.onDisconnect=void 0,this.target=void 0}}getCoordinates(e){let r=e,i=e,n,a;return r.x!=null?{x:n,y:a}=r:i.touches!=null&&(n=i.touches[0].clientX,a=i.touches[0].clientY),{x:n,y:a}}isFocusVisible(e){return e instanceof HTMLElement?e.matches(":focus-visible"):!0}isIgnored(e){if(this.disabled)return!0;if(e!=null)for(let r of e.composedPath()){if(r===this.target)break;if("hasAttribute"in r&&r.hasAttribute("data-is-ft-ripple-target"))return!0}return!1}disconnectedCallback(){super.disconnectedCallback(),this.onDisconnect&&this.onDisconnect(),this.endRipple()}};Q.elementDefinitions={};Q.styles=hp;Xe([h({type:Boolean})],Q.prototype,"primary",void 0);Xe([h({type:Boolean})],Q.prototype,"secondary",void 0);Xe([h({type:Boolean})],Q.prototype,"unbounded",void 0);Xe([h({type:Boolean})],Q.prototype,"activated",void 0);Xe([h({type:Boolean})],Q.prototype,"selected",void 0);Xe([h({type:Boolean})],Q.prototype,"disabled",void 0);Xe([B()],Q.prototype,"hovered",void 0);Xe([B()],Q.prototype,"focused",void 0);Xe([B()],Q.prototype,"pressed",void 0);Xe([B()],Q.prototype,"rippling",void 0);Xe([B()],Q.prototype,"originX",void 0);Xe([B()],Q.prototype,"originY",void 0);Xe([z(".ft-ripple")],Q.prototype,"ripple",void 0);Xe([z(".ft-ripple--effect")],Q.prototype,"rippleEffect",void 0);V("ft-ripple")(Q);var br={distance:o.create("--ft-tooltip-distance","","SIZE","4px"),color:o.create("--ft-tooltip-color","","COLOR","#FFFFFF"),backgroundColor:o.create("--ft-tooltip-background-color","","COLOR","#666666"),zIndex:o.create("--ft-tooltip-z-index","","NUMBER","100"),borderRadiusS:o.extend("--ft-tooltip-border-radius","",L.borderRadiusS),maxWidth:o.create("--ft-tooltip-max-width","","SIZE","150px")},vp=_`
|
|
617
617
|
.ft-tooltip--container {
|
|
618
618
|
display: block;
|
|
619
619
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-topics/ft-search-bar",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.52",
|
|
4
4
|
"description": "Search bar component using Fluid Topics public API",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Lit"
|
|
@@ -19,23 +19,23 @@
|
|
|
19
19
|
"url": "ssh://git@scm.mrs.antidot.net:2222/fluidtopics/ft-web-components.git"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@fluid-topics/ft-accordion": "1.3.
|
|
23
|
-
"@fluid-topics/ft-app-context": "1.3.
|
|
24
|
-
"@fluid-topics/ft-button": "1.3.
|
|
25
|
-
"@fluid-topics/ft-chip": "1.3.
|
|
26
|
-
"@fluid-topics/ft-filter": "1.3.
|
|
27
|
-
"@fluid-topics/ft-icon": "1.3.
|
|
28
|
-
"@fluid-topics/ft-select": "1.3.
|
|
29
|
-
"@fluid-topics/ft-size-watcher": "1.3.
|
|
30
|
-
"@fluid-topics/ft-skeleton": "1.3.
|
|
31
|
-
"@fluid-topics/ft-snap-scroll": "1.3.
|
|
32
|
-
"@fluid-topics/ft-tooltip": "1.3.
|
|
33
|
-
"@fluid-topics/ft-typography": "1.3.
|
|
34
|
-
"@fluid-topics/ft-wc-utils": "1.3.
|
|
22
|
+
"@fluid-topics/ft-accordion": "1.3.52",
|
|
23
|
+
"@fluid-topics/ft-app-context": "1.3.52",
|
|
24
|
+
"@fluid-topics/ft-button": "1.3.52",
|
|
25
|
+
"@fluid-topics/ft-chip": "1.3.52",
|
|
26
|
+
"@fluid-topics/ft-filter": "1.3.52",
|
|
27
|
+
"@fluid-topics/ft-icon": "1.3.52",
|
|
28
|
+
"@fluid-topics/ft-select": "1.3.52",
|
|
29
|
+
"@fluid-topics/ft-size-watcher": "1.3.52",
|
|
30
|
+
"@fluid-topics/ft-skeleton": "1.3.52",
|
|
31
|
+
"@fluid-topics/ft-snap-scroll": "1.3.52",
|
|
32
|
+
"@fluid-topics/ft-tooltip": "1.3.52",
|
|
33
|
+
"@fluid-topics/ft-typography": "1.3.52",
|
|
34
|
+
"@fluid-topics/ft-wc-utils": "1.3.52",
|
|
35
35
|
"lit": "3.1.0"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"@fluid-topics/public-api": "1.0.112"
|
|
39
39
|
},
|
|
40
|
-
"gitHead": "
|
|
40
|
+
"gitHead": "8cd9d8b95748384e70ead4c45af71bd9781ddf44"
|
|
41
41
|
}
|