Skip to content

Commit 9b0d2f0

Browse files
committed
fix: remove compo docs
1 parent 44138d9 commit 9b0d2f0

File tree

136 files changed

+1
-1572
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

136 files changed

+1
-1572
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
"gen:exports": "svelte-lib-helpers exports",
3939
"gen:component-data-from-type": "svelte-lib-helpers component-data-from-type",
4040
"copy:packagejson": "svelte-lib-helpers package",
41+
"rmdoc": "svelte-lib-helpers removeDocs",
4142
"lib-helpers": "pnpm format && pnpm package && pnpm gen:exports && pnpm copy:packagejson",
4243
"generate-file-list": "tsx scripts/generateFileList.ts",
4344
"prebuild": "npm run generate-file-list",

src/lib/accordion/Accordion.svelte

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,3 @@
2828
{@render children()}
2929
</div>
3030

31-
<!--
32-
@component
33-
[Go to docs](https://svelte-5-ui-lib.codewithshin.com/)
34-
## Props
35-
@props: children: any;
36-
@props:flush: any;
37-
@props:activeClass: any;
38-
@props:inactiveClass: any;
39-
@props:isSingle: any = true;
40-
@props:class: string;
41-
-->

src/lib/accordion/AccordionItem.svelte

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -102,18 +102,3 @@
102102
</div>
103103
{/if}
104104

105-
<!--
106-
@component
107-
[Go to docs](https://svelte-5-ui-lib.codewithshin.com/)
108-
## Props
109-
@props: children: any;
110-
@props:header: any;
111-
@props:arrowup: any;
112-
@props:arrowdown: any;
113-
@props:open: any = $bindable(false);
114-
@props:activeClass: any;
115-
@props:inactiveClass: any;
116-
@props:transition: any = slide;
117-
@props:params: any;
118-
@props:class: string;
119-
-->

src/lib/alert/Alert.svelte

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -83,20 +83,3 @@
8383
</div>
8484
{/if}
8585

86-
<!--
87-
@component
88-
[Go to docs](https://svelte-5-ui-lib.codewithshin.com/)
89-
## Props
90-
@props: children: any;
91-
@props:icon: any;
92-
@props:alertStatus: any = $bindable(true);
93-
@props:closeIcon: any;
94-
@props:color: any = 'primary';
95-
@props:rounded: any = true;
96-
@props:border: any;
97-
@props:class: string;
98-
@props:dismissable: any;
99-
@props:transition: any = fade;
100-
@props:params: any;
101-
@props:onclick: any;
102-
-->

src/lib/avatar/Avatar.svelte

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -67,20 +67,3 @@
6767
<img {alt} {src} {...restProps} class={avatarClass} />
6868
{/if}
6969

70-
<!--
71-
@component
72-
[Go to docs](https://svelte-5-ui-lib.codewithshin.com/)
73-
## Props
74-
@props: children: any;
75-
@props:src: any;
76-
@props:href: any;
77-
@props:target: any;
78-
@props:cornerStyle: any = 'circular';
79-
@props:border: any = false;
80-
@props:stacked: any = false;
81-
@props:dot: any;
82-
@props:class: string;
83-
@props:alt: any;
84-
@props:size: any = 'md';
85-
@props:onclick: any;
86-
-->

src/lib/badge/Badge.svelte

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -75,23 +75,3 @@
7575
</div>
7676
{/if}
7777

78-
<!--
79-
@component
80-
[Go to docs](https://svelte-5-ui-lib.codewithshin.com/)
81-
## Props
82-
@props: children: any;
83-
@props:icon: any;
84-
@props:badgeStatus: any = $bindable(true);
85-
@props:color: any = 'primary';
86-
@props:large: any = false;
87-
@props:dismissable: any = false;
88-
@props:class: string;
89-
@props:border: any;
90-
@props:href: any;
91-
@props:target: any;
92-
@props:rounded: any;
93-
@props:transition: any = fade;
94-
@props:params: any;
95-
@props:aClass: any;
96-
@props:onclick: any;
97-
-->

src/lib/banner/Banner.svelte

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -59,19 +59,3 @@
5959
</div>
6060
{/if}
6161

62-
<!--
63-
@component
64-
[Go to docs](https://svelte-5-ui-lib.codewithshin.com/)
65-
## Props
66-
@props: children: any;
67-
@props:header: any;
68-
@props:bannerStatus: any = $bindable(true);
69-
@props:position: any = 'sticky';
70-
@props:dismissable: any = true;
71-
@props:color: any = 'gray';
72-
@props:bannerType: any = 'default';
73-
@props:class: string;
74-
@props:innerClass: any;
75-
@props:transition: any = fade;
76-
@props:params: any;
77-
-->

src/lib/bottom-navigation/BottomNav.svelte

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -46,16 +46,3 @@
4646
</div>
4747
</div>
4848

49-
<!--
50-
@component
51-
[Go to docs](https://svelte-5-ui-lib.codewithshin.com/)
52-
## Props
53-
@props: children: any;
54-
@props:header: any;
55-
@props:position: any = 'fixed';
56-
@props:navType: any = 'default';
57-
@props:outerClass: any;
58-
@props:innerClass: any;
59-
@props:activeClass: any;
60-
@props:activeUrl: any = '';
61-
-->

src/lib/bottom-navigation/BottomNavHeader.svelte

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,3 @@
1111
</div>
1212
</div>
1313

14-
<!--
15-
@component
16-
[Go to docs](https://svelte-5-ui-lib.codewithshin.com/)
17-
## Props
18-
@props: children: any;
19-
@props:outerClass: any;
20-
@props:innerClass: any;
21-
-->

src/lib/bottom-navigation/BottomNavHeaderItem.svelte

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,3 @@
88
{itemName}
99
</button>
1010

11-
<!--
12-
@component
13-
[Go to docs](https://svelte-5-ui-lib.codewithshin.com/)
14-
## Props
15-
@props: itemName: any;
16-
@props:active: any;
17-
@props:class: string;
18-
-->

0 commit comments

Comments
 (0)