@seafile/sdoc-editor 3.0.12 → 3.0.13

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.
@@ -64,7 +64,7 @@ var SDocOutline = function SDocOutline(_ref) {
64
64
  left: -scrollLeft
65
65
  }
66
66
  }, /*#__PURE__*/_react["default"].createElement("div", {
67
- className: "sdoc-outline"
67
+ className: "sdoc-outline-container"
68
68
  }, isShown && /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, /*#__PURE__*/_react["default"].createElement("div", {
69
69
  className: "sdoc-outline-header"
70
70
  }, /*#__PURE__*/_react["default"].createElement("h2", {
@@ -84,7 +84,7 @@ var SDocOutline = function SDocOutline(_ref) {
84
84
  });
85
85
  })))), !isShown && /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, /*#__PURE__*/_react["default"].createElement("span", {
86
86
  id: "sdoc-outline-menu",
87
- className: "sdoc-outline-menu sdocfont sdoc-table-of-content-outline",
87
+ className: "sdoc-outline-menu sdocfont sdoc-outline",
88
88
  onClick: toggleShow
89
89
  }), /*#__PURE__*/_react["default"].createElement(_tooltip["default"], {
90
90
  placement: "right",
@@ -24,24 +24,24 @@
24
24
  max-height: 400px;
25
25
  }
26
26
 
27
- .wiki-outline-wrapper .sdoc-outline {
27
+ .wiki-outline-wrapper .sdoc-outline-container {
28
28
  width: 59px;
29
29
  }
30
30
 
31
- .wiki-outline-wrapper .sdoc-outline .sdoc-outline-list-container {
31
+ .wiki-outline-wrapper .sdoc-outline-container .sdoc-outline-list-container {
32
32
  flex: none;
33
33
  max-height: 400px;
34
34
  overflow-y: hidden;
35
35
  }
36
36
 
37
- .wiki-outline-wrapper .sdoc-outline .sdoc-outline-list-container .sdoc-outline-item .wiki-outline-context {
37
+ .wiki-outline-wrapper .sdoc-outline-container .sdoc-outline-list-container .sdoc-outline-item .wiki-outline-context {
38
38
  background-color: rgb(227, 226, 224);
39
39
  height: 2px;
40
40
  box-shadow: none;
41
41
  border-radius: 2px;
42
42
  }
43
43
 
44
- .wiki-outline-wrapper .sdoc-outline .sdoc-outline-list-container .sdoc-outline-item .active {
44
+ .wiki-outline-wrapper .sdoc-outline-container .sdoc-outline-list-container .sdoc-outline-item .active {
45
45
  background-color: rgb(50, 48, 44);
46
46
  }
47
47
 
@@ -80,7 +80,7 @@
80
80
  border-radius: 6px;
81
81
  }
82
82
 
83
- .sdoc-outline {
83
+ .sdoc-outline-container {
84
84
  flex: 1;
85
85
  width: 220px;
86
86
  display: flex;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seafile/sdoc-editor",
3
- "version": "3.0.12",
3
+ "version": "3.0.13",
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": "b4a7e4b60c21ac4c035de1f1a39783bbd9dee00e"
74
+ "gitHead": "c9ac2a7d2fe28f74e85fb88e046f77bc6864039f"
75
75
  }