@bigbinary/neeto-molecules 1.0.93 → 1.0.94

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.
@@ -2126,6 +2126,7 @@ var HotKey = function HotKey(_ref) {
2126
2126
  className: "my-3 w-full"
2127
2127
  }, /*#__PURE__*/React__default["default"].createElement("div", {
2128
2128
  className: "flex items-center justify-between gap-3",
2129
+ "data-cy": "hotkey-item",
2129
2130
  "data-testid": "hotkey-item"
2130
2131
  }, /*#__PURE__*/React__default["default"].createElement(neetoui.Typography, {
2131
2132
  className: "neeto-ui-text-gray-800 min-w-0 flex-grow break-words",
@@ -2207,6 +2208,7 @@ var KeyboardShortcutsPane = function KeyboardShortcutsPane(_ref) {
2207
2208
  return setIsOpen(false);
2208
2209
  });
2209
2210
  return /*#__PURE__*/React__default["default"].createElement("div", {
2211
+ "data-cy": "keyboard-shortcuts-pane",
2210
2212
  className: classnames("neeto-molecules-keyboard-shortcuts-pane neeto-ui-border-gray-300 transition-width neeto-ui-bg-white ml-auto h-screen overflow-hidden border-l duration-300 ease-in-out", {
2211
2213
  "w-80": isOpen,
2212
2214
  "w-0": !isOpen,