@teambit/workspace 1.0.1126 → 1.0.1128

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.
@@ -1,5 +1,5 @@
1
- import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.workspace_workspace@1.0.1126/dist/workspace.composition.js';
2
- import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.workspace_workspace@1.0.1126/dist/workspace.docs.mdx';
1
+ import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.workspace_workspace@1.0.1128/dist/workspace.composition.js';
2
+ import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.workspace_workspace@1.0.1128/dist/workspace.docs.mdx';
3
3
 
4
4
  export const compositions = [compositions_0];
5
5
  export const overview = [overview_0];
@@ -41,10 +41,9 @@
41
41
  align-items: center;
42
42
  height: 100%;
43
43
 
44
- // when the minimal top bar wraps into two rows on mobile, keep the breadcrumb row at the
45
- // original bar height instead of stretching across both rows, and let a long component
46
- // path clip rather than push the menu actions off-screen
44
+ // Let a long component path clip instead of pushing the menu actions off-screen.
47
45
  @media screen and (max-width: $br-md) {
46
+ flex: 1 1 0;
48
47
  height: 46px;
49
48
  min-width: 0;
50
49
  overflow: hidden;
@@ -153,16 +152,6 @@
153
152
  --bit-bg-heaviest: color-mix(in srgb, var(--bit-accent-color, #6c5ce7) 3%, var(--background-color, #fff));
154
153
  --bit-border-color-lightest: var(--bit-bg-heaviest);
155
154
  border-bottom: 1px solid var(--border-medium-color, #e6e6e6);
156
-
157
- // Mobile: a single 46px row can't fit breadcrumb + nav tabs + pinned widgets + version
158
- // dropdown. The component menu switches to `display: contents` (see the component menu's
159
- // topBarMinimal in menu.module.scss) so its pieces join this wrapping row: breadcrumb and
160
- // actions stay on the first row, and the nav tabs wrap to a second full-width row.
161
- @media screen and (max-width: $br-md) {
162
- height: auto;
163
- min-height: 46px;
164
- flex-wrap: wrap;
165
- }
166
155
  }
167
156
  }
168
157
 
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@teambit/workspace",
3
- "version": "1.0.1126",
3
+ "version": "1.0.1128",
4
4
  "homepage": "https://bit.cloud/teambit/workspace/workspace",
5
5
  "main": "dist/index.js",
6
6
  "componentId": {
7
7
  "scope": "teambit.workspace",
8
8
  "name": "workspace",
9
- "version": "1.0.1126"
9
+ "version": "1.0.1128"
10
10
  },
11
11
  "dependencies": {
12
12
  "lodash": "4.17.21",
@@ -88,7 +88,7 @@
88
88
  "@teambit/ui-foundation.ui.hooks.use-data-query": "0.0.507",
89
89
  "@teambit/workspace.ui.use-workspace-mode": "0.0.3",
90
90
  "@teambit/component-descriptor": "0.0.462",
91
- "@teambit/explorer.ui.components-overview": "0.0.5",
91
+ "@teambit/explorer.ui.components-overview": "0.0.6",
92
92
  "@teambit/ui-foundation.ui.constants.z-indexes": "0.0.504",
93
93
  "@teambit/base-ui.layout.breakpoints": "1.0.0",
94
94
  "@teambit/base-ui.surfaces.split-pane.hover-splitter": "1.0.1",
@@ -101,23 +101,23 @@
101
101
  "@teambit/workspace.hooks.use-url-change-broadcaster": "0.0.2",
102
102
  "@teambit/workspace.ui.preserve-workspace-mode": "0.0.3",
103
103
  "@teambit/evangelist.elements.icon": "1.0.5",
104
- "@teambit/component": "1.0.1126",
105
- "@teambit/dependency-resolver": "1.0.1126",
106
- "@teambit/envs": "1.0.1126",
107
- "@teambit/objects": "0.0.633",
108
- "@teambit/scope": "1.0.1126",
109
- "@teambit/graph": "1.0.1126",
110
- "@teambit/isolator": "1.0.1126",
111
- "@teambit/component-tree": "1.0.1126",
112
- "@teambit/watcher": "1.0.1126",
113
- "@teambit/aspect-loader": "1.0.1126",
114
- "@teambit/graphql": "1.0.1126",
115
- "@teambit/bundler": "1.0.1126",
116
- "@teambit/ui": "1.0.1126",
117
- "@teambit/command-bar": "1.0.1126",
118
- "@teambit/sidebar": "1.0.1126",
119
- "@teambit/pubsub": "1.0.1126",
120
- "@teambit/deprecation": "1.0.1126"
104
+ "@teambit/component": "1.0.1128",
105
+ "@teambit/dependency-resolver": "1.0.1128",
106
+ "@teambit/envs": "1.0.1128",
107
+ "@teambit/objects": "0.0.635",
108
+ "@teambit/scope": "1.0.1128",
109
+ "@teambit/graph": "1.0.1128",
110
+ "@teambit/isolator": "1.0.1128",
111
+ "@teambit/component-tree": "1.0.1128",
112
+ "@teambit/watcher": "1.0.1128",
113
+ "@teambit/aspect-loader": "1.0.1128",
114
+ "@teambit/graphql": "1.0.1128",
115
+ "@teambit/bundler": "1.0.1128",
116
+ "@teambit/ui": "1.0.1128",
117
+ "@teambit/command-bar": "1.0.1128",
118
+ "@teambit/sidebar": "1.0.1128",
119
+ "@teambit/pubsub": "1.0.1128",
120
+ "@teambit/deprecation": "1.0.1128"
121
121
  },
122
122
  "devDependencies": {
123
123
  "@types/lodash": "4.14.165",
@@ -41,10 +41,9 @@
41
41
  align-items: center;
42
42
  height: 100%;
43
43
 
44
- // when the minimal top bar wraps into two rows on mobile, keep the breadcrumb row at the
45
- // original bar height instead of stretching across both rows, and let a long component
46
- // path clip rather than push the menu actions off-screen
44
+ // Let a long component path clip instead of pushing the menu actions off-screen.
47
45
  @media screen and (max-width: $br-md) {
46
+ flex: 1 1 0;
48
47
  height: 46px;
49
48
  min-width: 0;
50
49
  overflow: hidden;
@@ -153,16 +152,6 @@
153
152
  --bit-bg-heaviest: color-mix(in srgb, var(--bit-accent-color, #6c5ce7) 3%, var(--background-color, #fff));
154
153
  --bit-border-color-lightest: var(--bit-bg-heaviest);
155
154
  border-bottom: 1px solid var(--border-medium-color, #e6e6e6);
156
-
157
- // Mobile: a single 46px row can't fit breadcrumb + nav tabs + pinned widgets + version
158
- // dropdown. The component menu switches to `display: contents` (see the component menu's
159
- // topBarMinimal in menu.module.scss) so its pieces join this wrapping row: breadcrumb and
160
- // actions stay on the first row, and the nav tabs wrap to a second full-width row.
161
- @media screen and (max-width: $br-md) {
162
- height: auto;
163
- min-height: 46px;
164
- flex-wrap: wrap;
165
- }
166
155
  }
167
156
  }
168
157