@teambit/code.ui.code-tab-page 0.0.0-e448194b67f38b91e6c030ef2cd7bf2a24c591ce → 0.0.0-e58d508f877063adf3cd8ce778fef7bdbf280684

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.
@@ -37,6 +37,15 @@ $panelBg: #fafafa;
37
37
  right: 0px;
38
38
  }
39
39
 
40
+ .label {
41
+ padding: 2px 4px;
42
+ font-size: 10px;
43
+ border-radius: 4px;
44
+ font-weight: 450;
45
+ line-height: 1;
46
+ text-transform: lowercase;
47
+ }
48
+
40
49
  .depNode {
41
50
  overflow: hidden;
42
51
  text-overflow: ellipsis;
@@ -37,6 +37,15 @@ $panelBg: #fafafa;
37
37
  right: 0px;
38
38
  }
39
39
 
40
+ .label {
41
+ padding: 2px 4px;
42
+ font-size: 10px;
43
+ border-radius: 4px;
44
+ font-weight: 450;
45
+ line-height: 1;
46
+ text-transform: lowercase;
47
+ }
48
+
40
49
  .depNode {
41
50
  overflow: hidden;
42
51
  text-overflow: ellipsis;
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@teambit/code.ui.code-tab-page",
3
- "version": "0.0.0-e448194b67f38b91e6c030ef2cd7bf2a24c591ce",
3
+ "version": "0.0.0-e58d508f877063adf3cd8ce778fef7bdbf280684",
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": "e448194b67f38b91e6c030ef2cd7bf2a24c591ce"
9
+ "version": "e58d508f877063adf3cd8ce778fef7bdbf280684"
10
10
  },
11
11
  "dependencies": {
12
12
  "classnames": "^2.5.1",
@@ -15,22 +15,22 @@
15
15
  "path-browserify": "^1.0.1",
16
16
  "core-js": "^3.0.0",
17
17
  "@teambit/ui-foundation.ui.constants.z-indexes": "0.0.504",
18
- "@teambit/base-ui.surfaces.split-pane.hover-splitter": "1.0.0",
18
+ "@teambit/base-ui.surfaces.split-pane.hover-splitter": "1.0.1",
19
19
  "@teambit/base-ui.surfaces.split-pane.split-pane": "1.0.0",
20
+ "@teambit/code.ui.code-view": "0.0.554",
20
21
  "@teambit/code.ui.queries.get-component-code": "0.0.503",
21
22
  "@teambit/code.ui.utils.get-file-icon": "0.0.496",
22
23
  "@teambit/component.ui.artifacts.models.component-artifacts-model": "0.0.12",
23
24
  "@teambit/component.ui.artifacts.queries.use-component-artifacts": "0.0.14",
24
25
  "@teambit/documenter.ui.label": "4.0.9",
26
+ "@teambit/lanes.hooks.use-viewed-lane-from-url": "0.0.254",
25
27
  "@teambit/ui-foundation.ui.buttons.collapser": "0.0.233",
26
28
  "@teambit/ui-foundation.ui.hooks.use-is-mobile": "0.0.200",
27
29
  "@teambit/code.ui.code-tab-tree": "0.0.620",
28
30
  "@teambit/code.ui.hooks.use-code-params": "0.0.497",
29
31
  "@teambit/component.ui.artifacts.artifacts-tree": "0.0.28",
30
32
  "@teambit/design.ui.tree": "0.0.16",
31
- "@teambit/ui-foundation.ui.tree.tree-node": "0.0.517",
32
- "@teambit/code.ui.code-view": "0.0.0-dfce1ee19847ea112f6e8764b66d6fb7c9fbb37f",
33
- "@teambit/lanes.hooks.use-viewed-lane-from-url": "0.0.0-90469cab48952c09796fd836f850cc51f45bd0ce"
33
+ "@teambit/ui-foundation.ui.tree.tree-node": "0.0.517"
34
34
  },
35
35
  "devDependencies": {
36
36
  "@types/classnames": "^2.3.4",