flowbite-svelte 1.11.3 → 1.11.4

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 (204) hide show
  1. package/dist/alert/Alert.svelte +1 -1
  2. package/dist/badge/Badge.svelte +1 -1
  3. package/dist/banner/Banner.svelte +1 -1
  4. package/dist/bottom-navigation/theme.d.ts +9 -9
  5. package/dist/device-mockups/theme.d.ts +138 -138
  6. package/dist/drawer/Drawer.svelte +1 -1
  7. package/dist/drawer/theme.d.ts +12 -12
  8. package/dist/dropdown/DropdownItem.svelte +6 -6
  9. package/dist/dropdown/theme.d.ts +21 -15
  10. package/dist/dropdown/theme.js +3 -2
  11. package/dist/footer/theme.d.ts +33 -33
  12. package/dist/forms/fileupload/Fileupload.svelte +1 -1
  13. package/dist/forms/floating-label/FloatingLabelInput.svelte +1 -1
  14. package/dist/forms/input-field/Input.svelte +1 -1
  15. package/dist/forms/search/Search.svelte +1 -1
  16. package/dist/forms/select/MultiSelect.svelte +1 -1
  17. package/dist/forms/select/Select.svelte +1 -1
  18. package/dist/forms/tags/theme.d.ts +27 -27
  19. package/dist/forms/textarea/Textarea.svelte +1 -1
  20. package/dist/gallery/theme.d.ts +9 -9
  21. package/dist/modal/Modal.svelte +1 -1
  22. package/dist/navbar/NavBrand.svelte +1 -1
  23. package/dist/navbar/NavBrand.svelte.d.ts +1 -1
  24. package/dist/navbar/NavContainer.svelte +1 -1
  25. package/dist/navbar/NavContainer.svelte.d.ts +1 -1
  26. package/dist/navbar/NavHamburger.svelte +5 -5
  27. package/dist/navbar/NavHamburger.svelte.d.ts +83 -35
  28. package/dist/navbar/NavLi.svelte +4 -3
  29. package/dist/navbar/NavLi.svelte.d.ts +1 -1
  30. package/dist/navbar/NavUl.svelte +4 -3
  31. package/dist/navbar/NavUl.svelte.d.ts +1 -1
  32. package/dist/navbar/Navbar.svelte +4 -2
  33. package/dist/navbar/Navbar.svelte.d.ts +2 -1
  34. package/dist/navbar/theme.d.ts +140 -19
  35. package/dist/navbar/theme.js +123 -12
  36. package/dist/pagination/Pagination.svelte +1 -1
  37. package/dist/pagination/Pagination.svelte.d.ts +1 -1
  38. package/dist/pagination/PaginationButton.svelte +1 -1
  39. package/dist/pagination/PaginationButton.svelte.d.ts +1 -1
  40. package/dist/pagination/PaginationItem.svelte +1 -1
  41. package/dist/pagination/PaginationItem.svelte.d.ts +1 -1
  42. package/dist/pagination/PaginationNav.svelte +1 -1
  43. package/dist/pagination/PaginationNav.svelte.d.ts +1 -1
  44. package/dist/popover/Popover.svelte +1 -1
  45. package/dist/popover/Popover.svelte.d.ts +1 -1
  46. package/dist/progress/Progressbar.svelte +1 -1
  47. package/dist/progress/Progressbar.svelte.d.ts +1 -1
  48. package/dist/progress/Progressradial.svelte +1 -1
  49. package/dist/progress/Progressradial.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/rating/theme.d.ts +72 -72
  69. package/dist/sidebar/Sidebar.svelte +1 -1
  70. package/dist/sidebar/Sidebar.svelte.d.ts +1 -1
  71. package/dist/sidebar/SidebarBrand.svelte +1 -1
  72. package/dist/sidebar/SidebarBrand.svelte.d.ts +1 -1
  73. package/dist/sidebar/SidebarButton.svelte +1 -1
  74. package/dist/sidebar/SidebarButton.svelte.d.ts +1 -1
  75. package/dist/sidebar/SidebarCta.svelte +1 -1
  76. package/dist/sidebar/SidebarCta.svelte.d.ts +1 -1
  77. package/dist/sidebar/SidebarDropdownWrapper.svelte +1 -1
  78. package/dist/sidebar/SidebarDropdownWrapper.svelte.d.ts +1 -1
  79. package/dist/sidebar/SidebarGroup.svelte +1 -1
  80. package/dist/sidebar/SidebarGroup.svelte.d.ts +1 -1
  81. package/dist/sidebar/SidebarItem.svelte +1 -1
  82. package/dist/sidebar/SidebarItem.svelte.d.ts +1 -1
  83. package/dist/sidebar/theme.d.ts +42 -42
  84. package/dist/skeleton/CardPlaceholder.svelte +1 -1
  85. package/dist/skeleton/CardPlaceholder.svelte.d.ts +1 -1
  86. package/dist/skeleton/ImagePlaceholder.svelte +1 -1
  87. package/dist/skeleton/ImagePlaceholder.svelte.d.ts +1 -1
  88. package/dist/skeleton/ListPlaceholder.svelte +1 -1
  89. package/dist/skeleton/ListPlaceholder.svelte.d.ts +1 -1
  90. package/dist/skeleton/Skeleton.svelte +1 -1
  91. package/dist/skeleton/Skeleton.svelte.d.ts +1 -1
  92. package/dist/skeleton/TestimonialPlaceholder.svelte +1 -1
  93. package/dist/skeleton/TestimonialPlaceholder.svelte.d.ts +1 -1
  94. package/dist/skeleton/TextPlaceholder.svelte +1 -1
  95. package/dist/skeleton/TextPlaceholder.svelte.d.ts +1 -1
  96. package/dist/skeleton/VideoPlaceholder.svelte +1 -1
  97. package/dist/skeleton/VideoPlaceholder.svelte.d.ts +1 -1
  98. package/dist/skeleton/WidgetPlaceholder.svelte +1 -1
  99. package/dist/skeleton/WidgetPlaceholder.svelte.d.ts +1 -1
  100. package/dist/skeleton/theme.d.ts +33 -33
  101. package/dist/speed-dial/SpeedDial.svelte +1 -1
  102. package/dist/speed-dial/SpeedDial.svelte.d.ts +1 -1
  103. package/dist/speed-dial/SpeedDialButton.svelte +1 -1
  104. package/dist/speed-dial/SpeedDialButton.svelte.d.ts +1 -1
  105. package/dist/speed-dial/SpeedDialTrigger.svelte +1 -1
  106. package/dist/speed-dial/SpeedDialTrigger.svelte.d.ts +1 -1
  107. package/dist/spinner/Spinner.svelte +1 -1
  108. package/dist/spinner/Spinner.svelte.d.ts +1 -1
  109. package/dist/stepindicator/StepIndicator.svelte +1 -1
  110. package/dist/stepindicator/StepIndicator.svelte.d.ts +1 -1
  111. package/dist/stepper/BreadcrumbStepper.svelte +1 -1
  112. package/dist/stepper/BreadcrumbStepper.svelte.d.ts +1 -1
  113. package/dist/stepper/DetailedStepper.svelte +1 -1
  114. package/dist/stepper/DetailedStepper.svelte.d.ts +1 -1
  115. package/dist/stepper/ProgressStepper.svelte +1 -1
  116. package/dist/stepper/ProgressStepper.svelte.d.ts +1 -1
  117. package/dist/stepper/Stepper.svelte +1 -1
  118. package/dist/stepper/Stepper.svelte.d.ts +1 -1
  119. package/dist/stepper/TimelineStepper.svelte +1 -1
  120. package/dist/stepper/TimelineStepper.svelte.d.ts +1 -1
  121. package/dist/stepper/VerticalStepper.svelte +1 -1
  122. package/dist/stepper/VerticalStepper.svelte.d.ts +1 -1
  123. package/dist/table/Table.svelte +1 -1
  124. package/dist/table/Table.svelte.d.ts +1 -1
  125. package/dist/table/TableBody.svelte +1 -1
  126. package/dist/table/TableBody.svelte.d.ts +1 -1
  127. package/dist/table/TableBodyCell.svelte +1 -1
  128. package/dist/table/TableBodyCell.svelte.d.ts +1 -1
  129. package/dist/table/TableBodyRow.svelte +1 -1
  130. package/dist/table/TableBodyRow.svelte.d.ts +1 -1
  131. package/dist/table/TableHead.svelte +1 -1
  132. package/dist/table/TableHead.svelte.d.ts +1 -1
  133. package/dist/table/TableHeadCell.svelte +1 -1
  134. package/dist/table/TableHeadCell.svelte.d.ts +1 -1
  135. package/dist/table/TableSearch.svelte +1 -1
  136. package/dist/table/TableSearch.svelte.d.ts +1 -1
  137. package/dist/tabs/TabItem.svelte +1 -1
  138. package/dist/tabs/TabItem.svelte.d.ts +1 -1
  139. package/dist/tabs/Tabs.svelte +1 -1
  140. package/dist/tabs/Tabs.svelte.d.ts +1 -1
  141. package/dist/timeline/Activity.svelte +1 -1
  142. package/dist/timeline/Activity.svelte.d.ts +1 -1
  143. package/dist/timeline/ActivityItem.svelte +1 -1
  144. package/dist/timeline/ActivityItem.svelte.d.ts +1 -1
  145. package/dist/timeline/Group.svelte +1 -1
  146. package/dist/timeline/Group.svelte.d.ts +1 -1
  147. package/dist/timeline/GroupItem.svelte +1 -1
  148. package/dist/timeline/GroupItem.svelte.d.ts +1 -1
  149. package/dist/timeline/Timeline.svelte +1 -1
  150. package/dist/timeline/Timeline.svelte.d.ts +1 -1
  151. package/dist/timeline/TimelineItem.svelte +1 -1
  152. package/dist/timeline/TimelineItem.svelte.d.ts +1 -1
  153. package/dist/timeline/theme.d.ts +63 -63
  154. package/dist/toast/Toast.svelte +2 -2
  155. package/dist/toast/Toast.svelte.d.ts +1 -1
  156. package/dist/toolbar/Toolbar.svelte +1 -1
  157. package/dist/toolbar/Toolbar.svelte.d.ts +1 -1
  158. package/dist/toolbar/ToolbarButton.svelte +1 -1
  159. package/dist/toolbar/ToolbarButton.svelte.d.ts +1 -1
  160. package/dist/toolbar/ToolbarGroup.svelte +1 -1
  161. package/dist/toolbar/ToolbarGroup.svelte.d.ts +1 -1
  162. package/dist/tooltip/Tooltip.svelte +1 -1
  163. package/dist/tooltip/Tooltip.svelte.d.ts +1 -1
  164. package/dist/types.d.ts +2 -0
  165. package/dist/typography/anchor/A.svelte +1 -1
  166. package/dist/typography/anchor/A.svelte.d.ts +1 -1
  167. package/dist/typography/blockquote/Blockquote.svelte +1 -1
  168. package/dist/typography/blockquote/Blockquote.svelte.d.ts +1 -1
  169. package/dist/typography/descriptionlist/DescriptionList.svelte +1 -1
  170. package/dist/typography/descriptionlist/DescriptionList.svelte.d.ts +1 -1
  171. package/dist/typography/heading/Heading.svelte +1 -1
  172. package/dist/typography/heading/Heading.svelte.d.ts +1 -1
  173. package/dist/typography/hr/Hr.svelte +1 -1
  174. package/dist/typography/hr/Hr.svelte.d.ts +1 -1
  175. package/dist/typography/img/EnhancedImg.svelte +1 -1
  176. package/dist/typography/img/EnhancedImg.svelte.d.ts +1 -1
  177. package/dist/typography/img/Img.svelte +1 -1
  178. package/dist/typography/img/Img.svelte.d.ts +1 -1
  179. package/dist/typography/layout/Layout.svelte +1 -1
  180. package/dist/typography/layout/Layout.svelte.d.ts +1 -1
  181. package/dist/typography/list/Li.svelte +1 -1
  182. package/dist/typography/list/Li.svelte.d.ts +1 -1
  183. package/dist/typography/list/List.svelte +1 -1
  184. package/dist/typography/list/List.svelte.d.ts +1 -1
  185. package/dist/typography/mark/Mark.svelte +1 -1
  186. package/dist/typography/mark/Mark.svelte.d.ts +1 -1
  187. package/dist/typography/paragraph/P.svelte +1 -1
  188. package/dist/typography/paragraph/P.svelte.d.ts +1 -1
  189. package/dist/typography/secondary/Secondary.svelte +1 -1
  190. package/dist/typography/secondary/Secondary.svelte.d.ts +1 -1
  191. package/dist/typography/span/Span.svelte +1 -1
  192. package/dist/typography/span/Span.svelte.d.ts +1 -1
  193. package/dist/utils/Arrow.svelte +1 -1
  194. package/dist/utils/Arrow.svelte.d.ts +1 -1
  195. package/dist/utils/CloseButton.svelte +1 -1
  196. package/dist/utils/Popper.svelte +1 -1
  197. package/dist/utils/Popper.svelte.d.ts +1 -1
  198. package/dist/utils/singleselection.svelte.d.ts +13 -5
  199. package/dist/utils/singleselection.svelte.js +40 -13
  200. package/dist/video/Video.svelte +1 -1
  201. package/dist/video/Video.svelte.d.ts +1 -1
  202. package/package.json +11 -8
  203. /package/dist/utils/{dismissable.svelte.d.ts → dismissable.d.ts} +0 -0
  204. /package/dist/utils/{dismissable.svelte.js → dismissable.js} +0 -0
@@ -2,7 +2,7 @@ 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#L1409)
5
+ * [ImagePlaceholderProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1412)
6
6
  * ## Props
7
7
  * @prop size = "md"
8
8
  * @prop rounded
@@ -50,7 +50,7 @@
50
50
  @component
51
51
  [Go to docs](https://flowbite-svelte.com/)
52
52
  ## Type
53
- [ListPlaceholderProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1415)
53
+ [ListPlaceholderProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1418)
54
54
  ## Props
55
55
  @prop itemNumber = 5
56
56
  @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#L1415)
5
+ * [ListPlaceholderProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1418)
6
6
  * ## Props
7
7
  * @prop itemNumber = 5
8
8
  * @prop size = "md"
@@ -42,7 +42,7 @@
42
42
  @component
43
43
  [Go to docs](https://flowbite-svelte.com/)
44
44
  ## Type
45
- [SkeletonProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1421)
45
+ [SkeletonProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1424)
46
46
  ## Props
47
47
  @prop size = "sm"
48
48
  @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#L1421)
5
+ * [SkeletonProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1424)
6
6
  * ## Props
7
7
  * @prop size = "sm"
8
8
  * @prop class: className
@@ -48,7 +48,7 @@
48
48
  @component
49
49
  [Go to docs](https://flowbite-svelte.com/)
50
50
  ## Type
51
- [TestimonialPlaceholderProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1425)
51
+ [TestimonialPlaceholderProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1428)
52
52
  ## Props
53
53
  @prop class: className
54
54
  @prop classes
@@ -2,7 +2,7 @@ import { type TestimonialPlaceholderProps } from "..";
2
2
  /**
3
3
  * [Go to docs](https://flowbite-svelte.com/)
4
4
  * ## Type
5
- * [TestimonialPlaceholderProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1425)
5
+ * [TestimonialPlaceholderProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1428)
6
6
  * ## Props
7
7
  * @prop class: className
8
8
  * @prop classes
@@ -77,7 +77,7 @@
77
77
  @component
78
78
  [Go to docs](https://flowbite-svelte.com/)
79
79
  ## Type
80
- [TextPlaceholderProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1427)
80
+ [TextPlaceholderProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1430)
81
81
  ## Props
82
82
  @prop size = "sm"
83
83
  @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#L1427)
5
+ * [TextPlaceholderProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1430)
6
6
  * ## Props
7
7
  * @prop size = "sm"
8
8
  * @prop class: className
@@ -22,7 +22,7 @@
22
22
  @component
23
23
  [Go to docs](https://flowbite-svelte.com/)
24
24
  ## Type
25
- [VideoPlaceholderProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1431)
25
+ [VideoPlaceholderProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1434)
26
26
  ## Props
27
27
  @prop size = "sm"
28
28
  @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#L1431)
5
+ * [VideoPlaceholderProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1434)
6
6
  * ## Props
7
7
  * @prop size = "sm"
8
8
  * @prop class: className
@@ -30,7 +30,7 @@
30
30
  @component
31
31
  [Go to docs](https://flowbite-svelte.com/)
32
32
  ## Type
33
- [WidgetPlaceholderProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1435)
33
+ [WidgetPlaceholderProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1438)
34
34
  ## Props
35
35
  @prop class: className
36
36
  @prop classes
@@ -2,7 +2,7 @@ import { type WidgetPlaceholderProps } from "..";
2
2
  /**
3
3
  * [Go to docs](https://flowbite-svelte.com/)
4
4
  * ## Type
5
- * [WidgetPlaceholderProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1435)
5
+ * [WidgetPlaceholderProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1438)
6
6
  * ## Props
7
7
  * @prop class: className
8
8
  * @prop classes
@@ -398,22 +398,22 @@ export declare const skeleton: import("tailwind-variants").TVReturnType<{
398
398
  }, undefined, unknown, unknown, undefined>>;
399
399
  export declare const testimonialPlaceholder: import("tailwind-variants").TVReturnType<{
400
400
  [key: string]: {
401
- [key: string]: import("tailwind-variants").ClassValue | {
402
- base?: import("tailwind-variants").ClassValue;
403
- content?: import("tailwind-variants").ClassValue;
404
- svg?: import("tailwind-variants").ClassValue;
405
- lineA?: import("tailwind-variants").ClassValue;
406
- lineB?: import("tailwind-variants").ClassValue;
401
+ [key: string]: import("tailwind-merge").ClassNameValue | {
402
+ base?: import("tailwind-merge").ClassNameValue;
403
+ content?: import("tailwind-merge").ClassNameValue;
404
+ svg?: import("tailwind-merge").ClassNameValue;
405
+ lineA?: import("tailwind-merge").ClassNameValue;
406
+ lineB?: import("tailwind-merge").ClassNameValue;
407
407
  };
408
408
  };
409
409
  } | {
410
410
  [x: string]: {
411
- [x: string]: import("tailwind-variants").ClassValue | {
412
- base?: import("tailwind-variants").ClassValue;
413
- content?: import("tailwind-variants").ClassValue;
414
- svg?: import("tailwind-variants").ClassValue;
415
- lineA?: import("tailwind-variants").ClassValue;
416
- lineB?: import("tailwind-variants").ClassValue;
411
+ [x: string]: import("tailwind-merge").ClassNameValue | {
412
+ base?: import("tailwind-merge").ClassNameValue;
413
+ content?: import("tailwind-merge").ClassNameValue;
414
+ svg?: import("tailwind-merge").ClassNameValue;
415
+ lineA?: import("tailwind-merge").ClassNameValue;
416
+ lineB?: import("tailwind-merge").ClassNameValue;
417
417
  };
418
418
  };
419
419
  } | {}, {
@@ -424,12 +424,12 @@ export declare const testimonialPlaceholder: import("tailwind-variants").TVRetur
424
424
  content: string;
425
425
  }, undefined, {
426
426
  [key: string]: {
427
- [key: string]: import("tailwind-variants").ClassValue | {
428
- base?: import("tailwind-variants").ClassValue;
429
- content?: import("tailwind-variants").ClassValue;
430
- svg?: import("tailwind-variants").ClassValue;
431
- lineA?: import("tailwind-variants").ClassValue;
432
- lineB?: import("tailwind-variants").ClassValue;
427
+ [key: string]: import("tailwind-merge").ClassNameValue | {
428
+ base?: import("tailwind-merge").ClassNameValue;
429
+ content?: import("tailwind-merge").ClassNameValue;
430
+ svg?: import("tailwind-merge").ClassNameValue;
431
+ lineA?: import("tailwind-merge").ClassNameValue;
432
+ lineB?: import("tailwind-merge").ClassNameValue;
433
433
  };
434
434
  };
435
435
  } | {}, {
@@ -542,20 +542,20 @@ export declare const videoPlaceholder: import("tailwind-variants").TVReturnType<
542
542
  }, undefined, "flex justify-center items-center h-56 bg-gray-300 rounded-lg animate-pulse dark:bg-gray-700", unknown, unknown, undefined>>;
543
543
  export declare const widgetPlaceholder: import("tailwind-variants").TVReturnType<{
544
544
  [key: string]: {
545
- [key: string]: import("tailwind-variants").ClassValue | {
546
- base?: import("tailwind-variants").ClassValue;
547
- wrapper?: import("tailwind-variants").ClassValue;
548
- hLine?: import("tailwind-variants").ClassValue;
549
- vLine?: import("tailwind-variants").ClassValue;
545
+ [key: string]: import("tailwind-merge").ClassNameValue | {
546
+ base?: import("tailwind-merge").ClassNameValue;
547
+ wrapper?: import("tailwind-merge").ClassNameValue;
548
+ hLine?: import("tailwind-merge").ClassNameValue;
549
+ vLine?: import("tailwind-merge").ClassNameValue;
550
550
  };
551
551
  };
552
552
  } | {
553
553
  [x: string]: {
554
- [x: string]: import("tailwind-variants").ClassValue | {
555
- base?: import("tailwind-variants").ClassValue;
556
- wrapper?: import("tailwind-variants").ClassValue;
557
- hLine?: import("tailwind-variants").ClassValue;
558
- vLine?: import("tailwind-variants").ClassValue;
554
+ [x: string]: import("tailwind-merge").ClassNameValue | {
555
+ base?: import("tailwind-merge").ClassNameValue;
556
+ wrapper?: import("tailwind-merge").ClassNameValue;
557
+ hLine?: import("tailwind-merge").ClassNameValue;
558
+ vLine?: import("tailwind-merge").ClassNameValue;
559
559
  };
560
560
  };
561
561
  } | {}, {
@@ -565,11 +565,11 @@ export declare const widgetPlaceholder: import("tailwind-variants").TVReturnType
565
565
  vLine: string;
566
566
  }, undefined, {
567
567
  [key: string]: {
568
- [key: string]: import("tailwind-variants").ClassValue | {
569
- base?: import("tailwind-variants").ClassValue;
570
- wrapper?: import("tailwind-variants").ClassValue;
571
- hLine?: import("tailwind-variants").ClassValue;
572
- vLine?: import("tailwind-variants").ClassValue;
568
+ [key: string]: import("tailwind-merge").ClassNameValue | {
569
+ base?: import("tailwind-merge").ClassNameValue;
570
+ wrapper?: import("tailwind-merge").ClassNameValue;
571
+ hLine?: import("tailwind-merge").ClassNameValue;
572
+ vLine?: import("tailwind-merge").ClassNameValue;
573
573
  };
574
574
  };
575
575
  } | {}, {
@@ -35,7 +35,7 @@
35
35
  @component
36
36
  [Go to docs](https://flowbite-svelte.com/)
37
37
  ## Type
38
- [SpeedDialProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1467)
38
+ [SpeedDialProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1470)
39
39
  ## Props
40
40
  @prop children
41
41
  @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#L1467)
5
+ * [SpeedDialProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1470)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop popperClass
@@ -46,7 +46,7 @@
46
46
  @component
47
47
  [Go to docs](https://flowbite-svelte.com/)
48
48
  ## Type
49
- [SpeedDialButtonProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1482)
49
+ [SpeedDialButtonProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1485)
50
50
  ## Props
51
51
  @prop children
52
52
  @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#L1482)
5
+ * [SpeedDialButtonProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1485)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop name = ""
@@ -44,7 +44,7 @@
44
44
  @component
45
45
  [Go to docs](https://flowbite-svelte.com/)
46
46
  ## Type
47
- [SpeedDialTriggerProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1465)
47
+ [SpeedDialTriggerProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1468)
48
48
  ## Props
49
49
  @prop children
50
50
  @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#L1465)
5
+ * [SpeedDialTriggerProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1468)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop name = "Open actions menu"
@@ -20,7 +20,7 @@
20
20
  @component
21
21
  [Go to docs](https://flowbite-svelte.com/)
22
22
  ## Type
23
- [SpinnerProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1492)
23
+ [SpinnerProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1495)
24
24
  ## Props
25
25
  @prop color = "primary"
26
26
  @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#L1492)
5
+ * [SpinnerProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1495)
6
6
  * ## Props
7
7
  * @prop color = "primary"
8
8
  * @prop size = "8"
@@ -54,7 +54,7 @@
54
54
  @component
55
55
  [Go to docs](https://flowbite-svelte.com/)
56
56
  ## Type
57
- [StepIndicatorProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1500)
57
+ [StepIndicatorProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1503)
58
58
  ## Props
59
59
  @prop steps = ["Step 1", "Step 2", "Step 3", "Step 4", "Step 5"]
60
60
  @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#L1500)
5
+ * [StepIndicatorProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1503)
6
6
  * ## Props
7
7
  * @prop steps = ["Step 1", "Step 2", "Step 3", "Step 4", "Step 5"]
8
8
  * @prop currentStep = 1
@@ -55,7 +55,7 @@
55
55
  @component
56
56
  [Go to docs](https://flowbite-svelte.com/)
57
57
  ## Type
58
- [BreadcrumbStepperProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1580)
58
+ [BreadcrumbStepperProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1583)
59
59
  ## Props
60
60
  @prop children
61
61
  @prop steps = []
@@ -2,7 +2,7 @@ import { type BreadcrumbStepperProps } from "..";
2
2
  /**
3
3
  * [Go to docs](https://flowbite-svelte.com/)
4
4
  * ## Type
5
- * [BreadcrumbStepperProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1580)
5
+ * [BreadcrumbStepperProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1583)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop steps = []
@@ -42,7 +42,7 @@
42
42
  @component
43
43
  [Go to docs](https://flowbite-svelte.com/)
44
44
  ## Type
45
- [DetailedStepperProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1549)
45
+ [DetailedStepperProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1552)
46
46
  ## Props
47
47
  @prop children
48
48
  @prop steps = []
@@ -2,7 +2,7 @@ import { type DetailedStepperProps } from "..";
2
2
  /**
3
3
  * [Go to docs](https://flowbite-svelte.com/)
4
4
  * ## Type
5
- * [DetailedStepperProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1549)
5
+ * [DetailedStepperProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1552)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop steps = []
@@ -52,7 +52,7 @@
52
52
  @component
53
53
  [Go to docs](https://flowbite-svelte.com/)
54
54
  ## Type
55
- [ProgressStepperProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1534)
55
+ [ProgressStepperProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1537)
56
56
  ## Props
57
57
  @prop children
58
58
  @prop steps = []
@@ -2,7 +2,7 @@ import { type ProgressStepperProps } from "..";
2
2
  /**
3
3
  * [Go to docs](https://flowbite-svelte.com/)
4
4
  * ## Type
5
- * [ProgressStepperProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1534)
5
+ * [ProgressStepperProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1537)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop steps = []
@@ -58,7 +58,7 @@
58
58
  @component
59
59
  [Go to docs](https://flowbite-svelte.com/)
60
60
  ## Type
61
- [StepperProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1522)
61
+ [StepperProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1525)
62
62
  ## Props
63
63
  @prop children
64
64
  @prop steps = []
@@ -2,7 +2,7 @@ import { type StepperProps } from "..";
2
2
  /**
3
3
  * [Go to docs](https://flowbite-svelte.com/)
4
4
  * ## Type
5
- * [StepperProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1522)
5
+ * [StepperProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1525)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop steps = []
@@ -52,7 +52,7 @@
52
52
  @component
53
53
  [Go to docs](https://flowbite-svelte.com/)
54
54
  ## Type
55
- [TimelineStepperProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1594)
55
+ [TimelineStepperProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1597)
56
56
  ## Props
57
57
  @prop children
58
58
  @prop steps = []
@@ -2,7 +2,7 @@ import { type TimelineStepperProps } from "..";
2
2
  /**
3
3
  * [Go to docs](https://flowbite-svelte.com/)
4
4
  * ## Type
5
- * [TimelineStepperProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1594)
5
+ * [TimelineStepperProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1597)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop steps = []
@@ -52,7 +52,7 @@
52
52
  @component
53
53
  [Go to docs](https://flowbite-svelte.com/)
54
54
  ## Type
55
- [VerticalStepperProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1564)
55
+ [VerticalStepperProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1567)
56
56
  ## Props
57
57
  @prop children
58
58
  @prop steps = []
@@ -2,7 +2,7 @@ import { type VerticalStepperProps } from "..";
2
2
  /**
3
3
  * [Go to docs](https://flowbite-svelte.com/)
4
4
  * ## Type
5
- * [VerticalStepperProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1564)
5
+ * [VerticalStepperProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1567)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop steps = []
@@ -59,7 +59,7 @@
59
59
  @component
60
60
  [Go to docs](https://flowbite-svelte.com/)
61
61
  ## Type
62
- [TableProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1626)
62
+ [TableProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1629)
63
63
  ## Props
64
64
  @prop children
65
65
  @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#L1626)
5
+ * [TableProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1629)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop footerSlot
@@ -32,7 +32,7 @@
32
32
  @component
33
33
  [Go to docs](https://flowbite-svelte.com/)
34
34
  ## Type
35
- [TableBodyProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1658)
35
+ [TableBodyProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1661)
36
36
  ## Props
37
37
  @prop children
38
38
  @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#L1658)
5
+ * [TableBodyProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1661)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop bodyItems
@@ -25,7 +25,7 @@
25
25
  @component
26
26
  [Go to docs](https://flowbite-svelte.com/)
27
27
  ## Type
28
- [TableBodyCellProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1647)
28
+ [TableBodyCellProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1650)
29
29
  ## Props
30
30
  @prop children
31
31
  @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#L1647)
5
+ * [TableBodyCellProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1650)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop class: className
@@ -29,7 +29,7 @@
29
29
  @component
30
30
  [Go to docs](https://flowbite-svelte.com/)
31
31
  ## Type
32
- [TableBodyRowProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1639)
32
+ [TableBodyRowProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1642)
33
33
  ## Props
34
34
  @prop children
35
35
  @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#L1639)
5
+ * [TableBodyRowProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1642)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop class: className
@@ -52,7 +52,7 @@
52
52
  @component
53
53
  [Go to docs](https://flowbite-svelte.com/)
54
54
  ## Type
55
- [TableHeadProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1614)
55
+ [TableHeadProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1617)
56
56
  ## Props
57
57
  @prop children
58
58
  @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#L1614)
5
+ * [TableHeadProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1617)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop headerSlot
@@ -19,7 +19,7 @@
19
19
  @component
20
20
  [Go to docs](https://flowbite-svelte.com/)
21
21
  ## Type
22
- [TableHeadCellProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1663)
22
+ [TableHeadCellProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1666)
23
23
  ## Props
24
24
  @prop children
25
25
  @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#L1663)
5
+ * [TableHeadCellProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1666)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop class: className
@@ -70,7 +70,7 @@
70
70
  @component
71
71
  [Go to docs](https://flowbite-svelte.com/)
72
72
  ## Type
73
- [TableSearchProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1678)
73
+ [TableSearchProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1681)
74
74
  ## Props
75
75
  @prop children
76
76
  @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#L1678)
5
+ * [TableSearchProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1681)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop header
@@ -42,7 +42,7 @@
42
42
  @component
43
43
  [Go to docs](https://flowbite-svelte.com/)
44
44
  ## Type
45
- [TabitemProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1706)
45
+ [TabitemProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1709)
46
46
  ## Props
47
47
  @prop children
48
48
  @prop titleSlot