@difizen/libro-jupyter 0.1.14 → 0.1.15

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.
@@ -62,8 +62,8 @@ export var FileView = (_dec = singleton(), _dec2 = view(FileTreeViewFactory, Fil
62
62
  if (opener) {
63
63
  opener.open(treeNode.uri, {
64
64
  viewOptions: {
65
- name: treeNode.fileStat.name,
66
- fileSize: treeNode.fileStat.size
65
+ name: treeNode.fileStat.name
66
+ // fileSize: treeNode.fileStat.size,
67
67
  }
68
68
  });
69
69
  }
@@ -73,6 +73,11 @@
73
73
  opacity: var(--mana-libro-kernel-text-opacity);
74
74
  }
75
75
  }
76
+
77
+ .libro-kernel-status-checker {
78
+ margin-left: 8px;
79
+ color: var(--mana-libro-kernel-status-text);
80
+ }
76
81
  }
77
82
 
78
83
  .libro-container-and-service-status {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@difizen/libro-jupyter",
3
- "version": "0.1.14",
3
+ "version": "0.1.15",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "libro"
@@ -31,21 +31,21 @@
31
31
  "src"
32
32
  ],
33
33
  "dependencies": {
34
- "@difizen/libro-cofine-editor": "^0.1.14",
35
- "@difizen/libro-code-editor": "^0.1.14",
36
- "@difizen/libro-code-cell": "^0.1.14",
37
- "@difizen/libro-codemirror": "^0.1.14",
38
- "@difizen/libro-rendermime": "^0.1.14",
39
- "@difizen/libro-common": "^0.1.14",
40
- "@difizen/libro-core": "^0.1.14",
41
- "@difizen/libro-kernel": "^0.1.14",
42
- "@difizen/libro-l10n": "^0.1.14",
43
- "@difizen/libro-output": "^0.1.14",
44
- "@difizen/libro-search": "^0.1.14",
45
- "@difizen/libro-search-code-cell": "^0.1.14",
46
- "@difizen/libro-lsp": "^0.1.14",
47
- "@difizen/libro-markdown-cell": "^0.1.14",
48
- "@difizen/libro-raw-cell": "^0.1.14",
34
+ "@difizen/libro-cofine-editor": "^0.1.15",
35
+ "@difizen/libro-code-editor": "^0.1.15",
36
+ "@difizen/libro-code-cell": "^0.1.15",
37
+ "@difizen/libro-codemirror": "^0.1.15",
38
+ "@difizen/libro-rendermime": "^0.1.15",
39
+ "@difizen/libro-common": "^0.1.15",
40
+ "@difizen/libro-core": "^0.1.15",
41
+ "@difizen/libro-kernel": "^0.1.15",
42
+ "@difizen/libro-l10n": "^0.1.15",
43
+ "@difizen/libro-output": "^0.1.15",
44
+ "@difizen/libro-search": "^0.1.15",
45
+ "@difizen/libro-search-code-cell": "^0.1.15",
46
+ "@difizen/libro-lsp": "^0.1.15",
47
+ "@difizen/libro-markdown-cell": "^0.1.15",
48
+ "@difizen/libro-raw-cell": "^0.1.15",
49
49
  "@difizen/mana-app": "latest",
50
50
  "@difizen/mana-l10n": "latest",
51
51
  "@ant-design/colors": "^7.0.0",
@@ -77,7 +77,7 @@ export class FileView extends FileTreeView {
77
77
  opener.open(treeNode.uri, {
78
78
  viewOptions: {
79
79
  name: treeNode.fileStat.name,
80
- fileSize: treeNode.fileStat.size,
80
+ // fileSize: treeNode.fileStat.size,
81
81
  },
82
82
  });
83
83
  }
@@ -73,6 +73,11 @@
73
73
  opacity: var(--mana-libro-kernel-text-opacity);
74
74
  }
75
75
  }
76
+
77
+ .libro-kernel-status-checker {
78
+ margin-left: 8px;
79
+ color: var(--mana-libro-kernel-status-text);
80
+ }
76
81
  }
77
82
 
78
83
  .libro-container-and-service-status {