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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "primereact",
3
- "version": "10.0.6",
3
+ "version": "10.0.7",
4
4
  "private": false,
5
5
  "author": "PrimeTek Informatics",
6
6
  "description": "PrimeReact is an open source UI library for React featuring a rich set of 90+ components, a theme designer, various theme alternatives such as Material, Bootstrap, Tailwind, premium templates and professional support. In addition, it integrates with PrimeBlock, which has 370+ ready to use UI blocks to build spectacular applications in no time.",
@@ -43700,7 +43700,7 @@ var SplitButton = /*#__PURE__*/React__namespace.memo( /*#__PURE__*/React__namesp
43700
43700
  return /*#__PURE__*/React__namespace.createElement(React__namespace.Fragment, null, /*#__PURE__*/React__namespace.createElement("div", rootProps, /*#__PURE__*/React__namespace.createElement(Button, _extends({
43701
43701
  ref: defaultButtonRef,
43702
43702
  type: "button",
43703
- className: props.buttonClassName,
43703
+ className: classNames(props.buttonClassName, cx('button')),
43704
43704
  icon: props.icon,
43705
43705
  loading: props.loading,
43706
43706
  loadingIcon: props.loadingIcon,
@@ -43721,7 +43721,7 @@ var SplitButton = /*#__PURE__*/React__namespace.memo( /*#__PURE__*/React__namesp
43721
43721
  unstyled: props.unstyled
43722
43722
  }), buttonContent), /*#__PURE__*/React__namespace.createElement(Button, _extends({
43723
43723
  type: "button",
43724
- className: props.menuButtonClassName,
43724
+ className: classNames(props.menuButtonClassName, cx('menuButton')),
43725
43725
  icon: dropdownIcon,
43726
43726
  onClick: onDropdownButtonClick,
43727
43727
  disabled: props.disabled,