File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed
Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 88 <div class =" bg-background sticky top-0 mb-3 w-full" >
99 <div class =" flex items-center gap-3.5" >
1010 <div class =" bg-foreground/10 flex h-8 w-8 items-center justify-center rounded" >
11- <img src =" /icon.png" alt =" Logo" class =" size-9 rounded-lg object-contain" / >
11+ <img src =" /icon.png" alt =" Logo" class =" size-9 rounded-lg object-contain" >
1212 </div >
1313 <p class =" text-xl font-bold" >UI Doc</p >
1414 <UiSheetClose class =" ml-auto" >
Original file line number Diff line number Diff line change 3232 :src =" heroData?.image.src"
3333 :alt =" heroData?.image.alt"
3434 class =" mx-auto mt-12 size-full h-full max-w-[900px] rounded-lg object-cover shadow lg:max-h-[500px]"
35- / >
35+ >
3636 </UiContainer >
3737 </div >
3838</template >
Original file line number Diff line number Diff line change 2222 "type" : " module" ,
2323 "exports" : {
2424 "." : {
25- "types" : " ./dist/types.d.ts " ,
25+ "types" : " ./dist/types.d.mts " ,
2626 "import" : " ./dist/module.mjs" ,
27- "require" : " ./dist/module.cjs "
27+ "require" : " ./dist/module.mjs "
2828 }
2929 },
30- "main" : " ./dist/module.cjs" ,
31- "types" : " ./dist/types.d.ts" ,
30+ "main" : " ./dist/module.mjs" ,
3231 "files" : [
3332 " dist"
3433 ],
You can’t perform that action at this time.
0 commit comments