dtable-ui-component 0.3.29 → 4.3.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.
@@ -56,7 +56,6 @@
56
56
  padding: 10px 10px 10px 16px;
57
57
  font-size: 13px;
58
58
  background-color: #fff;
59
- color: #202428;
60
59
  }
61
60
 
62
61
  .dtable-ui-mb-collaborator-editor-body .mb-collaborator-option-item {
@@ -92,7 +92,7 @@
92
92
  }
93
93
 
94
94
  .dtable-customize-collaborator-select.dtable-select .option.option-active .select-option-name {
95
- color: #202428;
95
+ color: #212529;
96
96
  }
97
97
 
98
98
  .collaborator-select .option-group-content .collaborator,
@@ -55,7 +55,7 @@
55
55
  height: 50px;
56
56
  padding: 10px 10px 10px 16px;
57
57
  font-size: 13px;
58
- color: #202428;
58
+ color: #212529;
59
59
  background-color: #fff;
60
60
  }
61
61
 
@@ -37,7 +37,7 @@
37
37
  }
38
38
 
39
39
  .dtable-select .select-option-name {
40
- color: #202428;
40
+ color: #212529;
41
41
  }
42
42
 
43
43
  .dtable-select .dtable-icon-drop-down {
@@ -33,7 +33,6 @@
33
33
  font-size: 18px;
34
34
  text-align: center;
35
35
  text-overflow: ellipsis;
36
- color: #333;
37
36
  overflow: hidden;
38
37
  white-space: nowrap;
39
38
  }
@@ -534,15 +534,15 @@ var DTABLE_VALUE = {
534
534
  }, {
535
535
  'name': 'Start',
536
536
  'color': '#D7E8FF',
537
- 'text_color': '#202428',
537
+ 'text_color': '#212529',
538
538
  'id': '968592',
539
- 'textColor': '#202428'
539
+ 'textColor': '#212529'
540
540
  }, {
541
541
  'name': 'Finished',
542
542
  'color': '#DDFFE6',
543
- 'text_color': '#202428',
543
+ 'text_color': '#212529',
544
544
  'id': '523201',
545
- 'textColor': '#202428'
545
+ 'textColor': '#212529'
546
546
  }, {
547
547
  'name': 'Node 1',
548
548
  'color': '#FBD44A',
@@ -77,7 +77,7 @@
77
77
  padding: 10px 10px 10px 16px;
78
78
  font-size: 13px;
79
79
  background-color: #fff;
80
- color: #202428;
80
+ color: #212529;
81
81
  }
82
82
 
83
83
  .dtable-ui-mb-select-editor-body .mb-select-options-container .mb-select-option-item + .mb-select-option-item {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dtable-ui-component",
3
- "version": "0.3.29",
3
+ "version": "4.3.1",
4
4
  "main": "./lib/index.js",
5
5
  "dependencies": {
6
6
  "@seafile/react-image-lightbox": "2.0.5",