x-ui-design 0.7.34 → 0.7.35

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
@@ -2131,10 +2131,10 @@ const DatePicker = ({
2131
2131
  [`${prefixCls}-${size}`]: size
2132
2132
  }])
2133
2133
  }, /*#__PURE__*/React.createElement("div", {
2134
- className: `${prefixCls}-input-wrapper ${className}`
2134
+ className: `${prefixCls}-input-wrapper`
2135
2135
  }, /*#__PURE__*/React.createElement("button", {
2136
2136
  type: "button",
2137
- className: clsx([`${prefixCls}-input`, {
2137
+ className: clsx([`${prefixCls}-input ${className}`, {
2138
2138
  noBordered: !bordered,
2139
2139
  [`${prefixCls}-error`]: error,
2140
2140
  [`${prefixCls}-${size}`]: size,