File tree Expand file tree Collapse file tree 7 files changed +858
-628
lines changed Expand file tree Collapse file tree 7 files changed +858
-628
lines changed Original file line number Diff line number Diff line change 5656 "posthog-js" : " 1.256.1" ,
5757 "posthog-node" : " ^5.4.0" ,
5858 "prettier" : " 3.6.2" ,
59- "qrcode" : " 1.5.3" ,
6059 "react" : " 19.1.0" ,
6160 "react-children-utilities" : " ^2.10.0" ,
6261 "react-day-picker" : " ^8.10.1" ,
6564 "react-error-boundary" : " 6.0.0" ,
6665 "react-hook-form" : " 7.55.0" ,
6766 "react-markdown" : " 10.1.0" ,
67+ "react-qrcode-logo" : " ^3.0.0" ,
6868 "react-table" : " ^7.8.0" ,
6969 "recharts" : " 2.15.3" ,
7070 "remark-gfm" : " 4.0.1" ,
9898 "@types/node" : " 22.14.1" ,
9999 "@types/papaparse" : " ^5.3.16" ,
100100 "@types/pluralize" : " ^0.0.33" ,
101- "@types/qrcode" : " 1.5.5" ,
102101 "@types/react" : " 19.1.8" ,
103102 "@types/react-dom" : " 19.1.6" ,
104103 "@types/react-table" : " ^7.7.20" ,
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ export function ToolTipLabel(props: {
4646 return (
4747 < TooltipProvider >
4848 < Tooltip delayDuration = { 100 } disableHoverableContent = { ! props . hoverable } >
49- < TooltipTrigger asChild className = "!pointer-events-auto" >
49+ < TooltipTrigger asChild className = "!pointer-events-auto" tabIndex = { - 1 } >
5050 { props . children }
5151 </ TooltipTrigger >
5252 < TooltipContent
You can’t perform that action at this time.
0 commit comments