@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.
- package/dist/IconPicker.cjs.js +1 -0
- package/dist/IconPicker.cjs.js.map +1 -1
- package/dist/IconPicker.js +1 -0
- package/dist/IconPicker.js.map +1 -1
- package/dist/KeyboardShortcuts.cjs.js +2 -0
- package/dist/KeyboardShortcuts.cjs.js.map +1 -1
- package/dist/KeyboardShortcuts.js +2 -0
- package/dist/KeyboardShortcuts.js.map +1 -1
- package/dist/Schedule.cjs.js +2 -1
- package/dist/Schedule.cjs.js.map +1 -1
- package/dist/Schedule.js +2 -1
- package/dist/Schedule.js.map +1 -1
- package/package.json +1 -1
|
@@ -2119,6 +2119,7 @@ var HotKey = function HotKey(_ref) {
|
|
|
2119
2119
|
className: "my-3 w-full"
|
|
2120
2120
|
}, /*#__PURE__*/React.createElement("div", {
|
|
2121
2121
|
className: "flex items-center justify-between gap-3",
|
|
2122
|
+
"data-cy": "hotkey-item",
|
|
2122
2123
|
"data-testid": "hotkey-item"
|
|
2123
2124
|
}, /*#__PURE__*/React.createElement(Typography, {
|
|
2124
2125
|
className: "neeto-ui-text-gray-800 min-w-0 flex-grow break-words",
|
|
@@ -2200,6 +2201,7 @@ var KeyboardShortcutsPane = function KeyboardShortcutsPane(_ref) {
|
|
|
2200
2201
|
return setIsOpen(false);
|
|
2201
2202
|
});
|
|
2202
2203
|
return /*#__PURE__*/React.createElement("div", {
|
|
2204
|
+
"data-cy": "keyboard-shortcuts-pane",
|
|
2203
2205
|
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", {
|
|
2204
2206
|
"w-80": isOpen,
|
|
2205
2207
|
"w-0": !isOpen,
|