@byteluck-fe/model-driven-controls 7.0.0-props.70 → 7.0.0-props.71

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.
@@ -108,8 +108,7 @@
108
108
  "enum": [
109
109
  "normal",
110
110
  "bold",
111
- "lighter",
112
- "bolder"
111
+ "lighter"
113
112
  ],
114
113
  "description": "标题字重;",
115
114
  "default": "normal",
@@ -76,8 +76,7 @@
76
76
  "enum": [
77
77
  "normal",
78
78
  "bold",
79
- "lighter",
80
- "bolder"
79
+ "lighter"
81
80
  ],
82
81
  "description": "标题字重;",
83
82
  "default": "normal",
@@ -168,9 +168,6 @@ export var FONT_WEIGHT = /*#__PURE__*/ function(FONT_WEIGHT) {
168
168
  /**
169
169
  * 更细
170
170
  */ FONT_WEIGHT["LIGHTER"] = "lighter";
171
- /**
172
- * 更粗
173
- */ FONT_WEIGHT["BOLDER"] = "bolder";
174
171
  return FONT_WEIGHT;
175
172
  }({});
176
173
  export var UndersignedPerson = function UndersignedPerson(props) {
@@ -46,16 +46,14 @@
46
46
  "enum": [
47
47
  "normal",
48
48
  "bold",
49
- "lighter",
50
- "bolder"
49
+ "lighter"
51
50
  ],
52
51
  "description": "标题字重;",
53
52
  "default": "normal",
54
53
  "enumDescription": [
55
54
  "常规",
56
55
  "粗体",
57
- "更细",
58
- "更粗"
56
+ "更细"
59
57
  ]
60
58
  },
61
59
  "position": {