@worktile/theia 14.0.1 → 14.0.2

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": "14.0.1",
3
+ "version": "14.0.2",
4
4
  "description": "theia editor",
5
5
  "author": "YanDong <nanianqiumo@foxmail.com>",
6
6
  "homepage": "https://github.com/atinc/theia#readme",
@@ -17,9 +17,9 @@
17
17
  }
18
18
  }
19
19
  .resize-code-container.readonly, .resize-code-container.focus{
20
- border-color: variables.$gray-300;
20
+ border-color: variables.$gray-200;
21
21
  &:hover{
22
- border-color: variables.$gray-300;
22
+ border-color: variables.$gray-200;
23
23
  }
24
24
  }
25
25
 
package/styles/typo.scss CHANGED
@@ -109,7 +109,7 @@
109
109
  .card-left,
110
110
  .card-right {
111
111
  bottom: math.div(theVariables.$default-text-space, 2);
112
- line-height: 17px; // cursor default height
112
+ line-height: 16px; // cursor default height
113
113
  }
114
114
  &.slate-block-card-table {
115
115
  .card-left,
@@ -120,7 +120,7 @@
120
120
  &.slate-block-card-hr {
121
121
  .card-left,
122
122
  .card-right {
123
- bottom: 17px; // ((39+10) - 15)/2
123
+ bottom: 16px; // ((39+8) - 15)/2
124
124
  }
125
125
  }
126
126
  }
@@ -1,6 +1,6 @@
1
1
  @use 'ngx-tethys/styles/variables.scss';
2
2
 
3
- $default-text-space: 10px; // text white space 18(distance between paragrahp) - 8(block margin)
3
+ $default-text-space: 8px; // text white space 16(distance between paragrahp) - 8(block margin)
4
4
  $headline-one-size: 28px;
5
5
  $headline-two-size: 24px;
6
6
  $headline-three-size: 20px;