@bigbinary/neeto-molecules 1.0.1 → 1.0.2
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.
|
@@ -2170,13 +2170,9 @@ var KeyboardShortcutsPane = function KeyboardShortcutsPane(_ref) {
|
|
|
2170
2170
|
return setIsOpen(function (prevIsOpen) {
|
|
2171
2171
|
return !prevIsOpen;
|
|
2172
2172
|
});
|
|
2173
|
-
}, {
|
|
2174
|
-
mode: "global"
|
|
2175
2173
|
});
|
|
2176
2174
|
reactUtils.useHotKeys(shortcuts.close.sequence, function () {
|
|
2177
2175
|
return setIsOpen(false);
|
|
2178
|
-
}, {
|
|
2179
|
-
mode: "global"
|
|
2180
2176
|
});
|
|
2181
2177
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
2182
2178
|
className: classnames("neeto-commons-keyboard-shortcuts-pane neeto-ui-border-gray-300 transition-width ml-auto min-h-screen border-l bg-white duration-300 ease-in-out overflow-y-scroll", {
|
|
@@ -2163,13 +2163,9 @@ var KeyboardShortcutsPane = function KeyboardShortcutsPane(_ref) {
|
|
|
2163
2163
|
return setIsOpen(function (prevIsOpen) {
|
|
2164
2164
|
return !prevIsOpen;
|
|
2165
2165
|
});
|
|
2166
|
-
}, {
|
|
2167
|
-
mode: "global"
|
|
2168
2166
|
});
|
|
2169
2167
|
useHotKeys(shortcuts.close.sequence, function () {
|
|
2170
2168
|
return setIsOpen(false);
|
|
2171
|
-
}, {
|
|
2172
|
-
mode: "global"
|
|
2173
2169
|
});
|
|
2174
2170
|
return /*#__PURE__*/React.createElement("div", {
|
|
2175
2171
|
className: classnames("neeto-commons-keyboard-shortcuts-pane neeto-ui-border-gray-300 transition-width ml-auto min-h-screen border-l bg-white duration-300 ease-in-out overflow-y-scroll", {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigbinary/neeto-molecules",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"description": "A package of reusable molecular components for neeto products.",
|
|
5
5
|
"repository": "git@github.com:bigbinary/neeto-molecules.git",
|
|
6
6
|
"author": "Amaljith K <amaljith.k@bigbinary.com>",
|