@riil-frontend/component-topology 10.0.49 → 10.0.50

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.
@@ -104,7 +104,7 @@
104
104
  .#{$css-prefix}dialog-close {
105
105
  width: 10px;
106
106
  height: 10px;
107
- color: #4D6277;
107
+ color: $color-text1-4;
108
108
  margin-top: 6px;
109
109
  }
110
110
  }
@@ -24,7 +24,7 @@ import ElementTagTipConfig from "./tagstips/ElementTagTipConfig";
24
24
  import SelectionModel from "./SelectionModel";
25
25
  import CiCache from "./cache/CiCache"; // eslint-disable-next-line no-undef
26
26
 
27
- var version = typeof "10.0.49" === 'string' ? "10.0.49" : null;
27
+ var version = typeof "10.0.50" === 'string' ? "10.0.50" : null;
28
28
  console.info("\u62D3\u6251\u7248\u672C: " + version);
29
29
  /**
30
30
  * 拓扑显示和编辑
@@ -65,12 +65,12 @@
65
65
  }
66
66
  .title {
67
67
  font-size: 13px;
68
- color: #78849c;
68
+ color: $color-text1-6;
69
69
  }
70
70
  .content {
71
71
  margin-top: 10px;
72
72
  font-size: 26px;
73
- color: #4d6277;
73
+ color: $color-text1-4;
74
74
  }
75
75
  .chart {
76
76
  margin-top: 16px;
@@ -104,7 +104,7 @@
104
104
  .#{$css-prefix}dialog-close {
105
105
  width: 10px;
106
106
  height: 10px;
107
- color: #4D6277;
107
+ color: $color-text1-4;
108
108
  margin-top: 6px;
109
109
  }
110
110
  }
@@ -56,7 +56,7 @@ var _SelectionModel = _interopRequireDefault(require("./SelectionModel"));
56
56
  var _CiCache = _interopRequireDefault(require("./cache/CiCache"));
57
57
 
58
58
  // eslint-disable-next-line no-undef
59
- var version = typeof "10.0.49" === 'string' ? "10.0.49" : null;
59
+ var version = typeof "10.0.50" === 'string' ? "10.0.50" : null;
60
60
  console.info("\u62D3\u6251\u7248\u672C: " + version);
61
61
  /**
62
62
  * 拓扑显示和编辑
@@ -65,12 +65,12 @@
65
65
  }
66
66
  .title {
67
67
  font-size: 13px;
68
- color: #78849c;
68
+ color: $color-text1-6;
69
69
  }
70
70
  .content {
71
71
  margin-top: 10px;
72
72
  font-size: 26px;
73
- color: #4d6277;
73
+ color: $color-text1-4;
74
74
  }
75
75
  .chart {
76
76
  margin-top: 16px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@riil-frontend/component-topology",
3
- "version": "10.0.49",
3
+ "version": "10.0.50",
4
4
  "description": "拓扑",
5
5
  "scripts": {
6
6
  "start": "build-scripts start",
@@ -116,6 +116,6 @@
116
116
  "access": "public"
117
117
  },
118
118
  "license": "MIT",
119
- "homepage": "https://unpkg.com/@riil-frontend/component-topology@10.0.49/build/index.html",
119
+ "homepage": "https://unpkg.com/@riil-frontend/component-topology@10.0.50/build/index.html",
120
120
  "gitHead": "2da19ffccbb7ca60a8acf396e39f542c68bb33f5"
121
121
  }