@aloudata/aloudata-design 2.17.5 → 2.17.6

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.
@@ -320,7 +320,7 @@ var Component = function Component(props) {
320
320
  }
321
321
  _onClear === null || _onClear === void 0 ? void 0 : _onClear();
322
322
  },
323
- popupClassName: "ald-member-picker-popup",
323
+ popupClassName: classNames('ald-member-picker-popup', props.popupClassName),
324
324
  mode: mode,
325
325
  options: selectedUserList.map(function (item) {
326
326
  if (item.type === EUserType.USER_GROUP) return {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aloudata/aloudata-design",
3
- "version": "2.17.5",
3
+ "version": "2.17.6",
4
4
  "description": "",
5
5
  "license": "MIT",
6
6
  "module": "dist/index.js",