File tree Expand file tree Collapse file tree 7 files changed +886
-664
lines changed Expand file tree Collapse file tree 7 files changed +886
-664
lines changed Original file line number Diff line number Diff line change 56
56
"posthog-js" : " 1.256.1" ,
57
57
"posthog-node" : " ^5.4.0" ,
58
58
"prettier" : " 3.6.2" ,
59
- "qrcode" : " 1.5.3" ,
60
59
"react" : " 19.1.0" ,
61
60
"react-children-utilities" : " ^2.10.0" ,
62
61
"react-day-picker" : " ^8.10.1" ,
65
64
"react-error-boundary" : " 6.0.0" ,
66
65
"react-hook-form" : " 7.55.0" ,
67
66
"react-markdown" : " 10.1.0" ,
67
+ "react-qrcode-logo" : " ^3.0.0" ,
68
68
"react-table" : " ^7.8.0" ,
69
69
"recharts" : " 2.15.3" ,
70
70
"remark-gfm" : " 4.0.1" ,
98
98
"@types/node" : " 22.14.1" ,
99
99
"@types/papaparse" : " ^5.3.16" ,
100
100
"@types/pluralize" : " ^0.0.33" ,
101
- "@types/qrcode" : " 1.5.5" ,
102
101
"@types/react" : " 19.1.8" ,
103
102
"@types/react-dom" : " 19.1.6" ,
104
103
"@types/react-table" : " ^7.7.20" ,
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ export function ToolTipLabel(props: {
46
46
return (
47
47
< TooltipProvider >
48
48
< Tooltip delayDuration = { 100 } disableHoverableContent = { ! props . hoverable } >
49
- < TooltipTrigger asChild className = "!pointer-events-auto" >
49
+ < TooltipTrigger asChild className = "!pointer-events-auto" tabIndex = { - 1 } >
50
50
{ props . children }
51
51
</ TooltipTrigger >
52
52
< TooltipContent
You can’t perform that action at this time.
0 commit comments