@titaui/pc 1.16.1 → 1.16.2

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.
@@ -99,7 +99,10 @@ function NewUserSelector(_ref) {
99
99
  })), /*#__PURE__*/_react["default"].createElement("span", {
100
100
  className: "user__name--hidden",
101
101
  ref: spanRef
102
- }, user.Name)));
102
+ }, /*#__PURE__*/_react["default"].createElement(_openData.OpenUserName, {
103
+ name: user.Name,
104
+ id: user.Id
105
+ }))));
103
106
  }
104
107
 
105
108
  var _default = NewUserSelector;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@titaui/pc",
3
- "version": "1.16.1",
3
+ "version": "1.16.2",
4
4
  "nameCN": "",
5
5
  "description": "",
6
6
  "main": "lib/index.js",