flowbite-svelte 1.1.4 → 1.2.0

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 (179) hide show
  1. package/dist/forms/select/theme.js +0 -1
  2. package/dist/forms/textarea/Textarea.svelte +1 -1
  3. package/dist/forms/textarea/Textarea.svelte.d.ts +1 -1
  4. package/dist/forms/timepicker/Timepicker.svelte +1 -1
  5. package/dist/forms/timepicker/Timepicker.svelte.d.ts +1 -1
  6. package/dist/forms/toggle/Toggle.svelte +1 -1
  7. package/dist/forms/toggle/Toggle.svelte.d.ts +1 -1
  8. package/dist/gallery/Gallery.svelte +1 -1
  9. package/dist/gallery/Gallery.svelte.d.ts +1 -1
  10. package/dist/indicator/Indicator.svelte +1 -1
  11. package/dist/indicator/Indicator.svelte.d.ts +1 -1
  12. package/dist/kbd/Kbd.svelte +1 -1
  13. package/dist/kbd/Kbd.svelte.d.ts +1 -1
  14. package/dist/list-group/Listgroup.svelte +1 -1
  15. package/dist/list-group/Listgroup.svelte.d.ts +1 -1
  16. package/dist/list-group/ListgroupItem.svelte +1 -1
  17. package/dist/list-group/ListgroupItem.svelte.d.ts +1 -1
  18. package/dist/mega-menu/MegaMenu.svelte +1 -1
  19. package/dist/mega-menu/MegaMenu.svelte.d.ts +1 -1
  20. package/dist/modal/Modal.svelte +1 -1
  21. package/dist/modal/Modal.svelte.d.ts +1 -1
  22. package/dist/navbar/Menu.svelte +1 -1
  23. package/dist/navbar/Menu.svelte.d.ts +1 -1
  24. package/dist/navbar/NavBrand.svelte +1 -1
  25. package/dist/navbar/NavBrand.svelte.d.ts +1 -1
  26. package/dist/navbar/NavContainer.svelte +1 -1
  27. package/dist/navbar/NavContainer.svelte.d.ts +1 -1
  28. package/dist/navbar/NavHamburger.svelte +1 -1
  29. package/dist/navbar/NavHamburger.svelte.d.ts +1 -1
  30. package/dist/navbar/NavLi.svelte +1 -1
  31. package/dist/navbar/NavLi.svelte.d.ts +1 -1
  32. package/dist/navbar/NavUl.svelte +1 -1
  33. package/dist/navbar/NavUl.svelte.d.ts +1 -1
  34. package/dist/navbar/Navbar.svelte +1 -1
  35. package/dist/navbar/Navbar.svelte.d.ts +1 -1
  36. package/dist/pagination/Pagination.svelte +1 -1
  37. package/dist/pagination/Pagination.svelte.d.ts +1 -1
  38. package/dist/pagination/PaginationItem.svelte +1 -1
  39. package/dist/pagination/PaginationItem.svelte.d.ts +1 -1
  40. package/dist/popover/Popover.svelte +1 -1
  41. package/dist/popover/Popover.svelte.d.ts +1 -1
  42. package/dist/progress/Progressbar.svelte +6 -6
  43. package/dist/progress/Progressbar.svelte.d.ts +1 -1
  44. package/dist/progress/Progressradial.svelte +85 -0
  45. package/dist/progress/Progressradial.svelte.d.ts +28 -0
  46. package/dist/progress/index.d.ts +3 -3
  47. package/dist/progress/index.js +3 -3
  48. package/dist/progress/theme.d.ts +283 -0
  49. package/dist/progress/theme.js +98 -0
  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/skeleton/CardPlaceholder.svelte +1 -1
  83. package/dist/skeleton/CardPlaceholder.svelte.d.ts +1 -1
  84. package/dist/skeleton/ImagePlaceholder.svelte +14 -11
  85. package/dist/skeleton/ImagePlaceholder.svelte.d.ts +2 -1
  86. package/dist/skeleton/ListPlaceholder.svelte +1 -1
  87. package/dist/skeleton/ListPlaceholder.svelte.d.ts +1 -1
  88. package/dist/skeleton/Skeleton.svelte +1 -1
  89. package/dist/skeleton/Skeleton.svelte.d.ts +1 -1
  90. package/dist/skeleton/TextPlaceholder.svelte +1 -1
  91. package/dist/skeleton/TextPlaceholder.svelte.d.ts +1 -1
  92. package/dist/skeleton/VideoPlaceholder.svelte +1 -1
  93. package/dist/skeleton/VideoPlaceholder.svelte.d.ts +1 -1
  94. package/dist/speed-dial/SpeedDial.svelte +1 -1
  95. package/dist/speed-dial/SpeedDial.svelte.d.ts +1 -1
  96. package/dist/speed-dial/SpeedDialButton.svelte +1 -1
  97. package/dist/speed-dial/SpeedDialButton.svelte.d.ts +1 -1
  98. package/dist/speed-dial/SpeedDialTrigger.svelte +1 -1
  99. package/dist/speed-dial/SpeedDialTrigger.svelte.d.ts +1 -1
  100. package/dist/spinner/Spinner.svelte +1 -1
  101. package/dist/spinner/Spinner.svelte.d.ts +1 -1
  102. package/dist/steps/StepIndicator.svelte +1 -1
  103. package/dist/steps/StepIndicator.svelte.d.ts +1 -1
  104. package/dist/table/Table.svelte +1 -1
  105. package/dist/table/Table.svelte.d.ts +1 -1
  106. package/dist/table/TableBody.svelte +1 -1
  107. package/dist/table/TableBody.svelte.d.ts +1 -1
  108. package/dist/table/TableBodyCell.svelte +1 -1
  109. package/dist/table/TableBodyCell.svelte.d.ts +1 -1
  110. package/dist/table/TableBodyRow.svelte +1 -1
  111. package/dist/table/TableBodyRow.svelte.d.ts +1 -1
  112. package/dist/table/TableHead.svelte +1 -1
  113. package/dist/table/TableHead.svelte.d.ts +1 -1
  114. package/dist/table/TableHeadCell.svelte +1 -1
  115. package/dist/table/TableHeadCell.svelte.d.ts +1 -1
  116. package/dist/table/TableSearch.svelte +1 -1
  117. package/dist/table/TableSearch.svelte.d.ts +1 -1
  118. package/dist/tabs/TabItem.svelte +1 -1
  119. package/dist/tabs/TabItem.svelte.d.ts +1 -1
  120. package/dist/tabs/Tabs.svelte +2 -2
  121. package/dist/tabs/Tabs.svelte.d.ts +1 -1
  122. package/dist/theme/Theme.svelte +1 -1
  123. package/dist/theme/Theme.svelte.d.ts +1 -1
  124. package/dist/timeline/Activity.svelte +1 -1
  125. package/dist/timeline/Activity.svelte.d.ts +1 -1
  126. package/dist/timeline/ActivityItem.svelte +1 -1
  127. package/dist/timeline/ActivityItem.svelte.d.ts +1 -1
  128. package/dist/timeline/Group.svelte +1 -1
  129. package/dist/timeline/Group.svelte.d.ts +1 -1
  130. package/dist/timeline/GroupItem.svelte +1 -1
  131. package/dist/timeline/GroupItem.svelte.d.ts +1 -1
  132. package/dist/timeline/Timeline.svelte +1 -1
  133. package/dist/timeline/Timeline.svelte.d.ts +1 -1
  134. package/dist/timeline/TimelineItem.svelte +1 -1
  135. package/dist/timeline/TimelineItem.svelte.d.ts +1 -1
  136. package/dist/toast/Toast.svelte +1 -1
  137. package/dist/toast/Toast.svelte.d.ts +1 -1
  138. package/dist/toolbar/Toolbar.svelte +1 -1
  139. package/dist/toolbar/Toolbar.svelte.d.ts +1 -1
  140. package/dist/toolbar/ToolbarButton.svelte +1 -1
  141. package/dist/toolbar/ToolbarButton.svelte.d.ts +1 -1
  142. package/dist/toolbar/ToolbarGroup.svelte +1 -1
  143. package/dist/toolbar/ToolbarGroup.svelte.d.ts +1 -1
  144. package/dist/tooltip/Tooltip.svelte +1 -1
  145. package/dist/tooltip/Tooltip.svelte.d.ts +1 -1
  146. package/dist/types.d.ts +23 -1
  147. package/dist/typography/anchor/A.svelte +1 -1
  148. package/dist/typography/anchor/A.svelte.d.ts +1 -1
  149. package/dist/typography/blockquote/Blockquote.svelte +1 -1
  150. package/dist/typography/blockquote/Blockquote.svelte.d.ts +1 -1
  151. package/dist/typography/descriptionlist/DescriptionList.svelte +1 -1
  152. package/dist/typography/descriptionlist/DescriptionList.svelte.d.ts +1 -1
  153. package/dist/typography/heading/Heading.svelte +1 -1
  154. package/dist/typography/heading/Heading.svelte.d.ts +1 -1
  155. package/dist/typography/hr/Hr.svelte +1 -1
  156. package/dist/typography/hr/Hr.svelte.d.ts +1 -1
  157. package/dist/typography/img/EnhancedImg.svelte +1 -1
  158. package/dist/typography/img/EnhancedImg.svelte.d.ts +1 -1
  159. package/dist/typography/img/Img.svelte +1 -1
  160. package/dist/typography/img/Img.svelte.d.ts +1 -1
  161. package/dist/typography/layout/Layout.svelte +1 -1
  162. package/dist/typography/layout/Layout.svelte.d.ts +1 -1
  163. package/dist/typography/list/Li.svelte +1 -1
  164. package/dist/typography/list/Li.svelte.d.ts +1 -1
  165. package/dist/typography/list/List.svelte +1 -1
  166. package/dist/typography/list/List.svelte.d.ts +1 -1
  167. package/dist/typography/mark/Mark.svelte +1 -1
  168. package/dist/typography/mark/Mark.svelte.d.ts +1 -1
  169. package/dist/typography/paragraph/P.svelte +1 -1
  170. package/dist/typography/paragraph/P.svelte.d.ts +1 -1
  171. package/dist/typography/secondary/Secondary.svelte +1 -1
  172. package/dist/typography/secondary/Secondary.svelte.d.ts +1 -1
  173. package/dist/typography/span/Span.svelte +1 -1
  174. package/dist/typography/span/Span.svelte.d.ts +1 -1
  175. package/dist/utils/Popper.svelte +1 -1
  176. package/dist/utils/Popper.svelte.d.ts +1 -1
  177. package/dist/video/Video.svelte +1 -1
  178. package/dist/video/Video.svelte.d.ts +1 -1
  179. package/package.json +5 -1
@@ -2,7 +2,7 @@ import type { SidebarDropdownWrapperProps } from "../types";
2
2
  /**
3
3
  * [Go to docs](https://flowbite-svelte.com/)
4
4
  * ## Type
5
- * [SidebarDropdownWrapperProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1260)
5
+ * [SidebarDropdownWrapperProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1282)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop arrowup
@@ -12,7 +12,7 @@
12
12
  @component
13
13
  [Go to docs](https://flowbite-svelte.com/)
14
14
  ## Type
15
- [SidebarGroupProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1277)
15
+ [SidebarGroupProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1299)
16
16
  ## Props
17
17
  @prop children
18
18
  @prop class: className = "space-y-2"
@@ -2,7 +2,7 @@ import type { SidebarGroupProps } from "../types";
2
2
  /**
3
3
  * [Go to docs](https://flowbite-svelte.com/)
4
4
  * ## Type
5
- * [SidebarGroupProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1277)
5
+ * [SidebarGroupProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1299)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop class: className = "space-y-2"
@@ -43,7 +43,7 @@
43
43
  @component
44
44
  [Go to docs](https://flowbite-svelte.com/)
45
45
  ## Type
46
- [SidebarItemProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1283)
46
+ [SidebarItemProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1305)
47
47
  ## Props
48
48
  @prop icon
49
49
  @prop subtext
@@ -2,7 +2,7 @@ import type { SidebarItemProps } from "../types";
2
2
  /**
3
3
  * [Go to docs](https://flowbite-svelte.com/)
4
4
  * ## Type
5
- * [SidebarItemProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1283)
5
+ * [SidebarItemProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1305)
6
6
  * ## Props
7
7
  * @prop icon
8
8
  * @prop subtext
@@ -32,7 +32,7 @@
32
32
  @component
33
33
  [Go to docs](https://flowbite-svelte.com/)
34
34
  ## Type
35
- [CardPlaceholderProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1295)
35
+ [CardPlaceholderProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1317)
36
36
  ## Props
37
37
  @prop size = "sm"
38
38
  @prop class: className
@@ -2,7 +2,7 @@ import type { CardPlaceholderProps } from "../types";
2
2
  /**
3
3
  * [Go to docs](https://flowbite-svelte.com/)
4
4
  * ## Type
5
- * [CardPlaceholderProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1295)
5
+ * [CardPlaceholderProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1317)
6
6
  * ## Props
7
7
  * @prop size = "sm"
8
8
  * @prop class: className
@@ -3,7 +3,7 @@
3
3
  import { imagePlaceholder } from ".";
4
4
  import type { ImagePlaceholderProps } from "../types";
5
5
 
6
- let { size = "md", rounded, class: className, ...restProps }: ImagePlaceholderProps = $props();
6
+ let { size = "md", rounded, imgOnly = false, class: className, ...restProps }: ImagePlaceholderProps = $props();
7
7
 
8
8
  const { base, image, svg, content, line } = $derived(
9
9
  imagePlaceholder({
@@ -19,15 +19,17 @@
19
19
  <path d="M480 80C480 35.82 515.8 0 560 0C604.2 0 640 35.82 640 80C640 124.2 604.2 160 560 160C515.8 160 480 124.2 480 80zM0 456.1C0 445.6 2.964 435.3 8.551 426.4L225.3 81.01C231.9 70.42 243.5 64 256 64C268.5 64 280.1 70.42 286.8 81.01L412.7 281.7L460.9 202.7C464.1 196.1 472.2 192 480 192C487.8 192 495 196.1 499.1 202.7L631.1 419.1C636.9 428.6 640 439.7 640 450.9C640 484.6 612.6 512 578.9 512H55.91C25.03 512 .0006 486.1 .0006 456.1L0 456.1z"></path>
20
20
  </svg>
21
21
  </div>
22
- <div class={content()}>
23
- <div class={line({ class: "mb-4 h-2.5 w-1/2" })}></div>
24
- <div class={line({ class: "mb-2.5 h-2 w-9/12" })}></div>
25
- <div class={line({ class: "mb-2.5 h-2" })}></div>
26
- <div class={line({ class: "mb-2.5 h-2" })}></div>
27
- <div class={line({ class: "mb-2.5 h-2 w-10/12" })}></div>
28
- <div class={line({ class: "mb-2.5 h-2 w-11/12" })}></div>
29
- <div class={line({ class: "h-2 w-9/12" })}></div>
30
- </div>
22
+ {#if !imgOnly}
23
+ <div class={content()}>
24
+ <div class={line({ class: "mb-4 h-2.5 w-1/2" })}></div>
25
+ <div class={line({ class: "mb-2.5 h-2 w-9/12" })}></div>
26
+ <div class={line({ class: "mb-2.5 h-2" })}></div>
27
+ <div class={line({ class: "mb-2.5 h-2" })}></div>
28
+ <div class={line({ class: "mb-2.5 h-2 w-10/12" })}></div>
29
+ <div class={line({ class: "mb-2.5 h-2 w-11/12" })}></div>
30
+ <div class={line({ class: "h-2 w-9/12" })}></div>
31
+ </div>
32
+ {/if}
31
33
  <span class="sr-only">Loading...</span>
32
34
  </div>
33
35
 
@@ -35,10 +37,11 @@
35
37
  @component
36
38
  [Go to docs](https://flowbite-svelte.com/)
37
39
  ## Type
38
- [ImagePlaceholderProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1299)
40
+ [ImagePlaceholderProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1321)
39
41
  ## Props
40
42
  @prop size = "md"
41
43
  @prop rounded
44
+ @prop imgOnly = false
42
45
  @prop class: className
43
46
  @prop ...restProps
44
47
  -->
@@ -2,10 +2,11 @@ import type { ImagePlaceholderProps } from "../types";
2
2
  /**
3
3
  * [Go to docs](https://flowbite-svelte.com/)
4
4
  * ## Type
5
- * [ImagePlaceholderProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1299)
5
+ * [ImagePlaceholderProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1321)
6
6
  * ## Props
7
7
  * @prop size = "md"
8
8
  * @prop rounded
9
+ * @prop imgOnly = false
9
10
  * @prop class: className
10
11
  * @prop ...restProps
11
12
  */
@@ -28,7 +28,7 @@
28
28
  @component
29
29
  [Go to docs](https://flowbite-svelte.com/)
30
30
  ## Type
31
- [ListPlaceholderProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1304)
31
+ [ListPlaceholderProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1327)
32
32
  ## Props
33
33
  @prop itemNumber = 5
34
34
  @prop size = "md"
@@ -2,7 +2,7 @@ import type { ListPlaceholderProps } from "../types";
2
2
  /**
3
3
  * [Go to docs](https://flowbite-svelte.com/)
4
4
  * ## Type
5
- * [ListPlaceholderProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1304)
5
+ * [ListPlaceholderProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1327)
6
6
  * ## Props
7
7
  * @prop itemNumber = 5
8
8
  * @prop size = "md"
@@ -22,7 +22,7 @@
22
22
  @component
23
23
  [Go to docs](https://flowbite-svelte.com/)
24
24
  ## Type
25
- [SkeletonProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1310)
25
+ [SkeletonProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1333)
26
26
  ## Props
27
27
  @prop size = "sm"
28
28
  @prop class: className
@@ -2,7 +2,7 @@ import type { SkeletonProps } from "../types";
2
2
  /**
3
3
  * [Go to docs](https://flowbite-svelte.com/)
4
4
  * ## Type
5
- * [SkeletonProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1310)
5
+ * [SkeletonProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1333)
6
6
  * ## Props
7
7
  * @prop size = "sm"
8
8
  * @prop class: className
@@ -49,7 +49,7 @@
49
49
  @component
50
50
  [Go to docs](https://flowbite-svelte.com/)
51
51
  ## Type
52
- [TextPlaceholderProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1314)
52
+ [TextPlaceholderProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1337)
53
53
  ## Props
54
54
  @prop size = "sm"
55
55
  @prop class: className
@@ -2,7 +2,7 @@ import type { TextPlaceholderProps } from "../types";
2
2
  /**
3
3
  * [Go to docs](https://flowbite-svelte.com/)
4
4
  * ## Type
5
- * [TextPlaceholderProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1314)
5
+ * [TextPlaceholderProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1337)
6
6
  * ## Props
7
7
  * @prop size = "sm"
8
8
  * @prop class: className
@@ -18,7 +18,7 @@
18
18
  @component
19
19
  [Go to docs](https://flowbite-svelte.com/)
20
20
  ## Type
21
- [VideoPlaceholderProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1318)
21
+ [VideoPlaceholderProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1341)
22
22
  ## Props
23
23
  @prop size = "sm"
24
24
  @prop class: className
@@ -2,7 +2,7 @@ import type { VideoPlaceholderProps } from "../types";
2
2
  /**
3
3
  * [Go to docs](https://flowbite-svelte.com/)
4
4
  * ## Type
5
- * [VideoPlaceholderProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1318)
5
+ * [VideoPlaceholderProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1341)
6
6
  * ## Props
7
7
  * @prop size = "sm"
8
8
  * @prop class: className
@@ -27,7 +27,7 @@
27
27
  @component
28
28
  [Go to docs](https://flowbite-svelte.com/)
29
29
  ## Type
30
- [SpeedDialProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1352)
30
+ [SpeedDialProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1375)
31
31
  ## Props
32
32
  @prop children
33
33
  @prop popperClass
@@ -2,7 +2,7 @@ import type { SpeedDialProps } from "../types";
2
2
  /**
3
3
  * [Go to docs](https://flowbite-svelte.com/)
4
4
  * ## Type
5
- * [SpeedDialProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1352)
5
+ * [SpeedDialProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1375)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop popperClass
@@ -27,7 +27,7 @@
27
27
  @component
28
28
  [Go to docs](https://flowbite-svelte.com/)
29
29
  ## Type
30
- [SpeedDialButtonProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1366)
30
+ [SpeedDialButtonProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1389)
31
31
  ## Props
32
32
  @prop children
33
33
  @prop name = ""
@@ -2,7 +2,7 @@ import type { SpeedDialButtonProps } from "../types";
2
2
  /**
3
3
  * [Go to docs](https://flowbite-svelte.com/)
4
4
  * ## Type
5
- * [SpeedDialButtonProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1366)
5
+ * [SpeedDialButtonProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1389)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop name = ""
@@ -43,7 +43,7 @@
43
43
  @component
44
44
  [Go to docs](https://flowbite-svelte.com/)
45
45
  ## Type
46
- [SpeedDialTriggerProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1350)
46
+ [SpeedDialTriggerProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1373)
47
47
  ## Props
48
48
  @prop children
49
49
  @prop name = "Open actions menu"
@@ -2,7 +2,7 @@ import type { SpeedDialTriggerProps } from "..";
2
2
  /**
3
3
  * [Go to docs](https://flowbite-svelte.com/)
4
4
  * ## Type
5
- * [SpeedDialTriggerProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1350)
5
+ * [SpeedDialTriggerProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1373)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop name = "Open actions menu"
@@ -17,7 +17,7 @@
17
17
  @component
18
18
  [Go to docs](https://flowbite-svelte.com/)
19
19
  ## Type
20
- [SpinnerProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1384)
20
+ [SpinnerProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1407)
21
21
  ## Props
22
22
  @prop color = "primary"
23
23
  @prop size = "8"
@@ -2,7 +2,7 @@ import type { SpinnerProps } from "../types";
2
2
  /**
3
3
  * [Go to docs](https://flowbite-svelte.com/)
4
4
  * ## Type
5
- * [SpinnerProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1384)
5
+ * [SpinnerProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1407)
6
6
  * ## Props
7
7
  * @prop color = "primary"
8
8
  * @prop size = "8"
@@ -72,7 +72,7 @@
72
72
  @component
73
73
  [Go to docs](https://flowbite-svelte.com/)
74
74
  ## Type
75
- [StepIndicatorProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1394)
75
+ [StepIndicatorProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1417)
76
76
  ## Props
77
77
  @prop steps = ["Step 1", "Step 2", "Step 3", "Step 4", "Step 5"]
78
78
  @prop currentStep = 1
@@ -2,7 +2,7 @@ import type { StepIndicatorProps } from "..";
2
2
  /**
3
3
  * [Go to docs](https://flowbite-svelte.com/)
4
4
  * ## Type
5
- * [StepIndicatorProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1394)
5
+ * [StepIndicatorProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1417)
6
6
  * ## Props
7
7
  * @prop steps = ["Step 1", "Step 2", "Step 3", "Step 4", "Step 5"]
8
8
  * @prop currentStep = 1
@@ -50,7 +50,7 @@
50
50
  @component
51
51
  [Go to docs](https://flowbite-svelte.com/)
52
52
  ## Type
53
- [TableProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1432)
53
+ [TableProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1455)
54
54
  ## Props
55
55
  @prop children
56
56
  @prop footerSlot
@@ -2,7 +2,7 @@ import type { TableProps } from "..";
2
2
  /**
3
3
  * [Go to docs](https://flowbite-svelte.com/)
4
4
  * ## Type
5
- * [TableProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1432)
5
+ * [TableProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1455)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop footerSlot
@@ -31,7 +31,7 @@
31
31
  @component
32
32
  [Go to docs](https://flowbite-svelte.com/)
33
33
  ## Type
34
- [TableBodyProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1464)
34
+ [TableBodyProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1487)
35
35
  ## Props
36
36
  @prop children
37
37
  @prop bodyItems
@@ -2,7 +2,7 @@ import type { TableBodyProps } from "../types";
2
2
  /**
3
3
  * [Go to docs](https://flowbite-svelte.com/)
4
4
  * ## Type
5
- * [TableBodyProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1464)
5
+ * [TableBodyProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1487)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop bodyItems
@@ -24,7 +24,7 @@
24
24
  @component
25
25
  [Go to docs](https://flowbite-svelte.com/)
26
26
  ## Type
27
- [TableBodyCellProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1453)
27
+ [TableBodyCellProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1476)
28
28
  ## Props
29
29
  @prop children
30
30
  @prop class: className
@@ -2,7 +2,7 @@ import type { TableBodyCellProps } from "../types";
2
2
  /**
3
3
  * [Go to docs](https://flowbite-svelte.com/)
4
4
  * ## Type
5
- * [TableBodyCellProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1453)
5
+ * [TableBodyCellProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1476)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop class: className
@@ -26,7 +26,7 @@
26
26
  @component
27
27
  [Go to docs](https://flowbite-svelte.com/)
28
28
  ## Type
29
- [TableBodyRowProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1445)
29
+ [TableBodyRowProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1468)
30
30
  ## Props
31
31
  @prop children
32
32
  @prop class: className
@@ -2,7 +2,7 @@ import type { TableBodyRowProps } from "../types";
2
2
  /**
3
3
  * [Go to docs](https://flowbite-svelte.com/)
4
4
  * ## Type
5
- * [TableBodyRowProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1445)
5
+ * [TableBodyRowProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1468)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop class: className
@@ -49,7 +49,7 @@
49
49
  @component
50
50
  [Go to docs](https://flowbite-svelte.com/)
51
51
  ## Type
52
- [TableHeadProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1420)
52
+ [TableHeadProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1443)
53
53
  ## Props
54
54
  @prop children
55
55
  @prop headerSlot
@@ -2,7 +2,7 @@ import type { TableHeadProps } from "../types";
2
2
  /**
3
3
  * [Go to docs](https://flowbite-svelte.com/)
4
4
  * ## Type
5
- * [TableHeadProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1420)
5
+ * [TableHeadProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1443)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop headerSlot
@@ -17,7 +17,7 @@
17
17
  @component
18
18
  [Go to docs](https://flowbite-svelte.com/)
19
19
  ## Type
20
- [TableHeadCellProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1469)
20
+ [TableHeadCellProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1492)
21
21
  ## Props
22
22
  @prop children
23
23
  @prop class: className
@@ -2,7 +2,7 @@ import type { TableHeadCellProps } from "../types";
2
2
  /**
3
3
  * [Go to docs](https://flowbite-svelte.com/)
4
4
  * ## Type
5
- * [TableHeadCellProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1469)
5
+ * [TableHeadCellProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1492)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop class: className
@@ -59,7 +59,7 @@
59
59
  @component
60
60
  [Go to docs](https://flowbite-svelte.com/)
61
61
  ## Type
62
- [TableSearchProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1485)
62
+ [TableSearchProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1508)
63
63
  ## Props
64
64
  @prop children
65
65
  @prop header
@@ -2,7 +2,7 @@ import type { TableSearchProps } from "../types";
2
2
  /**
3
3
  * [Go to docs](https://flowbite-svelte.com/)
4
4
  * ## Type
5
- * [TableSearchProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1485)
5
+ * [TableSearchProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1508)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop header
@@ -63,7 +63,7 @@
63
63
  @component
64
64
  [Go to docs](https://flowbite-svelte.com/)
65
65
  ## Type
66
- [TabitemProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1513)
66
+ [TabitemProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1536)
67
67
  ## Props
68
68
  @prop children
69
69
  @prop titleSlot
@@ -2,7 +2,7 @@ import type { TabitemProps } from "../types";
2
2
  /**
3
3
  * [Go to docs](https://flowbite-svelte.com/)
4
4
  * ## Type
5
- * [TabitemProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1513)
5
+ * [TabitemProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1536)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop titleSlot
@@ -31,7 +31,7 @@
31
31
  }
32
32
  </script>
33
33
 
34
- <ul {...restProps} class={base({ class: ulClass })}>
34
+ <ul role="tablist" {...restProps} class={base({ class: ulClass })}>
35
35
  {@render children()}
36
36
  </ul>
37
37
  {#if dividerBool}
@@ -43,7 +43,7 @@
43
43
  @component
44
44
  [Go to docs](https://flowbite-svelte.com/)
45
45
  ## Type
46
- [TabsProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1505)
46
+ [TabsProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1528)
47
47
  ## Props
48
48
  @prop children
49
49
  @prop tabStyle = "none"
@@ -2,7 +2,7 @@ import type { TabsProps } from "../types";
2
2
  /**
3
3
  * [Go to docs](https://flowbite-svelte.com/)
4
4
  * ## Type
5
- * [TabsProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1505)
5
+ * [TabsProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1528)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop tabStyle = "none"
@@ -53,7 +53,7 @@
53
53
  @component
54
54
  [Go to docs](https://flowbite-svelte.com/)
55
55
  ## Type
56
- [ThemeProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1535)
56
+ [ThemeProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1558)
57
57
  ## Props
58
58
  @prop children
59
59
  @prop theme
@@ -2,7 +2,7 @@ import type { ThemeProps } from "../types";
2
2
  /**
3
3
  * [Go to docs](https://flowbite-svelte.com/)
4
4
  * ## Type
5
- * [ThemeProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1535)
5
+ * [ThemeProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1558)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop theme
@@ -15,7 +15,7 @@
15
15
  @component
16
16
  [Go to docs](https://flowbite-svelte.com/)
17
17
  ## Type
18
- [ActivityProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1560)
18
+ [ActivityProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1583)
19
19
  ## Props
20
20
  @prop children
21
21
  @prop class: className
@@ -2,7 +2,7 @@ import type { ActivityProps } from "../types";
2
2
  /**
3
3
  * [Go to docs](https://flowbite-svelte.com/)
4
4
  * ## Type
5
- * [ActivityProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1560)
5
+ * [ActivityProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1583)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop class: className
@@ -32,7 +32,7 @@
32
32
  @component
33
33
  [Go to docs](https://flowbite-svelte.com/)
34
34
  ## Type
35
- [ActivityItemProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1564)
35
+ [ActivityItemProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1587)
36
36
  ## Props
37
37
  @prop activities
38
38
  @prop liClass
@@ -2,7 +2,7 @@ import type { ActivityItemProps } from "../types";
2
2
  /**
3
3
  * [Go to docs](https://flowbite-svelte.com/)
4
4
  * ## Type
5
- * [ActivityItemProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1564)
5
+ * [ActivityItemProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1587)
6
6
  * ## Props
7
7
  * @prop activities
8
8
  * @prop liClass
@@ -16,7 +16,7 @@
16
16
  @component
17
17
  [Go to docs](https://flowbite-svelte.com/)
18
18
  ## Type
19
- [GroupProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1576)
19
+ [GroupProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1599)
20
20
  ## Props
21
21
  @prop children
22
22
  @prop divClass
@@ -2,7 +2,7 @@ import type { GroupProps } from "../types";
2
2
  /**
3
3
  * [Go to docs](https://flowbite-svelte.com/)
4
4
  * ## Type
5
- * [GroupProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1576)
5
+ * [GroupProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1599)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop divClass
@@ -41,7 +41,7 @@
41
41
  @component
42
42
  [Go to docs](https://flowbite-svelte.com/)
43
43
  ## Type
44
- [GroupItemProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1584)
44
+ [GroupItemProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1607)
45
45
  ## Props
46
46
  @prop timelines
47
47
  @prop aClass
@@ -2,7 +2,7 @@ import type { GroupItemProps } from "../types";
2
2
  /**
3
3
  * [Go to docs](https://flowbite-svelte.com/)
4
4
  * ## Type
5
- * [GroupItemProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1584)
5
+ * [GroupItemProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1607)
6
6
  * ## Props
7
7
  * @prop timelines
8
8
  * @prop aClass