Skip to content

Commit c919a0b

Browse files
committed
chore: update package exports
1 parent 0d2d8a2 commit c919a0b

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

docs/app/components/MobileNav.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
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">

docs/app/components/content/Home/HomeHero.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
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>

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,12 @@
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
],

0 commit comments

Comments
 (0)