@capillarytech/blaze-ui 5.23.0 → 5.23.1

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/index.js CHANGED
@@ -14051,13 +14051,13 @@ const CapSelectFilter = _ref => {
14051
14051
  items: renderMenuItem(data, selectedValue),
14052
14052
  onClick: handleMenuClick
14053
14053
  },
14054
- className: (0, _classnames.default)(_styles.default[clsPrefix], className),
14054
+ className: (0, _classnames.default)(_styles.default[clsPrefix]),
14055
14055
  overlayClassName: (0, _classnames.default)(clsPrefix + "-overlay", overlayClassName),
14056
14056
  dropdownRender: menu => renderDropdownMenu(menu, dropdownMaxHeight, dropdownWidth),
14057
14057
  getPopupContainer: trigger => trigger.parentNode
14058
14058
  }, rest, {
14059
14059
  children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("div", {
14060
- className: (0, _classnames.default)(_styles.default['styled-div'], {
14060
+ className: (0, _classnames.default)(_styles.default['styled-div'], className, {
14061
14061
  [_styles.default['styled-div-selected']]: selectedValue,
14062
14062
  [_styles.default['styled-div-with-badge']]: Boolean(showBadge) && Boolean(selectedValue)
14063
14063
  }),