@bigbinary/neeto-editor 1.47.89 → 1.47.91

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.
@@ -14648,6 +14648,7 @@ var Menu$1 = /*#__PURE__*/function (_React$Component) {
14648
14648
  var isCurrentMenuActive = menuIndex === activeMenuIndex;
14649
14649
  return /*#__PURE__*/jsxRuntime.jsx("div", {
14650
14650
  className: "neeto-editor-slash-commands__wrapper",
14651
+ "data-testid": "neeto-editor-slash-commands-wrapper",
14651
14652
  ref: this.menuRef,
14652
14653
  children: items.map(function (item, index) {
14653
14654
  var isLeafNode = neetoCist.isNotPresent(item.items);