flowbite-svelte 1.0.6 → 1.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (182) hide show
  1. package/dist/buttons/theme.js +1 -1
  2. package/dist/carousel/Thumbnail.svelte +0 -4
  3. package/dist/dropdown/DropdownItem.svelte +0 -1
  4. package/dist/forms/checkbox-button/CheckboxButton.svelte +0 -1
  5. package/dist/forms/radio-button/RadioButton.svelte +4 -3
  6. package/dist/forms/range/Range.svelte +1 -1
  7. package/dist/forms/range/Range.svelte.d.ts +1 -1
  8. package/dist/forms/textarea/Textarea.svelte +1 -1
  9. package/dist/forms/textarea/Textarea.svelte.d.ts +1 -1
  10. package/dist/forms/timepicker/Timepicker.svelte +1 -1
  11. package/dist/forms/timepicker/Timepicker.svelte.d.ts +1 -1
  12. package/dist/forms/toggle/Toggle.svelte +1 -1
  13. package/dist/forms/toggle/Toggle.svelte.d.ts +1 -1
  14. package/dist/gallery/Gallery.svelte +1 -1
  15. package/dist/gallery/Gallery.svelte.d.ts +1 -1
  16. package/dist/indicator/Indicator.svelte +1 -1
  17. package/dist/indicator/Indicator.svelte.d.ts +1 -1
  18. package/dist/kbd/Kbd.svelte +1 -1
  19. package/dist/kbd/Kbd.svelte.d.ts +1 -1
  20. package/dist/list-group/Listgroup.svelte +1 -1
  21. package/dist/list-group/Listgroup.svelte.d.ts +1 -1
  22. package/dist/list-group/ListgroupItem.svelte +1 -1
  23. package/dist/list-group/ListgroupItem.svelte.d.ts +1 -1
  24. package/dist/mega-menu/MegaMenu.svelte +1 -1
  25. package/dist/mega-menu/MegaMenu.svelte.d.ts +1 -1
  26. package/dist/modal/Modal.svelte +1 -1
  27. package/dist/modal/Modal.svelte.d.ts +1 -1
  28. package/dist/navbar/Menu.svelte +1 -1
  29. package/dist/navbar/Menu.svelte.d.ts +1 -1
  30. package/dist/navbar/NavBrand.svelte +1 -1
  31. package/dist/navbar/NavBrand.svelte.d.ts +1 -1
  32. package/dist/navbar/NavContainer.svelte +1 -1
  33. package/dist/navbar/NavContainer.svelte.d.ts +1 -1
  34. package/dist/navbar/NavHamburger.svelte +1 -1
  35. package/dist/navbar/NavHamburger.svelte.d.ts +1 -1
  36. package/dist/navbar/NavLi.svelte +1 -1
  37. package/dist/navbar/NavLi.svelte.d.ts +1 -1
  38. package/dist/navbar/NavUl.svelte +1 -1
  39. package/dist/navbar/NavUl.svelte.d.ts +1 -1
  40. package/dist/navbar/Navbar.svelte +1 -1
  41. package/dist/navbar/Navbar.svelte.d.ts +1 -1
  42. package/dist/pagination/Pagination.svelte +1 -1
  43. package/dist/pagination/Pagination.svelte.d.ts +1 -1
  44. package/dist/pagination/PaginationItem.svelte +1 -1
  45. package/dist/pagination/PaginationItem.svelte.d.ts +1 -1
  46. package/dist/popover/Popover.svelte +1 -1
  47. package/dist/popover/Popover.svelte.d.ts +1 -1
  48. package/dist/progress/Progressbar.svelte +1 -1
  49. package/dist/progress/Progressbar.svelte.d.ts +1 -1
  50. package/dist/rating/AdvancedRating.svelte +1 -1
  51. package/dist/rating/AdvancedRating.svelte.d.ts +1 -1
  52. package/dist/rating/CustomIcon.svelte +1 -1
  53. package/dist/rating/CustomIcon.svelte.d.ts +1 -1
  54. package/dist/rating/Heart.svelte +1 -1
  55. package/dist/rating/Heart.svelte.d.ts +1 -1
  56. package/dist/rating/Rating.svelte +1 -1
  57. package/dist/rating/Rating.svelte.d.ts +1 -1
  58. package/dist/rating/RatingComment.svelte +1 -1
  59. package/dist/rating/RatingComment.svelte.d.ts +1 -1
  60. package/dist/rating/Review.svelte +1 -1
  61. package/dist/rating/Review.svelte.d.ts +1 -1
  62. package/dist/rating/ScoreRating.svelte +1 -1
  63. package/dist/rating/ScoreRating.svelte.d.ts +1 -1
  64. package/dist/rating/Star.svelte +1 -1
  65. package/dist/rating/Star.svelte.d.ts +1 -1
  66. package/dist/rating/Thumbup.svelte +1 -1
  67. package/dist/rating/Thumbup.svelte.d.ts +1 -1
  68. package/dist/sidebar/Sidebar.svelte +1 -1
  69. package/dist/sidebar/Sidebar.svelte.d.ts +1 -1
  70. package/dist/sidebar/SidebarBrand.svelte +1 -1
  71. package/dist/sidebar/SidebarBrand.svelte.d.ts +1 -1
  72. package/dist/sidebar/SidebarButton.svelte +1 -1
  73. package/dist/sidebar/SidebarButton.svelte.d.ts +1 -1
  74. package/dist/sidebar/SidebarCta.svelte +1 -1
  75. package/dist/sidebar/SidebarCta.svelte.d.ts +1 -1
  76. package/dist/sidebar/SidebarDropdownWrapper.svelte +1 -1
  77. package/dist/sidebar/SidebarDropdownWrapper.svelte.d.ts +1 -1
  78. package/dist/sidebar/SidebarGroup.svelte +1 -1
  79. package/dist/sidebar/SidebarGroup.svelte.d.ts +1 -1
  80. package/dist/sidebar/SidebarItem.svelte +1 -1
  81. package/dist/sidebar/SidebarItem.svelte.d.ts +1 -1
  82. package/dist/sidebar/theme.js +1 -1
  83. package/dist/skeleton/CardPlaceholder.svelte +1 -1
  84. package/dist/skeleton/CardPlaceholder.svelte.d.ts +1 -1
  85. package/dist/skeleton/ImagePlaceholder.svelte +1 -1
  86. package/dist/skeleton/ImagePlaceholder.svelte.d.ts +1 -1
  87. package/dist/skeleton/ListPlaceholder.svelte +1 -1
  88. package/dist/skeleton/ListPlaceholder.svelte.d.ts +1 -1
  89. package/dist/skeleton/Skeleton.svelte +1 -1
  90. package/dist/skeleton/Skeleton.svelte.d.ts +1 -1
  91. package/dist/skeleton/TextPlaceholder.svelte +1 -1
  92. package/dist/skeleton/TextPlaceholder.svelte.d.ts +1 -1
  93. package/dist/skeleton/VideoPlaceholder.svelte +1 -1
  94. package/dist/skeleton/VideoPlaceholder.svelte.d.ts +1 -1
  95. package/dist/speed-dial/SpeedDial.svelte +1 -1
  96. package/dist/speed-dial/SpeedDial.svelte.d.ts +1 -1
  97. package/dist/speed-dial/SpeedDialButton.svelte +1 -1
  98. package/dist/speed-dial/SpeedDialButton.svelte.d.ts +1 -1
  99. package/dist/speed-dial/SpeedDialTrigger.svelte +1 -1
  100. package/dist/speed-dial/SpeedDialTrigger.svelte.d.ts +1 -1
  101. package/dist/spinner/Spinner.svelte +1 -1
  102. package/dist/spinner/Spinner.svelte.d.ts +1 -1
  103. package/dist/steps/StepIndicator.svelte +1 -1
  104. package/dist/steps/StepIndicator.svelte.d.ts +1 -1
  105. package/dist/table/Table.svelte +1 -1
  106. package/dist/table/Table.svelte.d.ts +1 -1
  107. package/dist/table/TableBody.svelte +1 -1
  108. package/dist/table/TableBody.svelte.d.ts +1 -1
  109. package/dist/table/TableBodyCell.svelte +1 -1
  110. package/dist/table/TableBodyCell.svelte.d.ts +1 -1
  111. package/dist/table/TableBodyRow.svelte +1 -1
  112. package/dist/table/TableBodyRow.svelte.d.ts +1 -1
  113. package/dist/table/TableHead.svelte +1 -1
  114. package/dist/table/TableHead.svelte.d.ts +1 -1
  115. package/dist/table/TableHeadCell.svelte +1 -1
  116. package/dist/table/TableHeadCell.svelte.d.ts +1 -1
  117. package/dist/table/TableSearch.svelte +1 -1
  118. package/dist/table/TableSearch.svelte.d.ts +1 -1
  119. package/dist/tabs/TabItem.svelte +1 -1
  120. package/dist/tabs/TabItem.svelte.d.ts +1 -1
  121. package/dist/tabs/Tabs.svelte +1 -1
  122. package/dist/tabs/Tabs.svelte.d.ts +1 -1
  123. package/dist/theme/Theme.svelte +1 -1
  124. package/dist/theme/Theme.svelte.d.ts +1 -1
  125. package/dist/timeline/Activity.svelte +1 -1
  126. package/dist/timeline/Activity.svelte.d.ts +1 -1
  127. package/dist/timeline/ActivityItem.svelte +1 -1
  128. package/dist/timeline/ActivityItem.svelte.d.ts +1 -1
  129. package/dist/timeline/Group.svelte +1 -1
  130. package/dist/timeline/Group.svelte.d.ts +1 -1
  131. package/dist/timeline/GroupItem.svelte +1 -1
  132. package/dist/timeline/GroupItem.svelte.d.ts +1 -1
  133. package/dist/timeline/Timeline.svelte +1 -1
  134. package/dist/timeline/Timeline.svelte.d.ts +1 -1
  135. package/dist/timeline/TimelineItem.svelte +1 -1
  136. package/dist/timeline/TimelineItem.svelte.d.ts +1 -1
  137. package/dist/toast/Toast.svelte +1 -1
  138. package/dist/toast/Toast.svelte.d.ts +1 -1
  139. package/dist/toolbar/Toolbar.svelte +1 -1
  140. package/dist/toolbar/Toolbar.svelte.d.ts +1 -1
  141. package/dist/toolbar/ToolbarButton.svelte +1 -1
  142. package/dist/toolbar/ToolbarButton.svelte.d.ts +1 -1
  143. package/dist/toolbar/ToolbarGroup.svelte +1 -1
  144. package/dist/toolbar/ToolbarGroup.svelte.d.ts +1 -1
  145. package/dist/tooltip/Tooltip.svelte +1 -1
  146. package/dist/tooltip/Tooltip.svelte.d.ts +1 -1
  147. package/dist/types.d.ts +1 -0
  148. package/dist/typography/anchor/A.svelte +1 -1
  149. package/dist/typography/anchor/A.svelte.d.ts +1 -1
  150. package/dist/typography/blockquote/Blockquote.svelte +1 -1
  151. package/dist/typography/blockquote/Blockquote.svelte.d.ts +1 -1
  152. package/dist/typography/descriptionlist/DescriptionList.svelte +1 -1
  153. package/dist/typography/descriptionlist/DescriptionList.svelte.d.ts +1 -1
  154. package/dist/typography/heading/Heading.svelte +1 -1
  155. package/dist/typography/heading/Heading.svelte.d.ts +1 -1
  156. package/dist/typography/hr/Hr.svelte +1 -1
  157. package/dist/typography/hr/Hr.svelte.d.ts +1 -1
  158. package/dist/typography/img/EnhancedImg.svelte +1 -1
  159. package/dist/typography/img/EnhancedImg.svelte.d.ts +1 -1
  160. package/dist/typography/img/Img.svelte +1 -1
  161. package/dist/typography/img/Img.svelte.d.ts +1 -1
  162. package/dist/typography/layout/Layout.svelte +1 -1
  163. package/dist/typography/layout/Layout.svelte.d.ts +1 -1
  164. package/dist/typography/list/Li.svelte +1 -1
  165. package/dist/typography/list/Li.svelte.d.ts +1 -1
  166. package/dist/typography/list/List.svelte +1 -1
  167. package/dist/typography/list/List.svelte.d.ts +1 -1
  168. package/dist/typography/mark/Mark.svelte +1 -1
  169. package/dist/typography/mark/Mark.svelte.d.ts +1 -1
  170. package/dist/typography/paragraph/P.svelte +1 -1
  171. package/dist/typography/paragraph/P.svelte.d.ts +1 -1
  172. package/dist/typography/secondary/Secondary.svelte +1 -1
  173. package/dist/typography/secondary/Secondary.svelte.d.ts +1 -1
  174. package/dist/typography/span/Span.svelte +1 -1
  175. package/dist/typography/span/Span.svelte.d.ts +1 -1
  176. package/dist/uiHelpers.svelte.js +0 -3
  177. package/dist/utils/Arrow.svelte +0 -8
  178. package/dist/utils/Popper.svelte +1 -1
  179. package/dist/utils/Popper.svelte.d.ts +1 -1
  180. package/dist/video/Video.svelte +1 -1
  181. package/dist/video/Video.svelte.d.ts +1 -1
  182. package/package.json +1 -1
@@ -179,7 +179,7 @@ export const gradientButton = tv({
179
179
  outline: {
180
180
  true: {
181
181
  base: "p-0.5",
182
- outlineWrapper: "bg-white text-gray-900! dark:bg-gray-900 dark:text-white! hover:bg-transparent hover:text-inherit! group-hover:bg-opacity-0! group-hover:text-inherit!"
182
+ outlineWrapper: "bg-white text-gray-900! dark:bg-gray-900 dark:text-white! hover:bg-transparent hover:text-inherit! group-hover:opacity-0! group-hover:text-inherit!"
183
183
  }
184
184
  },
185
185
  pill: {
@@ -4,10 +4,6 @@
4
4
  import type { ThumbnailProps } from "../types";
5
5
 
6
6
  let { selected, class: className, ...restProps }: ThumbnailProps = $props();
7
-
8
- $effect(() => {
9
- console.log(thumbnail({ selected, class: clsx(className) }));
10
- });
11
7
  </script>
12
8
 
13
9
  <img {...restProps} class={thumbnail({ selected, class: clsx(className) })} />
@@ -9,7 +9,6 @@
9
9
  const activeUrlStore = getContext("activeUrl") as { subscribe: (callback: (value: string) => void) => void };
10
10
  let sidebarUrl = $state("");
11
11
  activeUrlStore.subscribe((value) => {
12
- // console.log('value: ', value)
13
12
  sidebarUrl = value;
14
13
  });
15
14
 
@@ -21,7 +21,6 @@
21
21
  }
22
22
 
23
23
  function onChange() {
24
- console.log("onChange", value);
25
24
  if (!value) return;
26
25
 
27
26
  // There's a bug in Svelte and bind:group is not working with wrapped checkbox
@@ -1,13 +1,14 @@
1
1
  <script lang="ts" generics="T">
2
2
  import { Button, type RadioButtonProps } from "../..";
3
+ import { twMerge } from "tailwind-merge";
3
4
  import clsx from "clsx";
4
5
  import { radioButton } from ".";
5
6
 
6
- let { children, group = $bindable<T>(), value = $bindable<T>(), inline, pill, outline, size, color, shadow, class: className, ...restProps }: RadioButtonProps<T> = $props();
7
+ let { children, group = $bindable<T>(), value = $bindable<T>(), inline, pill, outline, size, color, shadow, checkedClass, class: className, ...restProps }: RadioButtonProps<T> = $props();
7
8
 
8
9
  let inputEl: HTMLInputElement;
9
- // let isChecked = $derived(value == group);
10
- let base = $derived(radioButton({ inline, class: clsx(className) }));
10
+ let isChecked = $derived(value == group);
11
+ let base = $derived(twMerge(radioButton({ inline }), isChecked && checkedClass, className));
11
12
 
12
13
  function clickHandler() {
13
14
  inputEl?.click(); // manually trigger the click on the hidden input
@@ -14,7 +14,7 @@
14
14
  @component
15
15
  [Go to docs](https://flowbite-svelte.com/)
16
16
  ## Type
17
- [RangeProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L760)
17
+ [RangeProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L761)
18
18
  ## Props
19
19
  @prop value = $bindable()
20
20
  @prop appearance = "none"
@@ -2,7 +2,7 @@ import type { RangeProps } from "../../types";
2
2
  /**
3
3
  * [Go to docs](https://flowbite-svelte.com/)
4
4
  * ## Type
5
- * [RangeProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L760)
5
+ * [RangeProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L761)
6
6
  * ## Props
7
7
  * @prop value = $bindable()
8
8
  * @prop appearance = "none"
@@ -37,7 +37,7 @@
37
37
  @component
38
38
  [Go to docs](https://flowbite-svelte.com/)
39
39
  ## Type
40
- [TextareaProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L829)
40
+ [TextareaProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L830)
41
41
  ## Props
42
42
  @prop header
43
43
  @prop footer
@@ -2,7 +2,7 @@ import type { TextareaProps } from "../../types";
2
2
  /**
3
3
  * [Go to docs](https://flowbite-svelte.com/)
4
4
  * ## Type
5
- * [TextareaProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L829)
5
+ * [TextareaProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L830)
6
6
  * ## Props
7
7
  * @prop header
8
8
  * @prop footer
@@ -195,7 +195,7 @@
195
195
  @component
196
196
  [Go to docs](https://flowbite-svelte.com/)
197
197
  ## Type
198
- [TimepickerProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L801)
198
+ [TimepickerProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L802)
199
199
  ## Props
200
200
  @prop id = "time"
201
201
  @prop endId = "end-time"
@@ -2,7 +2,7 @@ import { type TimepickerProps } from "../..";
2
2
  /**
3
3
  * [Go to docs](https://flowbite-svelte.com/)
4
4
  * ## Type
5
- * [TimepickerProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L801)
5
+ * [TimepickerProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L802)
6
6
  * ## Props
7
7
  * @prop id = "time"
8
8
  * @prop endId = "end-time"
@@ -24,7 +24,7 @@
24
24
  @component
25
25
  [Go to docs](https://flowbite-svelte.com/)
26
26
  ## Type
27
- [ToggleProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L842)
27
+ [ToggleProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L843)
28
28
  ## Props
29
29
  @prop children
30
30
  @prop size = "default"
@@ -2,7 +2,7 @@ import type { ToggleProps } from "../../types";
2
2
  /**
3
3
  * [Go to docs](https://flowbite-svelte.com/)
4
4
  * ## Type
5
- * [ToggleProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L842)
5
+ * [ToggleProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L843)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop size = "default"
@@ -36,7 +36,7 @@
36
36
  @component
37
37
  [Go to docs](https://flowbite-svelte.com/)
38
38
  ## Type
39
- [GalleryProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L859)
39
+ [GalleryProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L860)
40
40
  ## Props
41
41
  @prop children
42
42
  @prop figure
@@ -2,7 +2,7 @@ import type { GalleryProps } from "../types";
2
2
  /**
3
3
  * [Go to docs](https://flowbite-svelte.com/)
4
4
  * ## Type
5
- * [GalleryProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L859)
5
+ * [GalleryProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L860)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop figure
@@ -29,7 +29,7 @@
29
29
  @component
30
30
  [Go to docs](https://flowbite-svelte.com/)
31
31
  ## Type
32
- [IndicatorProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L867)
32
+ [IndicatorProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L868)
33
33
  ## Props
34
34
  @prop children
35
35
  @prop color = "primary"
@@ -2,7 +2,7 @@ import type { IndicatorProps } from "../types";
2
2
  /**
3
3
  * [Go to docs](https://flowbite-svelte.com/)
4
4
  * ## Type
5
- * [IndicatorProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L867)
5
+ * [IndicatorProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L868)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop color = "primary"
@@ -15,7 +15,7 @@
15
15
  @component
16
16
  [Go to docs](https://flowbite-svelte.com/)
17
17
  ## Type
18
- [KbdProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L878)
18
+ [KbdProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L879)
19
19
  ## Props
20
20
  @prop children
21
21
  @prop class: className
@@ -2,7 +2,7 @@ import type { KbdProps } from "../types";
2
2
  /**
3
3
  * [Go to docs](https://flowbite-svelte.com/)
4
4
  * ## Type
5
- * [KbdProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L878)
5
+ * [KbdProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L879)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop class: className
@@ -44,7 +44,7 @@
44
44
  @component
45
45
  [Go to docs](https://flowbite-svelte.com/)
46
46
  ## Type
47
- [ListgroupProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L897)
47
+ [ListgroupProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L898)
48
48
  ## Props
49
49
  @prop children
50
50
  @prop items
@@ -2,7 +2,7 @@ import type { ListgroupProps } from "../types";
2
2
  /**
3
3
  * [Go to docs](https://flowbite-svelte.com/)
4
4
  * ## Type
5
- * [ListgroupProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L897)
5
+ * [ListgroupProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L898)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop items
@@ -42,7 +42,7 @@
42
42
  @component
43
43
  [Go to docs](https://flowbite-svelte.com/)
44
44
  ## Type
45
- [ListgroupItemProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L908)
45
+ [ListgroupItemProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L909)
46
46
  ## Props
47
47
  @prop children
48
48
  @prop active
@@ -2,7 +2,7 @@ import type { ListgroupItemProps } from "../types";
2
2
  /**
3
3
  * [Go to docs](https://flowbite-svelte.com/)
4
4
  * ## Type
5
- * [ListgroupItemProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L908)
5
+ * [ListgroupItemProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L909)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop active
@@ -36,7 +36,7 @@
36
36
  @component
37
37
  [Go to docs](https://flowbite-svelte.com/)
38
38
  ## Type
39
- [MegaMenuProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L919)
39
+ [MegaMenuProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L920)
40
40
  ## Props
41
41
  @prop children
42
42
  @prop extra
@@ -2,7 +2,7 @@ import type { MegaMenuProps } from "../types";
2
2
  /**
3
3
  * [Go to docs](https://flowbite-svelte.com/)
4
4
  * ## Type
5
- * [MegaMenuProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L919)
5
+ * [MegaMenuProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L920)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop extra
@@ -77,7 +77,7 @@
77
77
  @component
78
78
  [Go to docs](https://flowbite-svelte.com/)
79
79
  ## Type
80
- [ModalProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L928)
80
+ [ModalProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L929)
81
81
  ## Props
82
82
  @prop children
83
83
  @prop oncancel
@@ -2,7 +2,7 @@ import type { ModalProps } from "../types";
2
2
  /**
3
3
  * [Go to docs](https://flowbite-svelte.com/)
4
4
  * ## Type
5
- * [ModalProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L928)
5
+ * [ModalProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L929)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop oncancel
@@ -32,7 +32,7 @@
32
32
  @component
33
33
  [Go to docs](https://flowbite-svelte.com/)
34
34
  ## Type
35
- [MenuProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L944)
35
+ [MenuProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L945)
36
36
  ## Props
37
37
  @prop size = "24"
38
38
  @prop color = "currentColor"
@@ -2,7 +2,7 @@ import type { MenuProps } from "../types";
2
2
  /**
3
3
  * [Go to docs](https://flowbite-svelte.com/)
4
4
  * ## Type
5
- * [MenuProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L944)
5
+ * [MenuProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L945)
6
6
  * ## Props
7
7
  * @prop size = "24"
8
8
  * @prop color = "currentColor"
@@ -14,7 +14,7 @@
14
14
  @component
15
15
  [Go to docs](https://flowbite-svelte.com/)
16
16
  ## Type
17
- [NavBrandProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L963)
17
+ [NavBrandProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L964)
18
18
  ## Props
19
19
  @prop children
20
20
  @prop class: className
@@ -2,7 +2,7 @@ import type { NavBrandProps } from "../types";
2
2
  /**
3
3
  * [Go to docs](https://flowbite-svelte.com/)
4
4
  * ## Type
5
- * [NavBrandProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L963)
5
+ * [NavBrandProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L964)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop class: className
@@ -14,7 +14,7 @@
14
14
  @component
15
15
  [Go to docs](https://flowbite-svelte.com/)
16
16
  ## Type
17
- [NavContainerProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L965)
17
+ [NavContainerProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L966)
18
18
  ## Props
19
19
  @prop children
20
20
  @prop fluid
@@ -2,7 +2,7 @@ import type { NavContainerProps } from "../types";
2
2
  /**
3
3
  * [Go to docs](https://flowbite-svelte.com/)
4
4
  * ## Type
5
- * [NavContainerProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L965)
5
+ * [NavContainerProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L966)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop fluid
@@ -25,7 +25,7 @@
25
25
  @component
26
26
  [Go to docs](https://flowbite-svelte.com/)
27
27
  ## Type
28
- [NavHamburgerProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L969)
28
+ [NavHamburgerProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L970)
29
29
  ## Props
30
30
  @prop children
31
31
  @prop onclick
@@ -2,7 +2,7 @@ import type { NavHamburgerProps } from "../types";
2
2
  /**
3
3
  * [Go to docs](https://flowbite-svelte.com/)
4
4
  * ## Type
5
- * [NavHamburgerProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L969)
5
+ * [NavHamburgerProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L970)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop onclick
@@ -35,7 +35,7 @@
35
35
  @component
36
36
  [Go to docs](https://flowbite-svelte.com/)
37
37
  ## Type
38
- [NavLiProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L983)
38
+ [NavLiProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L984)
39
39
  ## Props
40
40
  @prop children
41
41
  @prop activeClass
@@ -2,7 +2,7 @@ import type { NavLiProps } from "../types";
2
2
  /**
3
3
  * [Go to docs](https://flowbite-svelte.com/)
4
4
  * ## Type
5
- * [NavLiProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L983)
5
+ * [NavLiProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L984)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop activeClass
@@ -56,7 +56,7 @@
56
56
  @component
57
57
  [Go to docs](https://flowbite-svelte.com/)
58
58
  ## Type
59
- [NavUlProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L974)
59
+ [NavUlProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L975)
60
60
  ## Props
61
61
  @prop children
62
62
  @prop activeUrl
@@ -2,7 +2,7 @@ import type { NavUlProps } from "../types";
2
2
  /**
3
3
  * [Go to docs](https://flowbite-svelte.com/)
4
4
  * ## Type
5
- * [NavUlProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L974)
5
+ * [NavUlProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L975)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop activeUrl
@@ -29,7 +29,7 @@
29
29
  @component
30
30
  [Go to docs](https://flowbite-svelte.com/)
31
31
  ## Type
32
- [NavbarProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L957)
32
+ [NavbarProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L958)
33
33
  ## Props
34
34
  @prop children
35
35
  @prop fluid
@@ -2,7 +2,7 @@ import type { NavbarProps } from "../types";
2
2
  /**
3
3
  * [Go to docs](https://flowbite-svelte.com/)
4
4
  * ## Type
5
- * [NavbarProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L957)
5
+ * [NavbarProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L958)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop fluid
@@ -50,7 +50,7 @@
50
50
  @component
51
51
  [Go to docs](https://flowbite-svelte.com/)
52
52
  ## Type
53
- [PaginationProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1025)
53
+ [PaginationProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1026)
54
54
  ## Props
55
55
  @prop pages = []
56
56
  @prop previous
@@ -2,7 +2,7 @@ import type { PaginationProps } from "../types";
2
2
  /**
3
3
  * [Go to docs](https://flowbite-svelte.com/)
4
4
  * ## Type
5
- * [PaginationProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1025)
5
+ * [PaginationProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1026)
6
6
  * ## Props
7
7
  * @prop pages = []
8
8
  * @prop previous
@@ -29,7 +29,7 @@
29
29
  @component
30
30
  [Go to docs](https://flowbite-svelte.com/)
31
31
  ## Type
32
- [PaginationItemProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1021)
32
+ [PaginationItemProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1022)
33
33
  ## Props
34
34
  @prop children
35
35
  @prop size
@@ -2,7 +2,7 @@ import type { PaginationItemProps } from "../types";
2
2
  /**
3
3
  * [Go to docs](https://flowbite-svelte.com/)
4
4
  * ## Type
5
- * [PaginationItemProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1021)
5
+ * [PaginationItemProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1022)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop size
@@ -27,7 +27,7 @@
27
27
  @component
28
28
  [Go to docs](https://flowbite-svelte.com/)
29
29
  ## Type
30
- [PopoverProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1035)
30
+ [PopoverProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1036)
31
31
  ## Props
32
32
  @prop title: titleSlot
33
33
  @prop color = "default"
@@ -2,7 +2,7 @@ import type { PopoverProps } from "../types";
2
2
  /**
3
3
  * [Go to docs](https://flowbite-svelte.com/)
4
4
  * ## Type
5
- * [PopoverProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1035)
5
+ * [PopoverProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1036)
6
6
  * ## Props
7
7
  * @prop title: titleSlot
8
8
  * @prop color = "default"
@@ -43,7 +43,7 @@
43
43
  @component
44
44
  [Go to docs](https://flowbite-svelte.com/)
45
45
  ## Type
46
- [ProgressbarProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1044)
46
+ [ProgressbarProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1045)
47
47
  ## Props
48
48
  @prop progress = "45"
49
49
  @prop precision = 0
@@ -2,7 +2,7 @@ import type { ProgressbarProps } from "../types";
2
2
  /**
3
3
  * [Go to docs](https://flowbite-svelte.com/)
4
4
  * ## Type
5
- * [ProgressbarProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1044)
5
+ * [ProgressbarProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1045)
6
6
  * ## Props
7
7
  * @prop progress = "45"
8
8
  * @prop precision = 0
@@ -27,7 +27,7 @@
27
27
  @component
28
28
  [Go to docs](https://flowbite-svelte.com/)
29
29
  ## Type
30
- [AdvancedRatingProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1064)
30
+ [AdvancedRatingProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1065)
31
31
  ## Props
32
32
  @prop rating
33
33
  @prop globalText
@@ -2,7 +2,7 @@ import type { AdvancedRatingProps } from "../types";
2
2
  /**
3
3
  * [Go to docs](https://flowbite-svelte.com/)
4
4
  * ## Type
5
- * [AdvancedRatingProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1064)
5
+ * [AdvancedRatingProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1065)
6
6
  * ## Props
7
7
  * @prop rating
8
8
  * @prop globalText
@@ -28,7 +28,7 @@
28
28
  @component
29
29
  [Go to docs](https://flowbite-svelte.com/)
30
30
  ## Type
31
- [RatingIconProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1150)
31
+ [RatingIconProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1151)
32
32
  ## Props
33
33
  @prop fillPercent = 100
34
34
  @prop fillColor = "#00ff00"
@@ -2,7 +2,7 @@ import type { RatingIconProps } from "../types";
2
2
  /**
3
3
  * [Go to docs](https://flowbite-svelte.com/)
4
4
  * ## Type
5
- * [RatingIconProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1150)
5
+ * [RatingIconProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1151)
6
6
  * ## Props
7
7
  * @prop fillPercent = 100
8
8
  * @prop fillColor = "#00ff00"
@@ -27,7 +27,7 @@
27
27
  @component
28
28
  [Go to docs](https://flowbite-svelte.com/)
29
29
  ## Type
30
- [RatingIconProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1150)
30
+ [RatingIconProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1151)
31
31
  ## Props
32
32
  @prop fillPercent = 100
33
33
  @prop fillColor = "#ff0000"
@@ -2,7 +2,7 @@ import type { RatingIconProps } from "../types";
2
2
  /**
3
3
  * [Go to docs](https://flowbite-svelte.com/)
4
4
  * ## Type
5
- * [RatingIconProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1150)
5
+ * [RatingIconProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1151)
6
6
  * ## Props
7
7
  * @prop fillPercent = 100
8
8
  * @prop fillColor = "#ff0000"
@@ -41,7 +41,7 @@
41
41
  @component
42
42
  [Go to docs](https://flowbite-svelte.com/)
43
43
  ## Type
44
- [RatingProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1076)
44
+ [RatingProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1077)
45
45
  ## Props
46
46
  @prop children
47
47
  @prop text
@@ -2,7 +2,7 @@ import type { RatingProps } from "../types";
2
2
  /**
3
3
  * [Go to docs](https://flowbite-svelte.com/)
4
4
  * ## Type
5
- * [RatingProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1076)
5
+ * [RatingProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1077)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop text
@@ -63,7 +63,7 @@
63
63
  @component
64
64
  [Go to docs](https://flowbite-svelte.com/)
65
65
  ## Type
66
- [RatingCommentProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1087)
66
+ [RatingCommentProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1088)
67
67
  ## Props
68
68
  @prop children
69
69
  @prop evaluation
@@ -2,7 +2,7 @@ import type { RatingCommentProps } from "../types";
2
2
  /**
3
3
  * [Go to docs](https://flowbite-svelte.com/)
4
4
  * ## Type
5
- * [RatingCommentProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1087)
5
+ * [RatingCommentProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1088)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop evaluation