x-star-design 0.0.94 → 0.0.95

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.
@@ -133,7 +133,8 @@ var AcConfig = /*#__PURE__*/forwardRef(function (_ref3, ref) {
133
133
  scoreTypeInMatch = _ref6.scoreTypeInMatch,
134
134
  lang = _ref6.lang,
135
135
  showTopNSubmission = _ref6.showTopNSubmission,
136
- showTopNSubmissionCount = _ref6.showTopNSubmissionCount;
136
+ showTopNSubmissionCount = _ref6.showTopNSubmissionCount,
137
+ dualEvaluation = _ref6.dualEvaluation;
137
138
  var _ref7 = (initialValues === null || initialValues === void 0 ? void 0 : initialValues.rank) || {},
138
139
  rankListShowRealName = _ref7.rankListShowRealName,
139
140
  rankShowUserLabel = _ref7.rankShowUserLabel;
@@ -183,7 +184,8 @@ var AcConfig = /*#__PURE__*/forwardRef(function (_ref3, ref) {
183
184
  downloadDataCount: downloadDataCount,
184
185
  restriction: restriction === null || restriction === void 0 ? void 0 : restriction.type,
185
186
  showTopNSubmission: showTopNSubmission,
186
- showTopNSubmissionCount: showTopNSubmissionCount
187
+ showTopNSubmissionCount: showTopNSubmissionCount,
188
+ dualEvaluation: dualEvaluation
187
189
  };
188
190
  useImperativeHandle(ref, function () {
189
191
  return {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "x-star-design",
3
- "version": "0.0.94",
3
+ "version": "0.0.95",
4
4
  "description": "A react component library developed by turingstar",
5
5
  "license": "MIT",
6
6
  "module": "dist/index.js",