dtable-ui-component 6.0.123-xms.28 → 6.0.123-xms.31

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.
@@ -70,7 +70,7 @@ class DTablePopover extends _react.default.Component {
70
70
  fade: false,
71
71
  hideArrow: hideArrow,
72
72
  innerClassName: innerClassName,
73
- className: popoverClassName,
73
+ className: "seatable-popover ".concat(popoverClassName),
74
74
  modifiers: modifiers,
75
75
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
76
76
  ref: ref => this.dtablePopoverRef = ref,
@@ -17,7 +17,7 @@
17
17
  align-items: center;
18
18
  justify-content: center;
19
19
  height: 50px;
20
- border-bottom: 1px solid #ededed;
20
+ border-bottom: 1px solid #eee;
21
21
  font-size: 16px;
22
22
  font-weight: 600;
23
23
  position: relative;
@@ -161,14 +161,10 @@
161
161
 
162
162
  .notification-body .notification-footer {
163
163
  height: 40px;
164
- display: flex;
165
- align-items: center;
166
- justify-content: center;
167
- background: #f9f9f9;
168
- cursor: pointer;
164
+ border-top: 1px solid #eee !important;
169
165
  border-bottom-left-radius: 8px;
170
166
  border-bottom-right-radius: 8px;
171
- border-top: 1px solid #ededed;
167
+ background: #eee;
172
168
  }
173
169
 
174
170
  .notification-body .notification-footer:hover {
@@ -87,8 +87,8 @@ class NotificationPopover extends _react.default.Component {
87
87
  ref: ref => this.notificationsWrapperRef = ref,
88
88
  children: this.props.children
89
89
  })
90
- }), /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
91
- className: "notification-footer",
90
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("button", {
91
+ className: "notification-footer border-0 bg-transparent d-block w-100",
92
92
  onClick: this.onNotificationDialogToggle,
93
93
  children: footerText
94
94
  })]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dtable-ui-component",
3
- "version": "6.0.123xms.28",
3
+ "version": "6.0.123xms.31",
4
4
  "main": "./lib/index.js",
5
5
  "dependencies": {
6
6
  "@seafile/react-image-lightbox": "5.0.9",