@teambit/code.ui.code-tab-page 0.0.0-6849177ef29c5a9f2e2a083df73a5255a186566a → 0.0.0-93d44c1d969c13232a781100865c185048e7c222
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.0-
|
3
|
+
"version": "0.0.0-93d44c1d969c13232a781100865c185048e7c222",
|
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": "
|
9
|
+
"version": "93d44c1d969c13232a781100865c185048e7c222"
|
10
10
|
},
|
11
11
|
"dependencies": {
|
12
12
|
"classnames": "2.2.6",
|
@@ -17,9 +17,11 @@
|
|
17
17
|
"@teambit/ui-foundation.ui.constants.z-indexes": "0.0.504",
|
18
18
|
"@teambit/base-ui.surfaces.split-pane.hover-splitter": "1.0.0",
|
19
19
|
"@teambit/base-ui.surfaces.split-pane.split-pane": "1.0.0",
|
20
|
+
"@teambit/code.ui.code-view": "0.0.542",
|
20
21
|
"@teambit/code.ui.utils.get-file-icon": "0.0.496",
|
21
22
|
"@teambit/component.ui.artifacts.models.component-artifacts-model": "0.0.12",
|
22
23
|
"@teambit/documenter.ui.label": "4.0.3",
|
24
|
+
"@teambit/lanes.hooks.use-viewed-lane-from-url": "0.0.243",
|
23
25
|
"@teambit/ui-foundation.ui.hooks.use-is-mobile": "0.0.199",
|
24
26
|
"@teambit/code.ui.code-tab-tree": "0.0.618",
|
25
27
|
"@teambit/code.ui.hooks.use-code-params": "0.0.497",
|
@@ -28,9 +30,7 @@
|
|
28
30
|
"@teambit/component.ui.artifacts.queries.use-component-artifacts": "0.0.14",
|
29
31
|
"@teambit/design.ui.tree": "0.0.16",
|
30
32
|
"@teambit/ui-foundation.ui.tree.tree-node": "0.0.517",
|
31
|
-
"@teambit/
|
32
|
-
"@teambit/lanes.hooks.use-viewed-lane-from-url": "0.0.0-a61f9b0e4892448837e58577f79327bd6fb210ad",
|
33
|
-
"@teambit/ui-foundation.ui.buttons.collapser": "0.0.0-d2583bcadbe4d8b648f2c24a4634969b40381d0e"
|
33
|
+
"@teambit/ui-foundation.ui.buttons.collapser": "0.0.0-9acd2027b6f6f3f7f4bebc32781bc8fff4b21b49"
|
34
34
|
},
|
35
35
|
"devDependencies": {
|
36
36
|
"@types/classnames": "2.2.11",
|
File without changes
|