@teambit/panels 0.0.850 → 0.0.851

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.
@@ -0,0 +1,4 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuites>
3
+ <testsuite name="teambit.ui-foundation/panels@0.0.851" tests="0" failures="0" errors="0" skipped="0"/>
4
+ </testsuites>
@@ -1,5 +1,5 @@
1
1
  export declare class PanelUIMain {
2
2
  static runtime: import("@teambit/harmony").RuntimeDefinition;
3
- static dependencies: any[];
3
+ static dependencies: never[];
4
4
  static provider(): Promise<PanelUIMain>;
5
5
  }
package/dist/ui/tabs.d.ts CHANGED
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { TabListProps as BaseTabListProps, TabPanel as TabPanelBase, TabProps as BaseTabProps, Tabs } from 'react-tabs';
2
3
  export type TabContainerProps = Tabs;
3
4
  export declare const TabContainer: typeof Tabs;
package/package.json CHANGED
@@ -1,30 +1,29 @@
1
1
  {
2
2
  "name": "@teambit/panels",
3
- "version": "0.0.850",
3
+ "version": "0.0.851",
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.850"
9
+ "version": "0.0.851"
10
10
  },
11
11
  "dependencies": {
12
12
  "classnames": "2.2.6",
13
13
  "react-tabs": "3.2.0",
14
14
  "@teambit/harmony": "0.4.6",
15
- "@teambit/cli": "0.0.848"
15
+ "@teambit/cli": "0.0.849"
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
- "@types/jest": "^29.2.2",
22
- "@types/testing-library__jest-dom": "^5.9.5",
23
- "@teambit/harmony.envs.core-aspect-env": "0.0.19"
21
+ "chai": "4.3.0",
22
+ "@teambit/harmony.envs.core-aspect-env": "0.0.24"
24
23
  },
25
24
  "peerDependencies": {
26
25
  "react": "^17.0.0 || ^18.0.0",
27
- "@types/react": "17.0.8",
26
+ "@types/react": "^17.0.73",
28
27
  "@teambit/legacy": "1.0.624"
29
28
  },
30
29
  "license": "Apache-2.0",
@@ -39,7 +38,8 @@
39
38
  "default": "./dist/index.js"
40
39
  },
41
40
  "./dist/*": "./dist/*",
42
- "./artifacts/*": "./artifacts/*"
41
+ "./artifacts/*": "./artifacts/*",
42
+ "./*": "./*.ts"
43
43
  },
44
44
  "private": false,
45
45
  "engines": {
package/tsconfig.json CHANGED
@@ -17,7 +17,10 @@
17
17
  "resolveJsonModule": true,
18
18
  "allowJs": true,
19
19
  "outDir": "dist",
20
- "emitDeclarationOnly": true
20
+ "emitDeclarationOnly": true,
21
+ "strict": true,
22
+ "strictPropertyInitialization": false,
23
+ "noImplicitAny": false
21
24
  },
22
25
  "exclude": [
23
26
  "artifacts",