@difizen/libro-lab 0.2.23 → 0.2.24

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.
@@ -121,7 +121,7 @@ export var LabColorContribution = (_dec = singleton({
121
121
  id: 'libro.lab.left.tab.background',
122
122
  defaults: {
123
123
  dark: '#161b21',
124
- light: '#f0f2f51f'
124
+ light: '#fcfcfc'
125
125
  },
126
126
  description: ''
127
127
  }, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@difizen/libro-lab",
3
- "version": "0.2.23",
3
+ "version": "0.2.24",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "libro",
@@ -34,15 +34,15 @@
34
34
  ],
35
35
  "dependencies": {
36
36
  "@ant-design/icons": "^5.1.0",
37
- "@difizen/libro-core": "^0.2.23",
38
- "@difizen/libro-jupyter": "^0.2.23",
39
- "@difizen/libro-kernel": "^0.2.23",
40
- "@difizen/libro-prompt-cell": "^0.2.23",
41
- "@difizen/libro-terminal": "^0.2.23",
42
- "@difizen/libro-toc": "^0.2.23",
43
- "@difizen/libro-cofine-editor-core": "^0.2.23",
44
- "@difizen/libro-language-client": "^0.2.23",
45
- "@difizen/libro-widget": "^0.2.23",
37
+ "@difizen/libro-core": "^0.2.24",
38
+ "@difizen/libro-jupyter": "^0.2.24",
39
+ "@difizen/libro-kernel": "^0.2.24",
40
+ "@difizen/libro-prompt-cell": "^0.2.24",
41
+ "@difizen/libro-terminal": "^0.2.24",
42
+ "@difizen/libro-toc": "^0.2.24",
43
+ "@difizen/libro-cofine-editor-core": "^0.2.24",
44
+ "@difizen/libro-language-client": "^0.2.24",
45
+ "@difizen/libro-widget": "^0.2.24",
46
46
  "@difizen/mana-app": "latest",
47
47
  "@difizen/mana-common": "latest",
48
48
  "@difizen/mana-react": "latest",
@@ -118,7 +118,7 @@ export class LabColorContribution implements ColorContribution {
118
118
  id: 'libro.lab.left.tab.background',
119
119
  defaults: {
120
120
  dark: '#161b21',
121
- light: '#f0f2f51f',
121
+ light: '#fcfcfc',
122
122
  },
123
123
  description: '',
124
124
  },