@bigbinary/neeto-molecules 1.0.4 → 1.0.5

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.
@@ -2161,6 +2161,7 @@ var HotKeyList = function HotKeyList(_ref) {
2161
2161
  className: "pl-4 mb-3",
2162
2162
  href: fullShortcutsLink,
2163
2163
  style: "link",
2164
+ target: "_blank",
2164
2165
  label: t("neetoMolecules.keyboardShortcuts.viewFullListOfShortcuts")
2165
2166
  }));
2166
2167
  });
@@ -2154,6 +2154,7 @@ var HotKeyList = function HotKeyList(_ref) {
2154
2154
  className: "pl-4 mb-3",
2155
2155
  href: fullShortcutsLink,
2156
2156
  style: "link",
2157
+ target: "_blank",
2157
2158
  label: t("neetoMolecules.keyboardShortcuts.viewFullListOfShortcuts")
2158
2159
  }));
2159
2160
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigbinary/neeto-molecules",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
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>",