@everymatrix/helper-tabs 0.1.6 → 0.1.7

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.
@@ -47,6 +47,5 @@ function defineCustomElement() {
47
47
  break;
48
48
  } });
49
49
  }
50
- defineCustomElement();
51
50
 
52
51
  export { HelperTab as H, defineCustomElement as d };
@@ -58,7 +58,6 @@ function defineCustomElement$1() {
58
58
  break;
59
59
  } });
60
60
  }
61
- defineCustomElement$1();
62
61
 
63
62
  const HelperTabs = HelperTabs$1;
64
63
  const defineCustomElement = defineCustomElement$1;
@@ -9,8 +9,6 @@ export const config = {
9
9
  esmLoaderPath: '../loader',
10
10
  },
11
11
  {
12
- autoDefineCustomElements: true,
13
- generateTypeDeclarations: true,
14
12
  type: 'dist-custom-elements',
15
13
  },
16
14
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everymatrix/helper-tabs",
3
- "version": "0.1.6",
3
+ "version": "0.1.7",
4
4
  "main": "./dist/index.cjs.js",
5
5
  "module": "./dist/index.js",
6
6
  "es2015": "./dist/esm/index.mjs",