react-magma-dom 4.9.1-next.0 → 4.10.0-next.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/dist/esm/index.js CHANGED
@@ -15650,7 +15650,8 @@ function MultiSelect(props) {
15650
15650
  return setActiveIndex(index);
15651
15651
  },
15652
15652
  theme: theme,
15653
- isInverse: isInverse
15653
+ isInverse: isInverse,
15654
+ disabled: disabled
15654
15655
  }), multiSelectedItemString, createElement(IconWrapper$6, null, createElement(CloseIcon, {
15655
15656
  size: theme.iconSizes.xSmall
15656
15657
  })));