dtable-ui-component 5.1.0 → 5.1.1

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.
@@ -2,12 +2,12 @@
2
2
  width: 240px;
3
3
  height: 370px;
4
4
  background-color: #fff;
5
- border-radius: 2px;
5
+ border-radius: 3px;
6
6
  z-index: 100;
7
7
  padding: 0.75rem;
8
8
  line-height: normal;
9
9
  position: absolute;
10
- box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 2px, rgba(0, 0, 0, 0.3) 0px 4px 8px;
10
+ box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 2px, rgba(0, 0, 0, 0.3) 0px 4px 4px;
11
11
  }
12
12
 
13
13
  .dtable-color-picker .chrome-picker {
@@ -322,9 +322,7 @@ const DTableColorPicker = /*#__PURE__*/(0, _react.forwardRef)((props, ref) => {
322
322
  style: {
323
323
  backgroundColor: color
324
324
  }
325
- }, color === "".concat((0, _utils.rgbaToHex)(value)) && /*#__PURE__*/_react.default.createElement("i", {
326
- className: "dtable-icon-color-check dtable-font dtable-icon-check-mark"
327
- })));
325
+ }));
328
326
  })) : /*#__PURE__*/_react.default.createElement("div", {
329
327
  className: "blank-placeholder d-flex align-items-center justify-content-center"
330
328
  }, /*#__PURE__*/_react.default.createElement("span", null, "/"))));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dtable-ui-component",
3
- "version": "5.1.0",
3
+ "version": "5.1.1",
4
4
  "main": "./lib/index.js",
5
5
  "dependencies": {
6
6
  "@seafile/react-image-lightbox": "2.0.5",