@fluid-topics/ft-tabs 1.1.12 → 1.1.13
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.
- package/build/ft-tabs.light.js +2 -2
- package/build/ft-tabs.min.js +2 -2
- package/package.json +7 -7
package/build/ft-tabs.light.js
CHANGED
|
@@ -434,7 +434,7 @@ const ct=Symbol.for(""),pt=t=>{if(t?.r===ct)return t?._$litStatic$},ft=t=>({_$li
|
|
|
434
434
|
@focusin=${this.onHover}
|
|
435
435
|
@focusout=${this.onOut}
|
|
436
436
|
@touchstart=${this.onTouch}>
|
|
437
|
-
<slot part="slot"></slot>
|
|
437
|
+
<slot part="slot" @click=${this.onClick}></slot>
|
|
438
438
|
<div part="tooltip" role="tooltip" inert
|
|
439
439
|
class="ft-tooltip ft-tooltip--${this.validPosition}"
|
|
440
440
|
?hidden=${!this.visible}>
|
|
@@ -444,7 +444,7 @@ const ct=Symbol.for(""),pt=t=>{if(t?.r===ct)return t?._$litStatic$},ft=t=>({_$li
|
|
|
444
444
|
</div>
|
|
445
445
|
</div>
|
|
446
446
|
</div>
|
|
447
|
-
`}updated(t){t.has("visible")&&this.visible&&this.resetTooltipContent(),super.updated(t)}contentAvailableCallback(t){super.contentAvailableCallback(t),["visible","text"].some((o=>t.has(o)))&&this.visible&&this.positionTooltip()}show(t){this.visible=!0,null!=t&&this.hideDebounce.run((()=>this.hide()),t)}hide(){this.visible=!1}toggle(){this.visible=!this.visible}get slottedElement(){var t;return(null!==(t=this.slotNodes)&&void 0!==t?t:[]).filter((t=>t.nodeType==Node.ELEMENT_NODE))[0]}resetTooltipContent(){if(this.tooltip&&this.tooltipContent){const t=this.tooltipContent.style;switch(t.transition="none",this.validPosition){case"top":t.top=this.tooltip.clientHeight+"px",t.left="0";break;case"bottom":t.top=-this.tooltip.clientHeight+"px",t.left="0";break;case"left":t.top="0",t.left=this.tooltip.clientWidth+"px";break;case"right":t.top="0",t.left=-this.tooltip.clientWidth+"px"}}}positionTooltip(){var t;this.resetTooltipContent(),this.tooltip&&this.slottedElement&&(this.tooltip.style.left="",this.tooltip.style.top="",cr(this.slottedElement,this.tooltip,{platform:{...lr,getOffsetParent:t=>lr.getOffsetParent(t,pr)},middleware:[(t={crossAxis:!0},void 0===t&&(t={}),{name:"shift",options:t,async fn(o){const{x:e,y:r,placement:a}=o,{mainAxis:i=!0,crossAxis:n=!1,limiter:l={fn:t=>{let{x:o,y:e}=t;return{x:o,y:e}}},...c}=xe(t,o),p={x:e,y:r},f=await Ue(o,c),s=we(Oe(a)),d=ve(s);let h=p[d],y=p[s];if(i){const t="y"===d?"bottom":"right";h=me(h+f["y"===d?"top":"left"],h,h-f[t])}if(n){const t="y"===s?"bottom":"right";y=me(y+f["y"===s?"top":"left"],y,y-f[t])}const g=l.fn({...o,[d]:h,[s]:y});return{...g,data:{x:g.x-e,y:g.y-r}}}}),Ee({allowedPlacements:[this.position]})]}).then((({x:t,y:o})=>{this.tooltip&&(this.tooltip.style.left=`${t}px`,this.tooltip.style.top=`${o}px`)}))),this.revealDebouncer.run((()=>{this.tooltipContent&&(this.tooltipContent.style.transition="top var(--ft-transition-duration, 250ms), left var(--ft-transition-duration, 250ms)",this.tooltipContent.style.top="0",this.tooltipContent.style.left="0")}),this.manual?0:this.delay)}onTouch(){this.manual||(this.show(),setTimeout((()=>window.addEventListener("touchstart",(t=>{t.composedPath().includes(this.container)||this.onOut()}),{once:!0})),100))}onHover(){this.manual||this.show()}onOut(){this.manual||(this.revealDebouncer.cancel(),this.hide())}correctOutOfWindowPixels(t,o){return Math.max(t,Math.min(0,-o))}}dr.elementDefinitions={"ft-typography":Po},dr.styles=pe,sr([r.property()],dr.prototype,"text",void 0),sr([r.property({type:Boolean})],dr.prototype,"manual",void 0),sr([r.property({type:Boolean})],dr.prototype,"inline",void 0),sr([r.property({type:Number})],dr.prototype,"delay",void 0),sr([r.property()],dr.prototype,"position",void 0),sr([r.queryAssignedNodes()],dr.prototype,"slotNodes",void 0),sr([r.query(".ft-tooltip--container")],dr.prototype,"container",void 0),sr([r.query(".ft-tooltip")],dr.prototype,"tooltip",void 0),sr([r.query(".ft-tooltip--content")],dr.prototype,"tooltipContent",void 0),sr([r.state()],dr.prototype,"visible",void 0),sr([r.eventOptions({passive:!0})],dr.prototype,"onTouch",null),sr([r.eventOptions({passive:!0})],dr.prototype,"onHover",null),sr([r.eventOptions({passive:!0})],dr.prototype,"onOut",null),o.customElement("ft-tooltip")(dr);var hr=function(t,o,e,r){for(var a,i=arguments.length,n=i<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,l=t.length-1;l>=0;l--)(a=t[l])&&(n=(i<3?a(n):i>3?a(o,e,n):a(o,e))||n);return i>3&&n&&Object.defineProperty(o,e,n),n};class yr extends CustomEvent{constructor(t){super("index-change",{detail:t})}}class gr extends o.FtLitElement{constructor(){super(...arguments),this.dense=!1,this.contentBefore=!1,this.alignTabs=t.FtTabsAlignment.justify,this.ftTabs=[],this.activeIndex=0,this.updateDebouncer=new o.Debouncer(2),this.onTabUpdated=()=>this.updateDebouncer.run((()=>{this.requestUpdate(),this.dispatchEvent(new o.PostResizeEvent)})),this.resizeObserver=new ResizeObserver((()=>this.placeIndicator()))}render(){var t;const o={"ft-tabs":!0,"ft-tabs--reverse":this.contentBefore,"ft-tabs--dense":this.dense},r=null===(t=this.ftTabs[this.activeIndex])||void 0===t?void 0:t.color;return e.html`
|
|
447
|
+
`}updated(t){t.has("visible")&&this.visible&&this.resetTooltipContent(),super.updated(t)}contentAvailableCallback(t){super.contentAvailableCallback(t),["visible","text"].some((o=>t.has(o)))&&this.visible&&this.positionTooltip()}show(t){this.visible=!0,null!=t&&this.hideDebounce.run((()=>this.hide()),t)}hide(){this.visible=!1}toggle(){this.visible=!this.visible}get slottedElement(){var t;return(null!==(t=this.slotNodes)&&void 0!==t?t:[]).filter((t=>t.nodeType==Node.ELEMENT_NODE))[0]}resetTooltipContent(){if(this.tooltip&&this.tooltipContent){const t=this.tooltipContent.style;switch(t.transition="none",this.validPosition){case"top":t.top=this.tooltip.clientHeight+"px",t.left="0";break;case"bottom":t.top=-this.tooltip.clientHeight+"px",t.left="0";break;case"left":t.top="0",t.left=this.tooltip.clientWidth+"px";break;case"right":t.top="0",t.left=-this.tooltip.clientWidth+"px"}}}positionTooltip(){var t;this.resetTooltipContent(),this.tooltip&&this.slottedElement&&(this.tooltip.style.left="",this.tooltip.style.top="",cr(this.slottedElement,this.tooltip,{platform:{...lr,getOffsetParent:t=>lr.getOffsetParent(t,pr)},middleware:[(t={crossAxis:!0},void 0===t&&(t={}),{name:"shift",options:t,async fn(o){const{x:e,y:r,placement:a}=o,{mainAxis:i=!0,crossAxis:n=!1,limiter:l={fn:t=>{let{x:o,y:e}=t;return{x:o,y:e}}},...c}=xe(t,o),p={x:e,y:r},f=await Ue(o,c),s=we(Oe(a)),d=ve(s);let h=p[d],y=p[s];if(i){const t="y"===d?"bottom":"right";h=me(h+f["y"===d?"top":"left"],h,h-f[t])}if(n){const t="y"===s?"bottom":"right";y=me(y+f["y"===s?"top":"left"],y,y-f[t])}const g=l.fn({...o,[d]:h,[s]:y});return{...g,data:{x:g.x-e,y:g.y-r}}}}),Ee({allowedPlacements:[this.position]})]}).then((({x:t,y:o})=>{this.tooltip&&(this.tooltip.style.left=`${t}px`,this.tooltip.style.top=`${o}px`)}))),this.revealDebouncer.run((()=>{this.tooltipContent&&(this.tooltipContent.style.transition="top var(--ft-transition-duration, 250ms), left var(--ft-transition-duration, 250ms)",this.tooltipContent.style.top="0",this.tooltipContent.style.left="0")}),this.manual?0:this.delay)}onTouch(){this.manual||(this.show(),setTimeout((()=>window.addEventListener("touchstart",(t=>{t.composedPath().includes(this.container)||this.onOut()}),{once:!0})),100))}onHover(){this.manual||this.show()}onOut(){this.manual||(this.revealDebouncer.cancel(),this.hide())}onClick(){this.manual||(this.revealDebouncer.cancel(),this.hide())}correctOutOfWindowPixels(t,o){return Math.max(t,Math.min(0,-o))}}dr.elementDefinitions={"ft-typography":Po},dr.styles=pe,sr([r.property()],dr.prototype,"text",void 0),sr([r.property({type:Boolean})],dr.prototype,"manual",void 0),sr([r.property({type:Boolean})],dr.prototype,"inline",void 0),sr([r.property({type:Number})],dr.prototype,"delay",void 0),sr([r.property()],dr.prototype,"position",void 0),sr([r.queryAssignedNodes()],dr.prototype,"slotNodes",void 0),sr([r.query(".ft-tooltip--container")],dr.prototype,"container",void 0),sr([r.query(".ft-tooltip")],dr.prototype,"tooltip",void 0),sr([r.query(".ft-tooltip--content")],dr.prototype,"tooltipContent",void 0),sr([r.state()],dr.prototype,"visible",void 0),sr([r.eventOptions({passive:!0})],dr.prototype,"onTouch",null),sr([r.eventOptions({passive:!0})],dr.prototype,"onHover",null),sr([r.eventOptions({passive:!0})],dr.prototype,"onOut",null),sr([r.eventOptions({passive:!0})],dr.prototype,"onClick",null),o.customElement("ft-tooltip")(dr);var hr=function(t,o,e,r){for(var a,i=arguments.length,n=i<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,l=t.length-1;l>=0;l--)(a=t[l])&&(n=(i<3?a(n):i>3?a(o,e,n):a(o,e))||n);return i>3&&n&&Object.defineProperty(o,e,n),n};class yr extends CustomEvent{constructor(t){super("index-change",{detail:t})}}class gr extends o.FtLitElement{constructor(){super(...arguments),this.dense=!1,this.contentBefore=!1,this.alignTabs=t.FtTabsAlignment.justify,this.ftTabs=[],this.activeIndex=0,this.updateDebouncer=new o.Debouncer(2),this.onTabUpdated=()=>this.updateDebouncer.run((()=>{this.requestUpdate(),this.dispatchEvent(new o.PostResizeEvent)})),this.resizeObserver=new ResizeObserver((()=>this.placeIndicator()))}render(){var t;const o={"ft-tabs":!0,"ft-tabs--reverse":this.contentBefore,"ft-tabs--dense":this.dense},r=null===(t=this.ftTabs[this.activeIndex])||void 0===t?void 0:t.color;return e.html`
|
|
448
448
|
<div class="${i.classMap(o)}" part="container">
|
|
449
449
|
<div class="ft-tabs--align-${this.alignTabs}" role="tablist" part="tablist">
|
|
450
450
|
${a.repeat(this.ftTabs,((t,o)=>this.addTooltipIfNecessary(t,e.html`
|
package/build/ft-tabs.min.js
CHANGED
|
@@ -575,7 +575,7 @@ class rr extends eo{constructor(t){if(super(t),this.et=tt,t.type!==Qe)throw Erro
|
|
|
575
575
|
@focusin=${this.onHover}
|
|
576
576
|
@focusout=${this.onOut}
|
|
577
577
|
@touchstart=${this.onTouch}>
|
|
578
|
-
<slot part="slot"></slot>
|
|
578
|
+
<slot part="slot" @click=${this.onClick}></slot>
|
|
579
579
|
<div part="tooltip" role="tooltip" inert
|
|
580
580
|
class="ft-tooltip ft-tooltip--${this.validPosition}"
|
|
581
581
|
?hidden=${!this.visible}>
|
|
@@ -585,7 +585,7 @@ class rr extends eo{constructor(t){if(super(t),this.et=tt,t.type!==Qe)throw Erro
|
|
|
585
585
|
</div>
|
|
586
586
|
</div>
|
|
587
587
|
</div>
|
|
588
|
-
`}updated(t){t.has("visible")&&this.visible&&this.resetTooltipContent(),super.updated(t)}contentAvailableCallback(t){super.contentAvailableCallback(t),["visible","text"].some((e=>t.has(e)))&&this.visible&&this.positionTooltip()}show(t){this.visible=!0,null!=t&&this.hideDebounce.run((()=>this.hide()),t)}hide(){this.visible=!1}toggle(){this.visible=!this.visible}get slottedElement(){var t;return(null!==(t=this.slotNodes)&&void 0!==t?t:[]).filter((t=>t.nodeType==Node.ELEMENT_NODE))[0]}resetTooltipContent(){if(this.tooltip&&this.tooltipContent){const t=this.tooltipContent.style;switch(t.transition="none",this.validPosition){case"top":t.top=this.tooltip.clientHeight+"px",t.left="0";break;case"bottom":t.top=-this.tooltip.clientHeight+"px",t.left="0";break;case"left":t.top="0",t.left=this.tooltip.clientWidth+"px";break;case"right":t.top="0",t.left=-this.tooltip.clientWidth+"px"}}}positionTooltip(){var t;this.resetTooltipContent(),this.tooltip&&this.slottedElement&&(this.tooltip.style.left="",this.tooltip.style.top="",Rn(this.slottedElement,this.tooltip,{platform:{...Cn,getOffsetParent:t=>Cn.getOffsetParent(t,En)},middleware:[(t={crossAxis:!0},void 0===t&&(t={}),{name:"shift",options:t,async fn(e){const{x:o,y:i,placement:r}=e,{mainAxis:n=!0,crossAxis:a=!1,limiter:s={fn:t=>{let{x:e,y:o}=t;return{x:e,y:o}}},...l}=zr(t,e),c={x:o,y:i},p=await _r(e,l),f=Br(Fr(r)),h=Ar(f);let d=c[h],u=c[f];if(n){const t="y"===h?"bottom":"right";d=Zr(d+p["y"===h?"top":"left"],d,d-p[t])}if(a){const t="y"===f?"bottom":"right";u=Zr(u+p["y"===f?"top":"left"],u,u-p[t])}const y=s.fn({...e,[h]:d,[f]:u});return{...y,data:{x:y.x-o,y:y.y-i}}}}),Yr({allowedPlacements:[this.position]})]}).then((({x:t,y:e})=>{this.tooltip&&(this.tooltip.style.left=`${t}px`,this.tooltip.style.top=`${e}px`)}))),this.revealDebouncer.run((()=>{this.tooltipContent&&(this.tooltipContent.style.transition="top var(--ft-transition-duration, 250ms), left var(--ft-transition-duration, 250ms)",this.tooltipContent.style.top="0",this.tooltipContent.style.left="0")}),this.manual?0:this.delay)}onTouch(){this.manual||(this.show(),setTimeout((()=>window.addEventListener("touchstart",(t=>{t.composedPath().includes(this.container)||this.onOut()}),{once:!0})),100))}onHover(){this.manual||this.show()}onOut(){this.manual||(this.revealDebouncer.cancel(),this.hide())}correctOutOfWindowPixels(t,e){return Math.max(t,Math.min(0,-e))}}In.elementDefinitions={"ft-typography":ir},In.styles=Rr,$n([C()],In.prototype,"text",void 0),$n([C({type:Boolean})],In.prototype,"manual",void 0),$n([C({type:Boolean})],In.prototype,"inline",void 0),$n([C({type:Number})],In.prototype,"delay",void 0),$n([C()],In.prototype,"position",void 0),$n([function(t){return(e,o)=>{const{slot:i}=t??{},r="slot"+(i?`[name=${i}]`:":not([name])");return U(0,0,{get(){const e=this.renderRoot?.querySelector(r);return e?.assignedNodes(t)??[]}})}}()],In.prototype,"slotNodes",void 0),$n([$(".ft-tooltip--container")],In.prototype,"container",void 0),$n([$(".ft-tooltip")],In.prototype,"tooltip",void 0),$n([$(".ft-tooltip--content")],In.prototype,"tooltipContent",void 0),$n([R()],In.prototype,"visible",void 0),$n([E({passive:!0})],In.prototype,"onTouch",null),$n([E({passive:!0})],In.prototype,"onHover",null),$n([E({passive:!0})],In.prototype,"onOut",null),k("ft-tooltip")(In);var kn=function(t,e,o,i){for(var r,n=arguments.length,a=n<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,o):i,s=t.length-1;s>=0;s--)(r=t[s])&&(a=(n<3?r(a):n>3?r(e,o,a):r(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class Wn extends CustomEvent{constructor(t){super("index-change",{detail:t})}}class Ln extends Me{constructor(){super(...arguments),this.dense=!1,this.contentBefore=!1,this.alignTabs=t.FtTabsAlignment.justify,this.ftTabs=[],this.activeIndex=0,this.updateDebouncer=new e(2),this.onTabUpdated=()=>this.updateDebouncer.run((()=>{this.requestUpdate(),this.dispatchEvent(new $e)})),this.resizeObserver=new ResizeObserver((()=>this.placeIndicator()))}render(){var t;const e={"ft-tabs":!0,"ft-tabs--reverse":this.contentBefore,"ft-tabs--dense":this.dense},o=null===(t=this.ftTabs[this.activeIndex])||void 0===t?void 0:t.color;return re`
|
|
588
|
+
`}updated(t){t.has("visible")&&this.visible&&this.resetTooltipContent(),super.updated(t)}contentAvailableCallback(t){super.contentAvailableCallback(t),["visible","text"].some((e=>t.has(e)))&&this.visible&&this.positionTooltip()}show(t){this.visible=!0,null!=t&&this.hideDebounce.run((()=>this.hide()),t)}hide(){this.visible=!1}toggle(){this.visible=!this.visible}get slottedElement(){var t;return(null!==(t=this.slotNodes)&&void 0!==t?t:[]).filter((t=>t.nodeType==Node.ELEMENT_NODE))[0]}resetTooltipContent(){if(this.tooltip&&this.tooltipContent){const t=this.tooltipContent.style;switch(t.transition="none",this.validPosition){case"top":t.top=this.tooltip.clientHeight+"px",t.left="0";break;case"bottom":t.top=-this.tooltip.clientHeight+"px",t.left="0";break;case"left":t.top="0",t.left=this.tooltip.clientWidth+"px";break;case"right":t.top="0",t.left=-this.tooltip.clientWidth+"px"}}}positionTooltip(){var t;this.resetTooltipContent(),this.tooltip&&this.slottedElement&&(this.tooltip.style.left="",this.tooltip.style.top="",Rn(this.slottedElement,this.tooltip,{platform:{...Cn,getOffsetParent:t=>Cn.getOffsetParent(t,En)},middleware:[(t={crossAxis:!0},void 0===t&&(t={}),{name:"shift",options:t,async fn(e){const{x:o,y:i,placement:r}=e,{mainAxis:n=!0,crossAxis:a=!1,limiter:s={fn:t=>{let{x:e,y:o}=t;return{x:e,y:o}}},...l}=zr(t,e),c={x:o,y:i},p=await _r(e,l),f=Br(Fr(r)),h=Ar(f);let d=c[h],u=c[f];if(n){const t="y"===h?"bottom":"right";d=Zr(d+p["y"===h?"top":"left"],d,d-p[t])}if(a){const t="y"===f?"bottom":"right";u=Zr(u+p["y"===f?"top":"left"],u,u-p[t])}const y=s.fn({...e,[h]:d,[f]:u});return{...y,data:{x:y.x-o,y:y.y-i}}}}),Yr({allowedPlacements:[this.position]})]}).then((({x:t,y:e})=>{this.tooltip&&(this.tooltip.style.left=`${t}px`,this.tooltip.style.top=`${e}px`)}))),this.revealDebouncer.run((()=>{this.tooltipContent&&(this.tooltipContent.style.transition="top var(--ft-transition-duration, 250ms), left var(--ft-transition-duration, 250ms)",this.tooltipContent.style.top="0",this.tooltipContent.style.left="0")}),this.manual?0:this.delay)}onTouch(){this.manual||(this.show(),setTimeout((()=>window.addEventListener("touchstart",(t=>{t.composedPath().includes(this.container)||this.onOut()}),{once:!0})),100))}onHover(){this.manual||this.show()}onOut(){this.manual||(this.revealDebouncer.cancel(),this.hide())}onClick(){this.manual||(this.revealDebouncer.cancel(),this.hide())}correctOutOfWindowPixels(t,e){return Math.max(t,Math.min(0,-e))}}In.elementDefinitions={"ft-typography":ir},In.styles=Rr,$n([C()],In.prototype,"text",void 0),$n([C({type:Boolean})],In.prototype,"manual",void 0),$n([C({type:Boolean})],In.prototype,"inline",void 0),$n([C({type:Number})],In.prototype,"delay",void 0),$n([C()],In.prototype,"position",void 0),$n([function(t){return(e,o)=>{const{slot:i}=t??{},r="slot"+(i?`[name=${i}]`:":not([name])");return U(0,0,{get(){const e=this.renderRoot?.querySelector(r);return e?.assignedNodes(t)??[]}})}}()],In.prototype,"slotNodes",void 0),$n([$(".ft-tooltip--container")],In.prototype,"container",void 0),$n([$(".ft-tooltip")],In.prototype,"tooltip",void 0),$n([$(".ft-tooltip--content")],In.prototype,"tooltipContent",void 0),$n([R()],In.prototype,"visible",void 0),$n([E({passive:!0})],In.prototype,"onTouch",null),$n([E({passive:!0})],In.prototype,"onHover",null),$n([E({passive:!0})],In.prototype,"onOut",null),$n([E({passive:!0})],In.prototype,"onClick",null),k("ft-tooltip")(In);var kn=function(t,e,o,i){for(var r,n=arguments.length,a=n<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,o):i,s=t.length-1;s>=0;s--)(r=t[s])&&(a=(n<3?r(a):n>3?r(e,o,a):r(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class Wn extends CustomEvent{constructor(t){super("index-change",{detail:t})}}class Ln extends Me{constructor(){super(...arguments),this.dense=!1,this.contentBefore=!1,this.alignTabs=t.FtTabsAlignment.justify,this.ftTabs=[],this.activeIndex=0,this.updateDebouncer=new e(2),this.onTabUpdated=()=>this.updateDebouncer.run((()=>{this.requestUpdate(),this.dispatchEvent(new $e)})),this.resizeObserver=new ResizeObserver((()=>this.placeIndicator()))}render(){var t;const e={"ft-tabs":!0,"ft-tabs--reverse":this.contentBefore,"ft-tabs--dense":this.dense},o=null===(t=this.ftTabs[this.activeIndex])||void 0===t?void 0:t.color;return re`
|
|
589
589
|
<div class="${po(e)}" part="container">
|
|
590
590
|
<div class="ft-tabs--align-${this.alignTabs}" role="tablist" part="tablist">
|
|
591
591
|
${co(this.ftTabs,((t,e)=>this.addTooltipIfNecessary(t,re`
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-topics/ft-tabs",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.13",
|
|
4
4
|
"description": "Generic tabs component",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Lit"
|
|
@@ -19,12 +19,12 @@
|
|
|
19
19
|
"url": "ssh://git@scm.mrs.antidot.net:2222/fluidtopics/ft-web-components.git"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@fluid-topics/ft-icon": "1.1.
|
|
23
|
-
"@fluid-topics/ft-ripple": "1.1.
|
|
24
|
-
"@fluid-topics/ft-tooltip": "1.1.
|
|
25
|
-
"@fluid-topics/ft-typography": "1.1.
|
|
26
|
-
"@fluid-topics/ft-wc-utils": "1.1.
|
|
22
|
+
"@fluid-topics/ft-icon": "1.1.13",
|
|
23
|
+
"@fluid-topics/ft-ripple": "1.1.13",
|
|
24
|
+
"@fluid-topics/ft-tooltip": "1.1.13",
|
|
25
|
+
"@fluid-topics/ft-typography": "1.1.13",
|
|
26
|
+
"@fluid-topics/ft-wc-utils": "1.1.13",
|
|
27
27
|
"lit": "3.1.0"
|
|
28
28
|
},
|
|
29
|
-
"gitHead": "
|
|
29
|
+
"gitHead": "6678af642af51eb1590bccbeeb0de8cbc5938ab1"
|
|
30
30
|
}
|