dtable-ui-component 6.0.124-beta.p1 → 6.0.124-beta.p2

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.
@@ -72,7 +72,7 @@ function ColorPickerPortal(_ref) {
72
72
  }, [target, scrollContainerId, throttleDelay, updatePosition]);
73
73
  if (!target) return null;
74
74
  return /*#__PURE__*/_reactDom.default.createPortal(/*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
75
- className: "dtable-color-picker-portal dtable-popover-container",
75
+ className: "dtable-color-picker-portal",
76
76
  style: {
77
77
  position: 'fixed',
78
78
  zIndex: '1049',
@@ -82,7 +82,8 @@ function ColorPickerPortal(_ref) {
82
82
  height: '370px',
83
83
  visibility: position.visibility,
84
84
  opacity: isPositioned ? 1 : 0,
85
- transition: 'opacity 0.15s ease-in-out'
85
+ transition: 'opacity 0.15s ease-in-out',
86
+ marginTop: '8px'
86
87
  },
87
88
  ref: containerRef,
88
89
  children: children
@@ -9,7 +9,7 @@
9
9
  margin-top: 8px;
10
10
  border: 1px solid #eee !important;
11
11
  border-radius: 8px !important;
12
- box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1) !important;
12
+ box-shadow: 0 6px 14px rgba(0, 0, 0, 0.1) !important;
13
13
  }
14
14
 
15
15
  .dtable-color-picker .chrome-picker {
@@ -4,7 +4,7 @@
4
4
  height: 40px;
5
5
  font-size: 14px;
6
6
  font-weight: 500;
7
- border-top: 1px solid #dedede;
7
+ border-top: 1px solid #eee;
8
8
  background: #fff;
9
9
  padding: 0 1rem;
10
10
  border-bottom-left-radius: 8px;
@@ -4,7 +4,7 @@
4
4
  align-items: center;
5
5
  justify-content: flex-end;
6
6
  padding: 0.75rem;
7
- border-top: 0 6px 16px rgba(0, 0, 0, 0.1) !important;
7
+ border-top: 1px solid #eee !important;
8
8
  border-bottom-right-radius: 8px;
9
9
  border-bottom-left-radius: 8px;
10
10
  }
@@ -161,10 +161,9 @@
161
161
 
162
162
  .notification-body .notification-footer {
163
163
  height: 40px;
164
- border-top: 1px solid #eee !important;
164
+ background: #f9f9f9;
165
165
  border-bottom-left-radius: 8px;
166
166
  border-bottom-right-radius: 8px;
167
- background: #eee;
168
167
  }
169
168
 
170
169
  .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)("button", {
91
- className: "notification-footer border-0 bg-transparent d-block w-100",
90
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
91
+ className: "notification-footer",
92
92
  onClick: this.onNotificationDialogToggle,
93
93
  children: footerText
94
94
  })]
@@ -11,7 +11,7 @@
11
11
  z-index: 10001;
12
12
  border: 1px solid #eee !important;
13
13
  border-radius: 8px !important;
14
- box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1) !important;
14
+ box-shadow: 0 6px 14px rgba(0, 0, 0, 0.1) !important;
15
15
  }
16
16
 
17
17
  .option-group .option-group-search {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dtable-ui-component",
3
- "version": "6.0.124-beta.p1",
3
+ "version": "6.0.124-beta.p2",
4
4
  "main": "./lib/index.js",
5
5
  "dependencies": {
6
6
  "@seafile/react-image-lightbox": "5.0.9",