@riil-frontend/component-topology 11.0.19 → 11.0.20

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.
@@ -64,7 +64,7 @@ function HelpIcon(props) {
64
64
  visible: helpBoxIsShow,
65
65
  onVisibleChange: onChange,
66
66
  shouldUpdatePosition: true,
67
- id: helpIconNames
67
+ className: helpIconNames
68
68
  }, /*#__PURE__*/React.createElement("div", {
69
69
  className: styles.topoHelpIcon
70
70
  }, /*#__PURE__*/React.createElement("div", {
@@ -9,14 +9,14 @@
9
9
  margin-left: -1px;
10
10
  }
11
11
  :global{
12
- #white.next-overlay-inner{
12
+ .white.next-overlay-inner{
13
13
  padding: 10px;
14
14
  .next-balloon-close{
15
15
  right: 10px;
16
16
  top:8px
17
17
  }
18
18
  }
19
- #dark.next-overlay-inner{
19
+ .dark.next-overlay-inner{
20
20
  padding: 10px;
21
21
  background-color: #063658;
22
22
  border-color: #08A5F4;
@@ -27,7 +27,7 @@
27
27
  top:8px
28
28
  }
29
29
  }
30
- #dark.next-overlay-inner:after{
30
+ .dark.next-overlay-inner:after{
31
31
  border-color: #08A5F4;
32
32
  background: #063658;
33
33
  }
@@ -68,14 +68,11 @@
68
68
  .darkBox{
69
69
  background: #063658;
70
70
  color:$color-text1-5;
71
- opacity: 0.85;
72
71
  .conten{
73
72
  color:$color-text1-5;
74
- opacity: 0.85;
75
73
  :global{
76
74
  .next-col-8{
77
75
  color:$color-text1-5;
78
- opacity: 1;
79
76
  }
80
77
  }
81
78
  }
@@ -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 "11.0.19" === 'string' ? "11.0.19" : null;
27
+ var version = typeof "11.0.20" === 'string' ? "11.0.20" : null;
28
28
  console.info("\u62D3\u6251\u7248\u672C: " + version);
29
29
  /**
30
30
  * 拓扑显示和编辑
@@ -80,7 +80,7 @@ function HelpIcon(props) {
80
80
  visible: helpBoxIsShow,
81
81
  onVisibleChange: onChange,
82
82
  shouldUpdatePosition: true,
83
- id: helpIconNames
83
+ className: helpIconNames
84
84
  }, /*#__PURE__*/_react["default"].createElement("div", {
85
85
  className: _HelpIconModule["default"].topoHelpIcon
86
86
  }, /*#__PURE__*/_react["default"].createElement("div", {
@@ -9,14 +9,14 @@
9
9
  margin-left: -1px;
10
10
  }
11
11
  :global{
12
- #white.next-overlay-inner{
12
+ .white.next-overlay-inner{
13
13
  padding: 10px;
14
14
  .next-balloon-close{
15
15
  right: 10px;
16
16
  top:8px
17
17
  }
18
18
  }
19
- #dark.next-overlay-inner{
19
+ .dark.next-overlay-inner{
20
20
  padding: 10px;
21
21
  background-color: #063658;
22
22
  border-color: #08A5F4;
@@ -27,7 +27,7 @@
27
27
  top:8px
28
28
  }
29
29
  }
30
- #dark.next-overlay-inner:after{
30
+ .dark.next-overlay-inner:after{
31
31
  border-color: #08A5F4;
32
32
  background: #063658;
33
33
  }
@@ -68,14 +68,11 @@
68
68
  .darkBox{
69
69
  background: #063658;
70
70
  color:$color-text1-5;
71
- opacity: 0.85;
72
71
  .conten{
73
72
  color:$color-text1-5;
74
- opacity: 0.85;
75
73
  :global{
76
74
  .next-col-8{
77
75
  color:$color-text1-5;
78
- opacity: 1;
79
76
  }
80
77
  }
81
78
  }
@@ -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 "11.0.19" === 'string' ? "11.0.19" : null;
59
+ var version = typeof "11.0.20" === 'string' ? "11.0.20" : null;
60
60
  console.info("\u62D3\u6251\u7248\u672C: " + version);
61
61
  /**
62
62
  * 拓扑显示和编辑
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@riil-frontend/component-topology",
3
- "version": "11.0.19",
3
+ "version": "11.0.20",
4
4
  "description": "拓扑",
5
5
  "scripts": {
6
6
  "start": "build-scripts start",
@@ -118,6 +118,6 @@
118
118
  "access": "public"
119
119
  },
120
120
  "license": "MIT",
121
- "homepage": "https://unpkg.com/@riil-frontend/component-topology@11.0.19/build/index.html",
121
+ "homepage": "https://unpkg.com/@riil-frontend/component-topology@11.0.20/build/index.html",
122
122
  "gitHead": "2da19ffccbb7ca60a8acf396e39f542c68bb33f5"
123
123
  }