ywana-core8 0.0.939 → 0.0.940

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.umd.js CHANGED
@@ -1495,7 +1495,8 @@
1495
1495
  editable = _props$editable === void 0 ? false : _props$editable,
1496
1496
  onBlur = props.onBlur,
1497
1497
  _props$position = props.position,
1498
- position = _props$position === void 0 ? "bottom" : _props$position;
1498
+ position = _props$position === void 0 ? "bottom" : _props$position,
1499
+ className = props.className;
1499
1500
  var _useState = React.useState(false),
1500
1501
  open = _useState[0],
1501
1502
  setOpen = _useState[1];
@@ -1584,7 +1585,7 @@
1584
1585
  size: "small"
1585
1586
  })) : props.label;
1586
1587
  return /*#__PURE__*/React__default["default"].createElement("div", {
1587
- className: "dropdown"
1588
+ className: "dropdown " + className
1588
1589
  }, /*#__PURE__*/React__default["default"].createElement(TextField, _extends({}, props, {
1589
1590
  label: title,
1590
1591
  onClick: onFocus,