dtable-ui-component 5.1.9 → 5.1.10
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.
|
@@ -14,7 +14,7 @@ var _lang = require("../lang");
|
|
|
14
14
|
var _ClickOutside = _interopRequireDefault(require("../ClickOutside"));
|
|
15
15
|
var _utils = require("./utils");
|
|
16
16
|
require("./index.css");
|
|
17
|
-
const DEFAULT_COLORS = ['#ffffff', '#f5f5f5', '#eef6f9', '#
|
|
17
|
+
const DEFAULT_COLORS = ['#ffffff', '#f5f5f5', '#eef6f9', '#333333', '#ff0000', '#ffff00', '#0000ff', '#00ff00'];
|
|
18
18
|
const COLOR_PICKER_MODE = {
|
|
19
19
|
HEX: 'hex',
|
|
20
20
|
RGBA: 'rgba'
|