@teambit/workspace 1.0.867 → 1.0.868

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.867/dist/workspace.composition.js';
2
- import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.workspace_workspace@1.0.867/dist/workspace.docs.mdx';
1
+ import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.workspace_workspace@1.0.868/dist/workspace.composition.js';
2
+ import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.workspace_workspace@1.0.868/dist/workspace.docs.mdx';
3
3
 
4
4
  export const compositions = [compositions_0];
5
5
  export const overview = [overview_0];
@@ -1,5 +1,5 @@
1
1
  .container {
2
- padding: 80px 5% 150px 5%;
2
+ padding: 24px 5% 150px 5%;
3
3
  overflow-y: auto;
4
4
  height: 100%;
5
5
  box-sizing: border-box;
@@ -191,6 +191,8 @@
191
191
  display: flex;
192
192
  align-items: center;
193
193
  margin-left: auto;
194
+ height: 32px;
195
+ font-size: 14px;
194
196
  }
195
197
 
196
198
  .cardGrid {
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@teambit/workspace",
3
- "version": "1.0.867",
3
+ "version": "1.0.868",
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.867"
9
+ "version": "1.0.868"
10
10
  },
11
11
  "dependencies": {
12
12
  "lodash": "4.17.21",
@@ -105,23 +105,23 @@
105
105
  "@teambit/scopes.scope-id": "0.0.9",
106
106
  "@teambit/workspace.ui.empty-workspace": "0.0.509",
107
107
  "@teambit/workspace.ui.workspace-component-card": "0.0.567",
108
- "@teambit/component": "1.0.867",
109
- "@teambit/dependency-resolver": "1.0.867",
110
- "@teambit/envs": "1.0.867",
111
- "@teambit/objects": "0.0.374",
112
- "@teambit/scope": "1.0.867",
113
- "@teambit/graph": "1.0.867",
114
- "@teambit/isolator": "1.0.867",
115
- "@teambit/component-tree": "1.0.867",
116
- "@teambit/watcher": "1.0.867",
117
- "@teambit/aspect-loader": "1.0.867",
118
- "@teambit/graphql": "1.0.867",
119
- "@teambit/bundler": "1.0.867",
120
- "@teambit/ui": "1.0.867",
121
- "@teambit/command-bar": "1.0.867",
122
- "@teambit/sidebar": "1.0.867",
123
- "@teambit/pubsub": "1.0.867",
124
- "@teambit/deprecation": "1.0.867"
108
+ "@teambit/component": "1.0.868",
109
+ "@teambit/dependency-resolver": "1.0.868",
110
+ "@teambit/envs": "1.0.868",
111
+ "@teambit/objects": "0.0.375",
112
+ "@teambit/scope": "1.0.868",
113
+ "@teambit/graph": "1.0.868",
114
+ "@teambit/isolator": "1.0.868",
115
+ "@teambit/component-tree": "1.0.868",
116
+ "@teambit/watcher": "1.0.868",
117
+ "@teambit/aspect-loader": "1.0.868",
118
+ "@teambit/graphql": "1.0.868",
119
+ "@teambit/bundler": "1.0.868",
120
+ "@teambit/ui": "1.0.868",
121
+ "@teambit/command-bar": "1.0.868",
122
+ "@teambit/sidebar": "1.0.868",
123
+ "@teambit/pubsub": "1.0.868",
124
+ "@teambit/deprecation": "1.0.868"
125
125
  },
126
126
  "devDependencies": {
127
127
  "@types/lodash": "4.14.165",
@@ -1,5 +1,5 @@
1
1
  .container {
2
- padding: 80px 5% 150px 5%;
2
+ padding: 24px 5% 150px 5%;
3
3
  overflow-y: auto;
4
4
  height: 100%;
5
5
  box-sizing: border-box;
@@ -191,6 +191,8 @@
191
191
  display: flex;
192
192
  align-items: center;
193
193
  margin-left: auto;
194
+ height: 32px;
195
+ font-size: 14px;
194
196
  }
195
197
 
196
198
  .cardGrid {