diff --git a/package.json b/package.json index 7ac5788..7354bde 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cegid/vsb-cds-react", - "version": "1.23.8", + "version": "1.23.9", "description": "BAAM! Design System by Cegid - React component library", "main": "dist/index.cjs.js", "module": "dist/index.es.js", diff --git a/src/components/NavigationBar/NavItemButton.tsx b/src/components/NavigationBar/NavItemButton.tsx index 0776291..9c53b98 100644 --- a/src/components/NavigationBar/NavItemButton.tsx +++ b/src/components/NavigationBar/NavItemButton.tsx @@ -189,7 +189,7 @@ const NavItemButton: React.FC = ({ if (!isExpanded) { tooltipTimer.current = window.setTimeout(() => { setShowTooltip(true); - }, 1000); + }, 200); } onMouseEnter?.(); }; diff --git a/src/stories/ReleaseNotes.stories.tsx b/src/stories/ReleaseNotes.stories.tsx index 14a2c69..6d5f8b8 100644 --- a/src/stories/ReleaseNotes.stories.tsx +++ b/src/stories/ReleaseNotes.stories.tsx @@ -28,6 +28,16 @@ interface ReleaseNote { } const releaseNotes: ReleaseNote[] = [ + { + version: "1.23.9", + changes: [ + { + component: "NavItemButton", + type: "enhancement", + description: "less tooltip timer", + } + ], + }, { version: "1.23.8", changes: [