@worktile/theia 2.4.8 → 2.4.11

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@worktile/theia",
3
- "version": "2.4.8",
3
+ "version": "2.4.11",
4
4
  "description": "theia editor",
5
5
  "author": "YanDong <nanianqiumo@foxmail.com>",
6
6
  "homepage": "https://github.com/atinc/theia#readme",
@@ -129,8 +129,6 @@ $thy-icon-nav-link-margin-right: 5px;
129
129
  }
130
130
 
131
131
  .leaf-with-placeholder {
132
- background-color: $white;
133
-
134
132
  &[data-slate-leaf=true] {
135
133
  width: auto;
136
134
  display: flow-root;
package/utils/index.d.ts CHANGED
@@ -6,3 +6,4 @@ export * from './common';
6
6
  export * from './is-clean-empty-paragraph';
7
7
  export * from './merge-element-options';
8
8
  export * from './dom';
9
+ export * from './fragment';