x-ui-design 0.3.13 → 0.3.14

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.
package/dist/index.esm.js CHANGED
@@ -3242,7 +3242,7 @@ const SelectComponent = /*#__PURE__*/forwardRef(({
3242
3242
  });
3243
3243
  },
3244
3244
  "data-value": props.value
3245
- }), children || props.value, hasMode && isSelected && /*#__PURE__*/React$1.createElement("span", {
3245
+ }), children || props.value, menuItemSelectedIcon && hasMode && isSelected && /*#__PURE__*/React$1.createElement("span", {
3246
3246
  className: `${prefixCls}-selected-icon`
3247
3247
  }, menuItemSelectedIcon === true ? /*#__PURE__*/React$1.createElement(CheckIcon, null) : menuItemSelectedIcon));
3248
3248
  });