dtable-ui-component 0.3.16 → 0.3.17

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.
@@ -52,12 +52,12 @@ function FieldDisplaySetting(_ref) {
52
52
  return /*#__PURE__*/React.createElement("div", {
53
53
  className: "field-setting"
54
54
  }, /*#__PURE__*/React.createElement("div", {
55
- className: "field-setting-header d-flex align-items-center justify-content-between"
55
+ className: "field-setting-header d-flex align-items-center justify-content-between",
56
+ onClick: expandAllFields
56
57
  }, /*#__PURE__*/React.createElement(Label, {
57
58
  className: "mb-0"
58
59
  }, textProperties.titleValue), /*#__PURE__*/React.createElement("span", {
59
- className: "dtable-font dtable-icon-right expand-button ".concat(isCollapsed ? '' : 'revolving'),
60
- onClick: expandAllFields
60
+ className: "dtable-font dtable-icon-right expand-button ".concat(isCollapsed ? '' : 'revolving')
61
61
  })), /*#__PURE__*/React.createElement(Transition, {
62
62
  nodeRef: nodeRef,
63
63
  in: !isCollapsed,
@@ -68,4 +68,5 @@
68
68
  .tooltip-inner {
69
69
  font-weight: lighter;
70
70
  text-align: justify;
71
+ background-color: #303133;
71
72
  }
@@ -75,4 +75,5 @@
75
75
  .tooltip-inner {
76
76
  font-weight: lighter;
77
77
  text-align: justify;
78
+ background-color: #303133;
78
79
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dtable-ui-component",
3
- "version": "0.3.16",
3
+ "version": "0.3.17",
4
4
  "main": "./lib/index.js",
5
5
  "dependencies": {
6
6
  "@seafile/react-image-lightbox": "0.0.9",