Skip to content

Commit 0fb787a

Browse files
committed
v1.28.2
1 parent 1029af4 commit 0fb787a

File tree

414 files changed

+1114
-945
lines changed

Some content is hidden

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

414 files changed

+1114
-945
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "flowbite-svelte",
3-
"version": "1.28.1",
3+
"version": "1.28.2",
44
"description": "Flowbite components for Svelte",
55
"main": "dist/index.js",
66
"author": {
@@ -903,4 +903,4 @@
903903
},
904904
"./package.json": "./package.json"
905905
}
906-
}
906+
}

src/lib/accordion/Accordion.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
@component
3333
[Go to docs](https://flowbite-svelte.com/)
3434
## Type
35-
[AccordionProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L207)
35+
[AccordionProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L206)
3636
## Props
3737
@prop children
3838
@prop flush

src/lib/accordion/AccordionItem.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
@component
112112
[Go to docs](https://flowbite-svelte.com/)
113113
## Type
114-
[AccordionItemProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L215)
114+
[AccordionItemProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L214)
115115
## Props
116116
@prop children
117117
@prop header

src/lib/alert/Alert.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
@component
7878
[Go to docs](https://flowbite-svelte.com/)
7979
## Type
80-
[AlertProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L229)
80+
[AlertProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L228)
8181
## Props
8282
@prop children
8383
@prop icon

src/lib/avatar/Avatar.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
@component
5050
[Go to docs](https://flowbite-svelte.com/)
5151
## Type
52-
[AvatarProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L240)
52+
[AvatarProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L239)
5353
## Props
5454
@prop children
5555
@prop indicator

src/lib/badge/Badge.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
@component
7373
[Go to docs](https://flowbite-svelte.com/)
7474
## Type
75-
[BadgeProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L252)
75+
[BadgeProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L251)
7676
## Props
7777
@prop children
7878
@prop icon

src/lib/banner/Banner.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
@component
6262
[Go to docs](https://flowbite-svelte.com/)
6363
## Type
64-
[BannerProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L266)
64+
[BannerProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L265)
6565
## Props
6666
@prop children
6767
@prop header

src/lib/bottom-navigation/BottomNav.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
@component
4343
[Go to docs](https://flowbite-svelte.com/)
4444
## Type
45-
[BottomNavProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L285)
45+
[BottomNavProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L284)
4646
## Props
4747
@prop children
4848
@prop header

src/lib/bottom-navigation/BottomNavHeader.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
@component
2727
[Go to docs](https://flowbite-svelte.com/)
2828
## Type
29-
[BottomNavHeaderProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L304)
29+
[BottomNavHeaderProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L303)
3030
## Props
3131
@prop children
3232
@prop class: className

0 commit comments

Comments
 (0)