@seafile/comment-editor 0.0.12 → 0.0.14
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.
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
}
|
|
20
20
|
|
|
21
21
|
.comment-editor-wrapper .comment-editor-content:focus-within {
|
|
22
|
-
|
|
22
|
+
border-color: #ff8e03;
|
|
23
23
|
}
|
|
24
24
|
|
|
25
25
|
/* comment-editor */
|
|
@@ -34,6 +34,7 @@
|
|
|
34
34
|
overflow-x: hidden;
|
|
35
35
|
border: none;
|
|
36
36
|
background-color: transparent;
|
|
37
|
+
display: block;
|
|
37
38
|
}
|
|
38
39
|
|
|
39
40
|
.comment-editor-wrapper .comment-editor-content .article.comment-editor :first-child {
|
|
@@ -129,4 +130,4 @@
|
|
|
129
130
|
|
|
130
131
|
.comment-editor-wrapper .comment-editor-toolbar .comment-editor-menu-group .comment-editor-menu-group-item .sdocfont {
|
|
131
132
|
font-size: 12px;
|
|
132
|
-
}
|
|
133
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@seafile/comment-editor",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.14",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "This is a comment editor",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"@seafile/slate-history": "0.86.2",
|
|
11
11
|
"@seafile/slate-hyperscript": "0.81.7",
|
|
12
12
|
"@seafile/slate-react": "0.92.8",
|
|
13
|
-
"axios": "^1.
|
|
13
|
+
"axios": "^1.12.0",
|
|
14
14
|
"classnames": "2.3.2",
|
|
15
15
|
"copy-to-clipboard": "^3.3.3",
|
|
16
16
|
"deep-copy": "1.4.2",
|