@seafile/sdoc-editor 1.0.146-alpha.1 → 1.0.146-alpha.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.
@@ -1,3 +1,7 @@
1
+ .sdoc-filters-list {
2
+ background-color: red;
3
+ }
4
+
1
5
  .filters-list {
2
6
  min-height: 120px;
3
7
  max-height: 100%;
@@ -108,7 +108,7 @@ class FiltersList extends _react.Component {
108
108
  } = this.props;
109
109
  const isEmpty = filters.length === 0;
110
110
  return /*#__PURE__*/_react.default.createElement("div", {
111
- className: (0, _classnames.default)('filters-list', {
111
+ className: (0, _classnames.default)('filters-list', 'sdoc-filters-list', {
112
112
  'empty-filters-container': isEmpty
113
113
  }, {
114
114
  [className]: className
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seafile/sdoc-editor",
3
- "version": "1.0.146-alpha.1",
3
+ "version": "1.0.146-alpha.2",
4
4
  "private": false,
5
5
  "description": "This is a sdoc editor",
6
6
  "main": "dist/index.js",