@difizen/libro-jupyter 0.3.24 → 0.3.25

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 +1 @@
1
- {"version":3,"file":"keybind-instructions-contribution.d.ts","sourceRoot":"","sources":["../../src/keybind-instructions/keybind-instructions-contribution.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAA+B,MAAM,qBAAqB,CAAC;AACxF,OAAO,KAAK,EAAE,eAAe,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC1E,OAAO,EAAE,iBAAiB,EAAE,MAAM,mBAAmB,CAAC;AACtD,OAAO,EAAE,mBAAmB,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAW7E,qBACa,+BACX,YAAW,mBAAmB,EAAE,mBAAmB,EAAE,iBAAiB;IAExC,SAAS,CAAC,QAAQ,CAAC,YAAY,EAAE,oBAAoB,CAAC;IAEpF,gBAAgB,CAAC,OAAO,EAAE,eAAe;IAazC,oBAAoB,CAAC,QAAQ,EAAE,eAAe;IAU9C,aAAa;CAGd"}
1
+ {"version":3,"file":"keybind-instructions-contribution.d.ts","sourceRoot":"","sources":["../../src/keybind-instructions/keybind-instructions-contribution.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAA+B,MAAM,qBAAqB,CAAC;AACxF,OAAO,KAAK,EAAE,eAAe,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC1E,OAAO,EAAE,iBAAiB,EAAE,MAAM,mBAAmB,CAAC;AACtD,OAAO,EAAE,mBAAmB,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAW7E,qBACa,+BACX,YAAW,mBAAmB,EAAE,mBAAmB,EAAE,iBAAiB;IAExC,SAAS,CAAC,QAAQ,CAAC,YAAY,EAAE,oBAAoB,CAAC;IAEpF,gBAAgB,CAAC,OAAO,EAAE,eAAe;IAazC,oBAAoB,CAAC,QAAQ,EAAE,eAAe;IAc9C,aAAa;CAGd"}
@@ -69,7 +69,11 @@ export var KeybindInstructionsContribution = (_dec = singleton({
69
69
  order: 'l',
70
70
  tooltip: function tooltip() {
71
71
  return /*#__PURE__*/_jsx("div", {
72
- children: l10n.t('查看快捷键')
72
+ className: "libro-tooltip",
73
+ children: /*#__PURE__*/_jsx("span", {
74
+ className: "libro-tooltip-text",
75
+ children: l10n.t('查看快捷键')
76
+ })
73
77
  });
74
78
  }
75
79
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@difizen/libro-jupyter",
3
- "version": "0.3.24",
3
+ "version": "0.3.25",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "libro"
@@ -37,22 +37,22 @@
37
37
  "dependencies": {
38
38
  "@ant-design/colors": "^7.0.0",
39
39
  "@ant-design/icons": "^5.1.0",
40
- "@difizen/libro-code-cell": "^0.3.24",
41
- "@difizen/libro-code-editor": "^0.3.24",
42
- "@difizen/libro-codemirror": "^0.3.24",
43
- "@difizen/libro-cofine-editor": "^0.3.24",
44
- "@difizen/libro-common": "^0.3.24",
45
- "@difizen/libro-core": "^0.3.24",
46
- "@difizen/libro-kernel": "^0.3.24",
47
- "@difizen/libro-l10n": "^0.3.24",
48
- "@difizen/libro-language-client": "^0.3.24",
49
- "@difizen/libro-lsp": "^0.3.24",
50
- "@difizen/libro-markdown-cell": "^0.3.24",
51
- "@difizen/libro-output": "^0.3.24",
52
- "@difizen/libro-raw-cell": "^0.3.24",
53
- "@difizen/libro-rendermime": "^0.3.24",
54
- "@difizen/libro-search": "^0.3.24",
55
- "@difizen/libro-search-code-cell": "^0.3.24",
40
+ "@difizen/libro-code-cell": "^0.3.25",
41
+ "@difizen/libro-code-editor": "^0.3.25",
42
+ "@difizen/libro-codemirror": "^0.3.25",
43
+ "@difizen/libro-cofine-editor": "^0.3.25",
44
+ "@difizen/libro-common": "^0.3.25",
45
+ "@difizen/libro-core": "^0.3.25",
46
+ "@difizen/libro-kernel": "^0.3.25",
47
+ "@difizen/libro-l10n": "^0.3.25",
48
+ "@difizen/libro-language-client": "^0.3.25",
49
+ "@difizen/libro-lsp": "^0.3.25",
50
+ "@difizen/libro-markdown-cell": "^0.3.25",
51
+ "@difizen/libro-output": "^0.3.25",
52
+ "@difizen/libro-raw-cell": "^0.3.25",
53
+ "@difizen/libro-rendermime": "^0.3.25",
54
+ "@difizen/libro-search": "^0.3.25",
55
+ "@difizen/libro-search-code-cell": "^0.3.25",
56
56
  "@difizen/mana-app": "latest",
57
57
  "@difizen/mana-l10n": "latest",
58
58
  "classnames": "^2.3.2",
@@ -37,7 +37,11 @@ export class KeybindInstructionsContribution
37
37
  icon: KeybindInstructionsIcon,
38
38
  command: KeybindInstructionsCommand.id,
39
39
  order: 'l',
40
- tooltip: () => <div>{l10n.t('查看快捷键')}</div>,
40
+ tooltip: () => (
41
+ <div className="libro-tooltip">
42
+ <span className="libro-tooltip-text">{l10n.t('查看快捷键')}</span>
43
+ </div>
44
+ ),
41
45
  });
42
46
  }
43
47