@fluid-topics/ft-tabs 1.0.47 → 1.0.49

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.
@@ -94,7 +94,7 @@ var ut,vt;let xt=class extends E{constructor(){super(...arguments),this.renderOp
94
94
  display: inline-block;
95
95
  width: 0;
96
96
  }
97
- `,navigator.vendor&&navigator.vendor.match(/apple/i)||(null===(Mt=null===(Rt=window.safari)||void 0===Rt?void 0:Rt.pushNotification)||void 0===Mt||Mt.toString());var jt=function(t,e,i,o){for(var s,r=arguments.length,n=r<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o,a=t.length-1;a>=0;a--)(s=t[a])&&(n=(r<3?s(n):r>3?s(e,i,n):s(e,i))||n);return r>3&&n&&Object.defineProperty(e,i,n),n};class Ut extends Et{constructor(){super(...arguments),this.label="",this.icon="",this.active=!1,this.disabled=!1,this.uniqueId=(""+Math.floor(1e5*Math.random())).padStart(5,"0")}render(){return X`
97
+ `,window.ftReduxStores||(window.ftReduxStores={}),navigator.vendor&&navigator.vendor.match(/apple/i)||(null===(Mt=null===(Rt=window.safari)||void 0===Rt?void 0:Rt.pushNotification)||void 0===Mt||Mt.toString());var jt=function(t,e,i,o){for(var s,r=arguments.length,n=r<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o,a=t.length-1;a>=0;a--)(s=t[a])&&(n=(r<3?s(n):r>3?s(e,i,n):s(e,i))||n);return r>3&&n&&Object.defineProperty(e,i,n),n};class Ut extends Et{constructor(){super(...arguments),this.label="",this.icon="",this.active=!1,this.disabled=!1,this.uniqueId=(""+Math.floor(1e5*Math.random())).padStart(5,"0")}render(){return X`
98
98
  <style>
99
99
  :host {
100
100
  display: ${x(this.active?"block":"none")};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-tabs",
3
- "version": "1.0.47",
3
+ "version": "1.0.49",
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.0.47",
23
- "@fluid-topics/ft-ripple": "1.0.47",
24
- "@fluid-topics/ft-tooltip": "1.0.47",
25
- "@fluid-topics/ft-typography": "1.0.47",
26
- "@fluid-topics/ft-wc-utils": "1.0.47",
22
+ "@fluid-topics/ft-icon": "1.0.49",
23
+ "@fluid-topics/ft-ripple": "1.0.49",
24
+ "@fluid-topics/ft-tooltip": "1.0.49",
25
+ "@fluid-topics/ft-typography": "1.0.49",
26
+ "@fluid-topics/ft-wc-utils": "1.0.49",
27
27
  "lit": "2.7.2"
28
28
  },
29
- "gitHead": "6313471d9f5ceea14a13311e9a6cc24b6fa6f044"
29
+ "gitHead": "77eac237aeec17a50f5bcc09890746d9a9f097f0"
30
30
  }