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.
@@ -11932,7 +11932,8 @@ function MultiSelect(props) {
11932
11932
  return setActiveIndex(index);
11933
11933
  },
11934
11934
  theme: theme,
11935
- isInverse: isInverse
11935
+ isInverse: isInverse,
11936
+ disabled: disabled
11936
11937
  }), multiSelectedItemString, React.createElement(IconWrapper$6, null, React.createElement(reactMagmaIcons.CloseIcon, {
11937
11938
  size: theme.iconSizes.xSmall
11938
11939
  })));