@teambit/panels 0.0.1263 → 0.0.1267

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/package.json CHANGED
@@ -1,24 +1,24 @@
1
1
  {
2
2
  "name": "@teambit/panels",
3
- "version": "0.0.1263",
3
+ "version": "0.0.1267",
4
4
  "homepage": "https://bit.cloud/teambit/ui-foundation/panels",
5
5
  "main": "dist/index.js",
6
6
  "componentId": {
7
7
  "scope": "teambit.ui-foundation",
8
8
  "name": "panels",
9
- "version": "0.0.1263"
9
+ "version": "0.0.1267"
10
10
  },
11
11
  "dependencies": {
12
12
  "classnames": "2.2.6",
13
13
  "react-tabs": "3.2.0",
14
14
  "@teambit/harmony": "0.4.7",
15
- "@teambit/cli": "0.0.1261"
15
+ "@teambit/cli": "0.0.1265"
16
16
  },
17
17
  "devDependencies": {
18
18
  "@types/classnames": "2.2.11",
19
19
  "@types/react-tabs": "2.3.2",
20
20
  "@types/mocha": "9.1.0",
21
- "@teambit/harmony.envs.core-aspect-env": "0.0.75"
21
+ "@teambit/harmony.envs.core-aspect-env": "0.0.76"
22
22
  },
23
23
  "peerDependencies": {
24
24
  "react": "^17.0.0 || ^18.0.0",
package/dist/esm.d.mts DELETED
@@ -1,6 +0,0 @@
1
- export const PanelUiAspect: any;
2
- export const TabContainer: any;
3
- export const Tab: any;
4
- export const TabList: any;
5
- export const TabPanel: any;
6
- export default cjsModule;