@teambit/code.ui.code-tab-page 0.0.642 → 0.0.644
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,12 +1,12 @@
|
|
1
1
|
{
|
2
2
|
"name": "@teambit/code.ui.code-tab-page",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.644",
|
4
4
|
"homepage": "https://bit.cloud/teambit/code/ui/code-tab-page",
|
5
5
|
"main": "dist/index.js",
|
6
6
|
"componentId": {
|
7
7
|
"scope": "teambit.code",
|
8
8
|
"name": "ui/code-tab-page",
|
9
|
-
"version": "0.0.
|
9
|
+
"version": "0.0.644"
|
10
10
|
},
|
11
11
|
"dependencies": {
|
12
12
|
"classnames": "2.2.6",
|
@@ -16,19 +16,19 @@
|
|
16
16
|
"@teambit/ui-foundation.ui.constants.z-indexes": "0.0.504",
|
17
17
|
"@teambit/base-ui.surfaces.split-pane.hover-splitter": "1.0.0",
|
18
18
|
"@teambit/base-ui.surfaces.split-pane.split-pane": "1.0.0",
|
19
|
-
"@teambit/code.ui.code-tab-tree": "0.0.613",
|
20
19
|
"@teambit/code.ui.hooks.use-code-params": "0.0.496",
|
21
|
-
"@teambit/code.ui.queries.get-component-code": "0.0.502",
|
22
20
|
"@teambit/code.ui.utils.get-file-icon": "0.0.495",
|
23
|
-
"@teambit/component.ui.artifacts.artifacts-tree": "0.0.26",
|
24
21
|
"@teambit/component.ui.artifacts.models.component-artifacts-model": "0.0.12",
|
25
|
-
"@teambit/component.ui.artifacts.queries.use-component-artifacts": "0.0.14",
|
26
22
|
"@teambit/design.ui.tree": "0.0.15",
|
27
23
|
"@teambit/documenter.ui.label": "4.0.3",
|
28
|
-
"@teambit/ui-foundation.ui.hooks.use-is-mobile": "0.0.
|
29
|
-
"@teambit/ui-foundation.ui.tree.tree-node": "0.0.
|
24
|
+
"@teambit/ui-foundation.ui.hooks.use-is-mobile": "0.0.198",
|
25
|
+
"@teambit/ui-foundation.ui.tree.tree-node": "0.0.514",
|
26
|
+
"@teambit/code.ui.code-tab-tree": "0.0.614",
|
27
|
+
"@teambit/code.ui.queries.get-component-code": "0.0.502",
|
28
|
+
"@teambit/component.ui.artifacts.artifacts-tree": "0.0.26",
|
29
|
+
"@teambit/component.ui.artifacts.queries.use-component-artifacts": "0.0.14",
|
30
30
|
"@teambit/code.ui.code-view": "0.0.522",
|
31
|
-
"@teambit/ui-foundation.ui.buttons.collapser": "0.0.
|
31
|
+
"@teambit/ui-foundation.ui.buttons.collapser": "0.0.222"
|
32
32
|
},
|
33
33
|
"devDependencies": {
|
34
34
|
"@types/classnames": "2.2.11",
|
package/dist/tsconfig.json
DELETED
@@ -1,36 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"compilerOptions": {
|
3
|
-
"lib": [
|
4
|
-
"es2019",
|
5
|
-
"DOM",
|
6
|
-
"ES6",
|
7
|
-
"DOM.Iterable"
|
8
|
-
],
|
9
|
-
"target": "es2015",
|
10
|
-
"module": "CommonJS",
|
11
|
-
"jsx": "react",
|
12
|
-
"allowJs": true,
|
13
|
-
"composite": true,
|
14
|
-
"declaration": true,
|
15
|
-
"sourceMap": true,
|
16
|
-
"skipLibCheck": true,
|
17
|
-
"experimentalDecorators": true,
|
18
|
-
"outDir": "dist",
|
19
|
-
"moduleResolution": "node",
|
20
|
-
"esModuleInterop": true,
|
21
|
-
"rootDir": ".",
|
22
|
-
"resolveJsonModule": true
|
23
|
-
},
|
24
|
-
"exclude": [
|
25
|
-
"artifacts",
|
26
|
-
"public",
|
27
|
-
"dist",
|
28
|
-
"node_modules",
|
29
|
-
"package.json",
|
30
|
-
"**/*.cjs"
|
31
|
-
],
|
32
|
-
"include": [
|
33
|
-
"**/*",
|
34
|
-
"**/*.json"
|
35
|
-
]
|
36
|
-
}
|
package/tsconfig.json
DELETED
@@ -1,36 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"compilerOptions": {
|
3
|
-
"lib": [
|
4
|
-
"es2019",
|
5
|
-
"DOM",
|
6
|
-
"ES6",
|
7
|
-
"DOM.Iterable"
|
8
|
-
],
|
9
|
-
"target": "es2015",
|
10
|
-
"module": "CommonJS",
|
11
|
-
"jsx": "react",
|
12
|
-
"allowJs": true,
|
13
|
-
"composite": true,
|
14
|
-
"declaration": true,
|
15
|
-
"sourceMap": true,
|
16
|
-
"skipLibCheck": true,
|
17
|
-
"experimentalDecorators": true,
|
18
|
-
"outDir": "dist",
|
19
|
-
"moduleResolution": "node",
|
20
|
-
"esModuleInterop": true,
|
21
|
-
"rootDir": ".",
|
22
|
-
"resolveJsonModule": true
|
23
|
-
},
|
24
|
-
"exclude": [
|
25
|
-
"artifacts",
|
26
|
-
"public",
|
27
|
-
"dist",
|
28
|
-
"node_modules",
|
29
|
-
"package.json",
|
30
|
-
"**/*.cjs"
|
31
|
-
],
|
32
|
-
"include": [
|
33
|
-
"**/*",
|
34
|
-
"**/*.json"
|
35
|
-
]
|
36
|
-
}
|
File without changes
|