@riil-frontend/component-topology 10.0.11 → 10.0.12

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.
@@ -15,6 +15,7 @@
15
15
  margin-right: 8px;
16
16
  width: 32px;
17
17
  text-align: right;
18
+ color:$color-text1-6;
18
19
  }
19
20
 
20
21
  :global {
@@ -189,7 +189,7 @@ function BoxBackgroundSetting(props) {
189
189
  max: 10,
190
190
  min: 1,
191
191
  unit: "px",
192
- list: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10],
192
+ list: [1, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10],
193
193
  onChange: borderWidthChange,
194
194
  defaultValue: width ? width : 0
195
195
  })), /*#__PURE__*/React.createElement("div", {
@@ -216,7 +216,7 @@ function BoxBackgroundSetting(props) {
216
216
  className: styles.leftInput,
217
217
  value: leftInputVal,
218
218
  min: 0,
219
- max: 10,
219
+ max: 20,
220
220
  onChange: leftInputChange
221
221
  }), /*#__PURE__*/React.createElement("span", {
222
222
  className: styles.backOpacityLable
@@ -228,7 +228,7 @@ function BoxBackgroundSetting(props) {
228
228
  className: styles.rightInput,
229
229
  value: rightInputVal,
230
230
  min: 0,
231
- max: 10,
231
+ max: 20,
232
232
  onChange: rightInputChange
233
233
  })), /*#__PURE__*/React.createElement("div", {
234
234
  style: {
@@ -1,5 +1,8 @@
1
+ @import "@alifd/next/variables";
2
+
1
3
  .content {
2
4
  margin: 4px 0px 0px 6px;
5
+ color:$color-text1-4;
3
6
  .fontColor{
4
7
  width: 100%;
5
8
  margin-bottom: 16px;
@@ -11,7 +14,6 @@
11
14
  font-size: 12px;
12
15
  font-family: PingFangSC-Regular, PingFang SC;
13
16
  font-weight: 400;
14
- color: #4D6277;
15
17
  line-height: 17px;
16
18
  }
17
19
 
@@ -25,10 +27,8 @@
25
27
  }
26
28
  &>span{
27
29
  font-size: 12px;
28
- color: black;
29
30
  font-family: PingFangSC-Regular, PingFang SC;
30
31
  font-weight: 400;
31
- color: #4D6277;
32
32
  line-height: 17px;
33
33
  }
34
34
  .backOpacity{
@@ -49,10 +49,8 @@
49
49
  }
50
50
  &>span{
51
51
  font-size: 12px;
52
- color: black;
53
52
  font-family: PingFangSC-Regular, PingFang SC;
54
53
  font-weight: 400;
55
- color: #4D6277;
56
54
  line-height: 17px;
57
55
  }
58
56
  .borderWidth{
@@ -72,6 +70,7 @@
72
70
  margin-left: 16px;
73
71
  line-height: 22px;
74
72
  margin-right: 5px;
73
+ color:$color-text1-6;
75
74
  }
76
75
  :global{
77
76
  .next-number-picker-normal.next-small{
@@ -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.11" === 'string' ? "10.0.11" : null;
27
+ var version = typeof "10.0.12" === 'string' ? "10.0.12" : null;
28
28
  console.info("\u62D3\u6251\u7248\u672C: " + version);
29
29
  /**
30
30
  * 拓扑显示和编辑
@@ -15,6 +15,7 @@
15
15
  margin-right: 8px;
16
16
  width: 32px;
17
17
  text-align: right;
18
+ color:$color-text1-6;
18
19
  }
19
20
 
20
21
  :global {
@@ -206,7 +206,7 @@ function BoxBackgroundSetting(props) {
206
206
  max: 10,
207
207
  min: 1,
208
208
  unit: "px",
209
- list: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10],
209
+ list: [1, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10],
210
210
  onChange: borderWidthChange,
211
211
  defaultValue: width ? width : 0
212
212
  })), /*#__PURE__*/_react["default"].createElement("div", {
@@ -233,7 +233,7 @@ function BoxBackgroundSetting(props) {
233
233
  className: _BoxbackgroundSettingsModule["default"].leftInput,
234
234
  value: leftInputVal,
235
235
  min: 0,
236
- max: 10,
236
+ max: 20,
237
237
  onChange: leftInputChange
238
238
  }), /*#__PURE__*/_react["default"].createElement("span", {
239
239
  className: _BoxbackgroundSettingsModule["default"].backOpacityLable
@@ -245,7 +245,7 @@ function BoxBackgroundSetting(props) {
245
245
  className: _BoxbackgroundSettingsModule["default"].rightInput,
246
246
  value: rightInputVal,
247
247
  min: 0,
248
- max: 10,
248
+ max: 20,
249
249
  onChange: rightInputChange
250
250
  })), /*#__PURE__*/_react["default"].createElement("div", {
251
251
  style: {
@@ -1,5 +1,8 @@
1
+ @import "@alifd/next/variables";
2
+
1
3
  .content {
2
4
  margin: 4px 0px 0px 6px;
5
+ color:$color-text1-4;
3
6
  .fontColor{
4
7
  width: 100%;
5
8
  margin-bottom: 16px;
@@ -11,7 +14,6 @@
11
14
  font-size: 12px;
12
15
  font-family: PingFangSC-Regular, PingFang SC;
13
16
  font-weight: 400;
14
- color: #4D6277;
15
17
  line-height: 17px;
16
18
  }
17
19
 
@@ -25,10 +27,8 @@
25
27
  }
26
28
  &>span{
27
29
  font-size: 12px;
28
- color: black;
29
30
  font-family: PingFangSC-Regular, PingFang SC;
30
31
  font-weight: 400;
31
- color: #4D6277;
32
32
  line-height: 17px;
33
33
  }
34
34
  .backOpacity{
@@ -49,10 +49,8 @@
49
49
  }
50
50
  &>span{
51
51
  font-size: 12px;
52
- color: black;
53
52
  font-family: PingFangSC-Regular, PingFang SC;
54
53
  font-weight: 400;
55
- color: #4D6277;
56
54
  line-height: 17px;
57
55
  }
58
56
  .borderWidth{
@@ -72,6 +70,7 @@
72
70
  margin-left: 16px;
73
71
  line-height: 22px;
74
72
  margin-right: 5px;
73
+ color:$color-text1-6;
75
74
  }
76
75
  :global{
77
76
  .next-number-picker-normal.next-small{
@@ -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.11" === 'string' ? "10.0.11" : null;
59
+ var version = typeof "10.0.12" === 'string' ? "10.0.12" : 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": "10.0.11",
3
+ "version": "10.0.12",
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.11/build/index.html",
119
+ "homepage": "https://unpkg.com/@riil-frontend/component-topology@10.0.12/build/index.html",
120
120
  "gitHead": "2da19ffccbb7ca60a8acf396e39f542c68bb33f5"
121
121
  }