@difizen/libro-core 0.3.26 → 0.3.27

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.
package/es/index.less CHANGED
@@ -784,6 +784,7 @@
784
784
  font-size: 14px;
785
785
  font-family: PingFangSC;
786
786
  line-height: 22px;
787
+ white-space: nowrap;
787
788
  }
788
789
 
789
790
  .libro-tooltip-keybind {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@difizen/libro-core",
3
- "version": "0.3.26",
3
+ "version": "0.3.27",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "libro",
@@ -34,10 +34,10 @@
34
34
  ],
35
35
  "dependencies": {
36
36
  "@ant-design/icons": "^5.1.0",
37
- "@difizen/libro-code-editor": "^0.3.26",
38
- "@difizen/libro-common": "^0.3.26",
39
- "@difizen/libro-shared-model": "^0.3.26",
40
- "@difizen/libro-virtualized": "^0.3.26",
37
+ "@difizen/libro-code-editor": "^0.3.27",
38
+ "@difizen/libro-common": "^0.3.27",
39
+ "@difizen/libro-shared-model": "^0.3.27",
40
+ "@difizen/libro-virtualized": "^0.3.27",
41
41
  "@difizen/mana-app": "latest",
42
42
  "@difizen/mana-l10n": "latest",
43
43
  "@difizen/mana-react": "latest",
package/src/index.less CHANGED
@@ -784,6 +784,7 @@
784
784
  font-size: 14px;
785
785
  font-family: PingFangSC;
786
786
  line-height: 22px;
787
+ white-space: nowrap;
787
788
  }
788
789
 
789
790
  .libro-tooltip-keybind {