File tree 4 files changed +521
-207
lines changed
4 files changed +521
-207
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,10 @@ export function LibraryFeatureHighlights({
13
13
>
14
14
{ featureHighlights ?. map ( ( featureHighlight ) => {
15
15
return (
16
- < div className = "p-4 pt-6 flex-1 flex flex-col gap-4 items-center bg-white/50 dark:bg-black/40 shadow-xl rounded-xl relative" >
16
+ < div
17
+ key = { featureHighlight . title }
18
+ className = "p-4 pt-6 flex-1 flex flex-col gap-4 items-center bg-white/50 dark:bg-black/40 shadow-xl rounded-xl relative"
19
+ >
17
20
< div className = "text-3xl text-center p-2 rounded-full shadow-md absolute top-0 left-1/2 -translate-x-1/2 -translate-y-2/3 bg-white dark:bg-black/50" >
18
21
{ featureHighlight . icon }
19
22
</ div >
Original file line number Diff line number Diff line change @@ -159,6 +159,7 @@ export declare const components: {
159
159
packages : Array < {
160
160
dayOfWeekAverages : Array < number > ;
161
161
downloadCount : number ;
162
+ isNotFound ?: boolean ;
162
163
name : string ;
163
164
} > ;
164
165
} ,
Original file line number Diff line number Diff line change 31
31
"@sentry/vite-plugin" : " ^2.22.6" ,
32
32
"@tailwindcss/typography" : " ^0.5.13" ,
33
33
"@tanstack/react-query" : " ^5.64.2" ,
34
- "@tanstack/react-router" : " 1.97.8 " ,
35
- "@tanstack/react-router-with-query" : " 1.97.8 " ,
36
- "@tanstack/router-devtools" : " 1.97.8 " ,
37
- "@tanstack/start" : " 1.97.12 " ,
34
+ "@tanstack/react-router" : " 1.97.21 " ,
35
+ "@tanstack/react-router-with-query" : " 1.97.21 " ,
36
+ "@tanstack/router-devtools" : " 1.97.21 " ,
37
+ "@tanstack/start" : " 1.97.22 " ,
38
38
"@typescript-eslint/parser" : " ^7.2.0" ,
39
39
"@vercel/analytics" : " ^1.2.2" ,
40
40
"@vercel/speed-insights" : " ^1.0.10" ,
You can’t perform that action at this time.
0 commit comments