Skip to content

Commit 6132c72

Browse files
committed
v1.6.8
1 parent 5537c53 commit 6132c72

File tree

249 files changed

+320
-305
lines changed

Some content is hidden

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

249 files changed

+320
-305
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "flowbite-svelte",
3-
"version": "1.6.7",
3+
"version": "1.6.8",
44
"description": "Flowbite components for Svelte",
55
"main": "dist/index.js",
66
"author": {

src/lib/forms/input-addon/InputAddon.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
@component
4040
[Go to docs](https://flowbite-svelte.com/)
4141
## Type
42-
[InputAddonProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L790)
42+
[InputAddonProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L798)
4343
## Props
4444
@prop children
4545
@prop class: className

src/lib/forms/label/Label.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
@component
2020
[Go to docs](https://flowbite-svelte.com/)
2121
## Type
22-
[LabelProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L796)
22+
[LabelProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L804)
2323
## Props
2424
@prop children
2525
@prop color = "gray"

src/lib/forms/range/Range.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
@component
1414
[Go to docs](https://flowbite-svelte.com/)
1515
## Type
16-
[RangeProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L824)
16+
[RangeProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L832)
1717
## Props
1818
@prop value = $bindable()
1919
@prop appearance = "none"

src/lib/forms/search/Search.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
@component
3737
[Go to docs](https://flowbite-svelte.com/)
3838
## Type
39-
[SearchProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L830)
39+
[SearchProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L838)
4040
## Props
4141
@prop children
4242
@prop inputClass

src/lib/forms/tags/Tags.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
@component
6666
[Go to docs](https://flowbite-svelte.com/)
6767
## Type
68-
[TagsProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L882)
68+
[TagsProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L890)
6969
## Props
7070
@prop value = $bindable([])
7171
@prop itemClass

src/lib/forms/textarea/Textarea.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
@component
5555
[Go to docs](https://flowbite-svelte.com/)
5656
## Type
57-
[TextareaProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L929)
57+
[TextareaProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L937)
5858
## Props
5959
@prop header
6060
@prop footer

src/lib/forms/timepicker/Timepicker.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@
225225
@component
226226
[Go to docs](https://flowbite-svelte.com/)
227227
## Type
228-
[TimepickerProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L900)
228+
[TimepickerProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L908)
229229
## Props
230230
@prop id = "time"
231231
@prop endId = "end-time"

src/lib/forms/toggle/Toggle.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
@component
2323
[Go to docs](https://flowbite-svelte.com/)
2424
## Type
25-
[ToggleProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L951)
25+
[ToggleProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L959)
2626
## Props
2727
@prop children
2828
@prop size = "default"

0 commit comments

Comments
 (0)