@seafile/sdoc-editor 2.0.177 → 2.0.178
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.
|
@@ -155,7 +155,7 @@ var MENUS_CONFIG_MAP = exports.MENUS_CONFIG_MAP = (_MENUS_CONFIG_MAP = {}, (0, _
|
|
|
155
155
|
type: TEXT_STYLE_MAP.STRIKETHROUGH
|
|
156
156
|
}, {
|
|
157
157
|
id: SUPERSCRIPT,
|
|
158
|
-
iconClass: 'sdocfont sdoc-
|
|
158
|
+
iconClass: 'sdocfont sdoc-superscripts',
|
|
159
159
|
text: 'Superscript',
|
|
160
160
|
type: TEXT_STYLE_MAP.SUPERSCRIPT
|
|
161
161
|
}, {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@seafile/sdoc-editor",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.178",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"test": "jest",
|
|
@@ -71,5 +71,5 @@
|
|
|
71
71
|
"publishConfig": {
|
|
72
72
|
"access": "public"
|
|
73
73
|
},
|
|
74
|
-
"gitHead": "
|
|
74
|
+
"gitHead": "87fc662ec0e2f2d77c18469bd5cd7c6c099f2149"
|
|
75
75
|
}
|