primereact 10.0.6 → 10.0.7

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/primereact.all.js CHANGED
@@ -43694,7 +43694,7 @@ var primereact = (function (exports, React, reactTransitionGroup, ReactDOM) {
43694
43694
  return /*#__PURE__*/React__namespace.createElement(React__namespace.Fragment, null, /*#__PURE__*/React__namespace.createElement("div", rootProps, /*#__PURE__*/React__namespace.createElement(Button, _extends({
43695
43695
  ref: defaultButtonRef,
43696
43696
  type: "button",
43697
- className: props.buttonClassName,
43697
+ className: classNames(props.buttonClassName, cx('button')),
43698
43698
  icon: props.icon,
43699
43699
  loading: props.loading,
43700
43700
  loadingIcon: props.loadingIcon,
@@ -43715,7 +43715,7 @@ var primereact = (function (exports, React, reactTransitionGroup, ReactDOM) {
43715
43715
  unstyled: props.unstyled
43716
43716
  }), buttonContent), /*#__PURE__*/React__namespace.createElement(Button, _extends({
43717
43717
  type: "button",
43718
- className: props.menuButtonClassName,
43718
+ className: classNames(props.menuButtonClassName, cx('menuButton')),
43719
43719
  icon: dropdownIcon,
43720
43720
  onClick: onDropdownButtonClick,
43721
43721
  disabled: props.disabled,