@teambit/code.ui.code-tab-page 0.0.590 → 0.0.591

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.
@@ -17,7 +17,7 @@ $panelBg: #fafafa;
17
17
 
18
18
  .right {
19
19
  position: relative;
20
- background: $panelBg;
20
+ // background: $panelBg;
21
21
  overflow-y: auto;
22
22
  // this is to fix the right panel when it gets too big or too small
23
23
  min-width: 200px;
@@ -17,7 +17,7 @@ $panelBg: #fafafa;
17
17
 
18
18
  .right {
19
19
  position: relative;
20
- background: $panelBg;
20
+ // background: $panelBg;
21
21
  overflow-y: auto;
22
22
  // this is to fix the right panel when it gets too big or too small
23
23
  min-width: 200px;
package/package.json CHANGED
@@ -1,28 +1,28 @@
1
1
  {
2
2
  "name": "@teambit/code.ui.code-tab-page",
3
- "version": "0.0.590",
3
+ "version": "0.0.591",
4
4
  "homepage": "https://bit.dev/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.590"
9
+ "version": "0.0.591"
10
10
  },
11
11
  "dependencies": {
12
12
  "classnames": "2.2.6",
13
13
  "lodash": "4.17.21",
14
14
  "core-js": "^3.0.0",
15
+ "@teambit/ui-foundation.ui.constants.z-indexes": "0.0.494",
15
16
  "@teambit/base-ui.surfaces.split-pane.hover-splitter": "1.0.0",
16
17
  "@teambit/base-ui.surfaces.split-pane.split-pane": "1.0.0",
17
18
  "@teambit/base-ui.utils.string.affix": "1.0.0",
18
- "@teambit/documenter.ui.label": "4.0.3",
19
- "@teambit/ui-foundation.ui.constants.z-indexes": "0.0.494",
20
19
  "@teambit/code.ui.code-tab-tree": "0.0.583",
21
20
  "@teambit/code.ui.code-view": "0.0.499",
22
21
  "@teambit/code.ui.hooks.use-code-params": "0.0.493",
23
22
  "@teambit/code.ui.queries.get-component-code": "0.0.497",
24
23
  "@teambit/code.ui.utils.get-file-icon": "0.0.492",
25
24
  "@teambit/design.ui.tree": "0.0.12",
25
+ "@teambit/documenter.ui.label": "4.0.3",
26
26
  "@teambit/ui-foundation.ui.buttons.collapser": "0.0.201",
27
27
  "@teambit/ui-foundation.ui.hooks.use-is-mobile": "0.0.185",
28
28
  "@teambit/ui-foundation.ui.tree.tree-node": "0.0.498"