@fluid-topics/ft-tabs 2.0.14 → 2.0.16

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.
@@ -16,7 +16,7 @@ export var FtDsTabsStructure;
16
16
  FtDsTabsStructure["labelOnly"] = "label-only";
17
17
  FtDsTabsStructure["iconOnly"] = "icon-only";
18
18
  })(FtDsTabsStructure || (FtDsTabsStructure = {}));
19
- class FtdsTabs extends FtBaseTabs {
19
+ export class FtdsTabs extends FtBaseTabs {
20
20
  constructor() {
21
21
  super(...arguments);
22
22
  this.structure = FtDsTabsStructure.sideIcon;
@@ -46,4 +46,3 @@ FtdsTabs.styles = [
46
46
  __decorate([
47
47
  property()
48
48
  ], FtdsTabs.prototype, "structure", void 0);
49
- export { FtdsTabs };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-tabs",
3
- "version": "2.0.14",
3
+ "version": "2.0.16",
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": "2.0.14",
23
- "@fluid-topics/ft-ripple": "2.0.14",
24
- "@fluid-topics/ft-tooltip": "2.0.14",
25
- "@fluid-topics/ft-typography": "2.0.14",
26
- "@fluid-topics/ft-wc-utils": "2.0.14",
22
+ "@fluid-topics/ft-icon": "2.0.16",
23
+ "@fluid-topics/ft-ripple": "2.0.16",
24
+ "@fluid-topics/ft-tooltip": "2.0.16",
25
+ "@fluid-topics/ft-typography": "2.0.16",
26
+ "@fluid-topics/ft-wc-utils": "2.0.16",
27
27
  "lit": "3.1.0"
28
28
  },
29
- "gitHead": "4c50289bffd5b4b58542856830adc1399b93a70f"
29
+ "gitHead": "a972b95acf70b2bfab648ae99cec9d9cbe77c86f"
30
30
  }