@telia/teddy 0.2.2 → 0.2.3

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.
@@ -956,7 +956,6 @@ const Desktop = React.forwardRef(() => {
956
956
  {
957
957
  onMouseEnter: () => handleInteractions(subLink.name),
958
958
  onKeyDown: () => {
959
- handleInteractions(subLink.name);
960
959
  setShowMenu(true);
961
960
  },
962
961
  onClick: () => handleInteractions(subLink.name),
@@ -935,7 +935,6 @@ const Desktop = React__default.forwardRef(() => {
935
935
  {
936
936
  onMouseEnter: () => handleInteractions(subLink.name),
937
937
  onKeyDown: () => {
938
- handleInteractions(subLink.name);
939
938
  setShowMenu(true);
940
939
  },
941
940
  onClick: () => handleInteractions(subLink.name),
package/package.json CHANGED
@@ -20,7 +20,7 @@
20
20
  "pnpm": ">=9"
21
21
  },
22
22
  "private": false,
23
- "version": "0.2.2",
23
+ "version": "0.2.3",
24
24
  "sideEffects": [
25
25
  "**/*.css",
26
26
  "**/*.svg"