dtable-statistic 4.3.8 → 4.3.9

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.
@@ -302,7 +302,7 @@
302
302
 
303
303
  .statistic-chart-axis-label {
304
304
  font-size: 12px;
305
- color: #444;
305
+ color: #212529;
306
306
  }
307
307
 
308
308
  .statistic-chart-summary-types__value-container .summary-type-explanation {
@@ -366,7 +366,7 @@
366
366
 
367
367
  .statistic-tabs-dropdown-light {
368
368
  --dropdown-bg-color: #ffffff;
369
- --common-font-color: #000000;
369
+ --common-font-color: #212529;
370
370
  --dropdown-border-color: rgba(0, 40, 100, 0.12);
371
371
  --font-color: #6e7687;
372
372
  --font-hover-color: #ffffff;
@@ -191,7 +191,7 @@
191
191
  flex: 1 1;
192
192
  line-height: 34px;
193
193
  text-align: center;
194
- color: #000000;
194
+ color: #212529;
195
195
  cursor: pointer;
196
196
  box-sizing: border-box;
197
197
  }
@@ -35,31 +35,31 @@
35
35
  --dashboard-header-icon-color: rgba(0, 0, 0, .5);
36
36
  --dashboard-header-icon-hover-color: rgba(0, 0, 0, .75);
37
37
  --container-bg-color: #f5f5f5;
38
- --common-font-color: #000000;
38
+ --common-font-color: #212529;
39
39
  --item-wrapper-bg-color: #ffffff;
40
40
  /*header*/
41
- --statistic-header-focused-font-color: #444444;
41
+ --statistic-header-focused-font-color: #212529;
42
42
  --statistic-header-font-color: #999999;
43
43
  --add-stat-item-border-color: rgba(0, 40, 100, 0.12);
44
44
  --add-stat-item-hover-border-color: rgba(0, 40, 100, 0.12);
45
45
  --add-stat-item-bg-color: #ffffff;
46
- --add-stat-item-color: #000000;
47
- --add-stat-item-icon-hover-color: #000000;
48
- --add-stat-item-icon-color: #000000;
49
- --add-stat-item-icon-hover-color: #000000;
46
+ --add-stat-item-color: #212529;
47
+ --add-stat-item-icon-hover-color: #212529;
48
+ --add-stat-item-icon-color: #212529;
49
+ --add-stat-item-icon-hover-color: #212529;
50
50
  --border-color: #e7eaec;
51
51
  --view-icon-color: #949494;
52
52
  --icon-font-opcity: .5;
53
- --btn-add-view-hover-color: #000;
53
+ --btn-add-view-hover-color: #212529;
54
54
  --op-item-icon-color: #808080;
55
55
  --op-item-icon-hover-color: #404040;
56
56
  /*header*/
57
57
  --stat-item-font-color: #999999;
58
- --stat-item-font-hover-color: #000000;
58
+ --stat-item-font-hover-color: #212529;
59
59
  --dropdown-bg-color: #ffffff;
60
60
  --dropdown-border-color: rgba(0, 40, 100, 0.12);
61
61
  --stat-item-resizable-handler-color: #666666;
62
62
  --btn-scroll-icon-color: #c2c2c2;
63
63
  --btn-scroll-icon-active-color: #8c8c8c;
64
- --btn-scroll-icon-active-hover-color: #000;
64
+ --btn-scroll-icon-active-hover-color: #212529;
65
65
  }
@@ -26,7 +26,7 @@
26
26
  .statistic-type-title {
27
27
  font-weight: 600;
28
28
  font-size: 18px;
29
- color: #202428;
29
+ color: #212529;
30
30
  }
31
31
 
32
32
  .chart-categories-nav {
@@ -75,7 +75,7 @@
75
75
  }
76
76
 
77
77
  .chart-icon:not(.icon-highlight):hover {
78
- color: #202428;
78
+ color: #212529;
79
79
  }
80
80
 
81
81
  .icon-highlight {
@@ -485,8 +485,8 @@ const STAT_ITEM_THEME_COLORS = exports.STAT_ITEM_THEME_COLORS = {
485
485
  [THEME_NAME_MAP.LIGHT]: {
486
486
  textColor: '#6e6e6e',
487
487
  gridColor: '#bfbfbf',
488
- labelColor: '#000000',
489
- legendPageNavigatorMarkerColor: '#000000',
488
+ labelColor: '#212529',
489
+ legendPageNavigatorMarkerColor: '#212529',
490
490
  cardColor: '#545454'
491
491
  }
492
492
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dtable-statistic",
3
- "version": "4.3.8",
3
+ "version": "4.3.9",
4
4
  "description": "statistics",
5
5
  "main": "dist/dtable-statistic.js",
6
6
  "author": "seafile",