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 TabitemProps } from "..";
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#L1706)
5
+ * [TabitemProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1709)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop titleSlot
@@ -49,7 +49,7 @@
49
49
  @component
50
50
  [Go to docs](https://flowbite-svelte.com/)
51
51
  ## Type
52
- [TabsProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1698)
52
+ [TabsProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1701)
53
53
  ## Props
54
54
  @prop children
55
55
  @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#L1698)
5
+ * [TabsProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1701)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop tabStyle = "none"
@@ -17,7 +17,7 @@
17
17
  @component
18
18
  [Go to docs](https://flowbite-svelte.com/)
19
19
  ## Type
20
- [ActivityProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1742)
20
+ [ActivityProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1745)
21
21
  ## Props
22
22
  @prop children
23
23
  @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#L1742)
5
+ * [ActivityProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1745)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop class: className
@@ -62,7 +62,7 @@
62
62
  @component
63
63
  [Go to docs](https://flowbite-svelte.com/)
64
64
  ## Type
65
- [ActivityItemProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1746)
65
+ [ActivityItemProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1749)
66
66
  ## Props
67
67
  @prop activities
68
68
  @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#L1746)
5
+ * [ActivityItemProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1749)
6
6
  * ## Props
7
7
  * @prop activities
8
8
  * @prop liClass
@@ -36,7 +36,7 @@
36
36
  @component
37
37
  [Go to docs](https://flowbite-svelte.com/)
38
38
  ## Type
39
- [GroupProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1758)
39
+ [GroupProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1761)
40
40
  ## Props
41
41
  @prop children
42
42
  @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#L1758)
5
+ * [GroupProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1761)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop divClass
@@ -66,7 +66,7 @@
66
66
  @component
67
67
  [Go to docs](https://flowbite-svelte.com/)
68
68
  ## Type
69
- [GroupItemProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1766)
69
+ [GroupItemProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1769)
70
70
  ## Props
71
71
  @prop timelines
72
72
  @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#L1766)
5
+ * [GroupItemProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1769)
6
6
  * ## Props
7
7
  * @prop timelines
8
8
  * @prop aClass
@@ -21,7 +21,7 @@
21
21
  @component
22
22
  [Go to docs](https://flowbite-svelte.com/)
23
23
  ## Type
24
- [TimelineProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1786)
24
+ [TimelineProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1789)
25
25
  ## Props
26
26
  @prop children
27
27
  @prop order = "default"
@@ -2,7 +2,7 @@ import type { TimelineProps } from "../types";
2
2
  /**
3
3
  * [Go to docs](https://flowbite-svelte.com/)
4
4
  * ## Type
5
- * [TimelineProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1786)
5
+ * [TimelineProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1789)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop order = "default"
@@ -97,7 +97,7 @@
97
97
  @component
98
98
  [Go to docs](https://flowbite-svelte.com/)
99
99
  ## Type
100
- [TimelineItemProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1791)
100
+ [TimelineItemProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1794)
101
101
  ## Props
102
102
  @prop children
103
103
  @prop orientationSlot
@@ -2,7 +2,7 @@ import type { TimelineItemProps } from "../types";
2
2
  /**
3
3
  * [Go to docs](https://flowbite-svelte.com/)
4
4
  * ## Type
5
- * [TimelineItemProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1791)
5
+ * [TimelineItemProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1794)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop orientationSlot
@@ -8,28 +8,28 @@ export type TimelineItemVariants = VariantProps<typeof timelineItem> & Classes<t
8
8
  export declare const activity: import("tailwind-variants").TVReturnType<{} | {} | {}, undefined, "relative border-s border-gray-200 dark:border-gray-700", {} | {}, undefined, import("tailwind-variants").TVReturnType<unknown, undefined, "relative border-s border-gray-200 dark:border-gray-700", unknown, unknown, undefined>>;
9
9
  export declare const activityItem: import("tailwind-variants").TVReturnType<{
10
10
  [key: string]: {
11
- [key: string]: import("tailwind-variants").ClassValue | {
12
- img?: import("tailwind-variants").ClassValue;
13
- span?: import("tailwind-variants").ClassValue;
14
- title?: import("tailwind-variants").ClassValue;
15
- inner?: import("tailwind-variants").ClassValue;
16
- text?: import("tailwind-variants").ClassValue;
17
- time?: import("tailwind-variants").ClassValue;
18
- li?: import("tailwind-variants").ClassValue;
19
- outer?: import("tailwind-variants").ClassValue;
11
+ [key: string]: import("tailwind-merge").ClassNameValue | {
12
+ img?: import("tailwind-merge").ClassNameValue;
13
+ span?: import("tailwind-merge").ClassNameValue;
14
+ title?: import("tailwind-merge").ClassNameValue;
15
+ inner?: import("tailwind-merge").ClassNameValue;
16
+ text?: import("tailwind-merge").ClassNameValue;
17
+ time?: import("tailwind-merge").ClassNameValue;
18
+ li?: import("tailwind-merge").ClassNameValue;
19
+ outer?: import("tailwind-merge").ClassNameValue;
20
20
  };
21
21
  };
22
22
  } | {
23
23
  [x: string]: {
24
- [x: string]: import("tailwind-variants").ClassValue | {
25
- img?: import("tailwind-variants").ClassValue;
26
- span?: import("tailwind-variants").ClassValue;
27
- title?: import("tailwind-variants").ClassValue;
28
- inner?: import("tailwind-variants").ClassValue;
29
- text?: import("tailwind-variants").ClassValue;
30
- time?: import("tailwind-variants").ClassValue;
31
- li?: import("tailwind-variants").ClassValue;
32
- outer?: import("tailwind-variants").ClassValue;
24
+ [x: string]: import("tailwind-merge").ClassNameValue | {
25
+ img?: import("tailwind-merge").ClassNameValue;
26
+ span?: import("tailwind-merge").ClassNameValue;
27
+ title?: import("tailwind-merge").ClassNameValue;
28
+ inner?: import("tailwind-merge").ClassNameValue;
29
+ text?: import("tailwind-merge").ClassNameValue;
30
+ time?: import("tailwind-merge").ClassNameValue;
31
+ li?: import("tailwind-merge").ClassNameValue;
32
+ outer?: import("tailwind-merge").ClassNameValue;
33
33
  };
34
34
  };
35
35
  } | {}, {
@@ -43,15 +43,15 @@ export declare const activityItem: import("tailwind-variants").TVReturnType<{
43
43
  text: string;
44
44
  }, undefined, {
45
45
  [key: string]: {
46
- [key: string]: import("tailwind-variants").ClassValue | {
47
- img?: import("tailwind-variants").ClassValue;
48
- span?: import("tailwind-variants").ClassValue;
49
- title?: import("tailwind-variants").ClassValue;
50
- inner?: import("tailwind-variants").ClassValue;
51
- text?: import("tailwind-variants").ClassValue;
52
- time?: import("tailwind-variants").ClassValue;
53
- li?: import("tailwind-variants").ClassValue;
54
- outer?: import("tailwind-variants").ClassValue;
46
+ [key: string]: import("tailwind-merge").ClassNameValue | {
47
+ img?: import("tailwind-merge").ClassNameValue;
48
+ span?: import("tailwind-merge").ClassNameValue;
49
+ title?: import("tailwind-merge").ClassNameValue;
50
+ inner?: import("tailwind-merge").ClassNameValue;
51
+ text?: import("tailwind-merge").ClassNameValue;
52
+ time?: import("tailwind-merge").ClassNameValue;
53
+ li?: import("tailwind-merge").ClassNameValue;
54
+ outer?: import("tailwind-merge").ClassNameValue;
55
55
  };
56
56
  };
57
57
  } | {}, {
@@ -75,18 +75,18 @@ export declare const activityItem: import("tailwind-variants").TVReturnType<{
75
75
  }, undefined, unknown, unknown, undefined>>;
76
76
  export declare const group: import("tailwind-variants").TVReturnType<{
77
77
  [key: string]: {
78
- [key: string]: import("tailwind-variants").ClassValue | {
79
- div?: import("tailwind-variants").ClassValue;
80
- time?: import("tailwind-variants").ClassValue;
81
- ol?: import("tailwind-variants").ClassValue;
78
+ [key: string]: import("tailwind-merge").ClassNameValue | {
79
+ div?: import("tailwind-merge").ClassNameValue;
80
+ time?: import("tailwind-merge").ClassNameValue;
81
+ ol?: import("tailwind-merge").ClassNameValue;
82
82
  };
83
83
  };
84
84
  } | {
85
85
  [x: string]: {
86
- [x: string]: import("tailwind-variants").ClassValue | {
87
- div?: import("tailwind-variants").ClassValue;
88
- time?: import("tailwind-variants").ClassValue;
89
- ol?: import("tailwind-variants").ClassValue;
86
+ [x: string]: import("tailwind-merge").ClassNameValue | {
87
+ div?: import("tailwind-merge").ClassNameValue;
88
+ time?: import("tailwind-merge").ClassNameValue;
89
+ ol?: import("tailwind-merge").ClassNameValue;
90
90
  };
91
91
  };
92
92
  } | {}, {
@@ -95,10 +95,10 @@ export declare const group: import("tailwind-variants").TVReturnType<{
95
95
  ol: string;
96
96
  }, undefined, {
97
97
  [key: string]: {
98
- [key: string]: import("tailwind-variants").ClassValue | {
99
- div?: import("tailwind-variants").ClassValue;
100
- time?: import("tailwind-variants").ClassValue;
101
- ol?: import("tailwind-variants").ClassValue;
98
+ [key: string]: import("tailwind-merge").ClassNameValue | {
99
+ div?: import("tailwind-merge").ClassNameValue;
100
+ time?: import("tailwind-merge").ClassNameValue;
101
+ ol?: import("tailwind-merge").ClassNameValue;
102
102
  };
103
103
  };
104
104
  } | {}, {
@@ -112,26 +112,26 @@ export declare const group: import("tailwind-variants").TVReturnType<{
112
112
  }, undefined, unknown, unknown, undefined>>;
113
113
  export declare const groupItem: import("tailwind-variants").TVReturnType<{
114
114
  [key: string]: {
115
- [key: string]: import("tailwind-variants").ClassValue | {
116
- img?: import("tailwind-variants").ClassValue;
117
- span?: import("tailwind-variants").ClassValue;
118
- base?: import("tailwind-variants").ClassValue;
119
- title?: import("tailwind-variants").ClassValue;
120
- div?: import("tailwind-variants").ClassValue;
121
- svg?: import("tailwind-variants").ClassValue;
122
- a?: import("tailwind-variants").ClassValue;
115
+ [key: string]: import("tailwind-merge").ClassNameValue | {
116
+ img?: import("tailwind-merge").ClassNameValue;
117
+ span?: import("tailwind-merge").ClassNameValue;
118
+ base?: import("tailwind-merge").ClassNameValue;
119
+ title?: import("tailwind-merge").ClassNameValue;
120
+ div?: import("tailwind-merge").ClassNameValue;
121
+ svg?: import("tailwind-merge").ClassNameValue;
122
+ a?: import("tailwind-merge").ClassNameValue;
123
123
  };
124
124
  };
125
125
  } | {
126
126
  [x: string]: {
127
- [x: string]: import("tailwind-variants").ClassValue | {
128
- img?: import("tailwind-variants").ClassValue;
129
- span?: import("tailwind-variants").ClassValue;
130
- base?: import("tailwind-variants").ClassValue;
131
- title?: import("tailwind-variants").ClassValue;
132
- div?: import("tailwind-variants").ClassValue;
133
- svg?: import("tailwind-variants").ClassValue;
134
- a?: import("tailwind-variants").ClassValue;
127
+ [x: string]: import("tailwind-merge").ClassNameValue | {
128
+ img?: import("tailwind-merge").ClassNameValue;
129
+ span?: import("tailwind-merge").ClassNameValue;
130
+ base?: import("tailwind-merge").ClassNameValue;
131
+ title?: import("tailwind-merge").ClassNameValue;
132
+ div?: import("tailwind-merge").ClassNameValue;
133
+ svg?: import("tailwind-merge").ClassNameValue;
134
+ a?: import("tailwind-merge").ClassNameValue;
135
135
  };
136
136
  };
137
137
  } | {}, {
@@ -144,14 +144,14 @@ export declare const groupItem: import("tailwind-variants").TVReturnType<{
144
144
  svg: string;
145
145
  }, undefined, {
146
146
  [key: string]: {
147
- [key: string]: import("tailwind-variants").ClassValue | {
148
- img?: import("tailwind-variants").ClassValue;
149
- span?: import("tailwind-variants").ClassValue;
150
- base?: import("tailwind-variants").ClassValue;
151
- title?: import("tailwind-variants").ClassValue;
152
- div?: import("tailwind-variants").ClassValue;
153
- svg?: import("tailwind-variants").ClassValue;
154
- a?: import("tailwind-variants").ClassValue;
147
+ [key: string]: import("tailwind-merge").ClassNameValue | {
148
+ img?: import("tailwind-merge").ClassNameValue;
149
+ span?: import("tailwind-merge").ClassNameValue;
150
+ base?: import("tailwind-merge").ClassNameValue;
151
+ title?: import("tailwind-merge").ClassNameValue;
152
+ div?: import("tailwind-merge").ClassNameValue;
153
+ svg?: import("tailwind-merge").ClassNameValue;
154
+ a?: import("tailwind-merge").ClassNameValue;
155
155
  };
156
156
  };
157
157
  } | {}, {
@@ -6,7 +6,7 @@
6
6
  import { fly } from "svelte/transition";
7
7
  import clsx from "clsx";
8
8
  import { getTheme, warnThemeDeprecation } from "../theme/themeUtils";
9
- import { createDismissableContext } from "../utils/dismissable.svelte";
9
+ import { createDismissableContext } from "../utils/dismissable";
10
10
 
11
11
  let { children, icon, toastStatus = $bindable(true), dismissable = true, color = "primary", position, iconClass, contentClass, align = true, params, transition = fly, class: className, classes, ...restProps }: ToastProps = $props();
12
12
 
@@ -62,7 +62,7 @@
62
62
  @component
63
63
  [Go to docs](https://flowbite-svelte.com/)
64
64
  ## Type
65
- [ToastProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1805)
65
+ [ToastProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1808)
66
66
  ## Props
67
67
  @prop children
68
68
  @prop icon
@@ -2,7 +2,7 @@ import type { ToastProps } from "../types";
2
2
  /**
3
3
  * [Go to docs](https://flowbite-svelte.com/)
4
4
  * ## Type
5
- * [ToastProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1805)
5
+ * [ToastProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1808)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop icon
@@ -40,7 +40,7 @@
40
40
  @component
41
41
  [Go to docs](https://flowbite-svelte.com/)
42
42
  ## Type
43
- [ToolbarProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1112)
43
+ [ToolbarProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1115)
44
44
  ## Props
45
45
  @prop children
46
46
  @prop end
@@ -2,7 +2,7 @@ import type { ToolbarProps } from "../types";
2
2
  /**
3
3
  * [Go to docs](https://flowbite-svelte.com/)
4
4
  * ## Type
5
- * [ToolbarProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1112)
5
+ * [ToolbarProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1115)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop end
@@ -36,7 +36,7 @@
36
36
  @component
37
37
  [Go to docs](https://flowbite-svelte.com/)
38
38
  ## Type
39
- [ToolbarButtonProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1118)
39
+ [ToolbarButtonProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1121)
40
40
  ## Props
41
41
  @prop children
42
42
  @prop color
@@ -2,7 +2,7 @@ import type { ToolbarButtonProps } from "../types";
2
2
  /**
3
3
  * [Go to docs](https://flowbite-svelte.com/)
4
4
  * ## Type
5
- * [ToolbarButtonProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1118)
5
+ * [ToolbarButtonProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1121)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop color
@@ -24,7 +24,7 @@
24
24
  @component
25
25
  [Go to docs](https://flowbite-svelte.com/)
26
26
  ## Type
27
- [ToolbarGroupProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1116)
27
+ [ToolbarGroupProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1119)
28
28
  ## Props
29
29
  @prop children
30
30
  @prop spacing
@@ -2,7 +2,7 @@ import type { ToolbarGroupProps } from "../types";
2
2
  /**
3
3
  * [Go to docs](https://flowbite-svelte.com/)
4
4
  * ## Type
5
- * [ToolbarGroupProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1116)
5
+ * [ToolbarGroupProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1119)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop spacing
@@ -28,7 +28,7 @@
28
28
  @component
29
29
  [Go to docs](https://flowbite-svelte.com/)
30
30
  ## Type
31
- [TooltipProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1821)
31
+ [TooltipProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1824)
32
32
  ## Props
33
33
  @prop type = "dark"
34
34
  @prop color = undefined
@@ -2,7 +2,7 @@ import type { TooltipProps } from "..";
2
2
  /**
3
3
  * [Go to docs](https://flowbite-svelte.com/)
4
4
  * ## Type
5
- * [TooltipProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1821)
5
+ * [TooltipProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1824)
6
6
  * ## Props
7
7
  * @prop type = "dark"
8
8
  * @prop color = undefined
package/dist/types.d.ts CHANGED
@@ -932,6 +932,7 @@ export type NavbarState = {
932
932
  nonActiveClass?: string;
933
933
  activeUrl?: string;
934
934
  };
935
+ export type NavbarBreakpoint = "sm" | "md" | "lg" | "xl";
935
936
  export interface NavbarProps extends Omit<HTMLAttributes<HTMLDivElement>, "children"> {
936
937
  children: Snippet<[{
937
938
  hidden: boolean;
@@ -941,6 +942,7 @@ export interface NavbarProps extends Omit<HTMLAttributes<HTMLDivElement>, "child
941
942
  fluid?: boolean;
942
943
  navContainerClass?: ClassValue;
943
944
  closeOnClickOutside?: boolean;
945
+ breakpoint?: NavbarBreakpoint;
944
946
  }
945
947
  export interface NavBrandProps extends HTMLAnchorAttributes {
946
948
  }
@@ -43,7 +43,7 @@
43
43
  @component
44
44
  [Go to docs](https://flowbite-svelte.com/)
45
45
  ## Type
46
- [AnchorProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1829)
46
+ [AnchorProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1832)
47
47
  ## Props
48
48
  @prop children
49
49
  @prop color = "primary"
@@ -2,7 +2,7 @@ import type { AnchorProps } from "../../types";
2
2
  /**
3
3
  * [Go to docs](https://flowbite-svelte.com/)
4
4
  * ## Type
5
- * [AnchorProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1829)
5
+ * [AnchorProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1832)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop color = "primary"
@@ -28,7 +28,7 @@
28
28
  @component
29
29
  [Go to docs](https://flowbite-svelte.com/)
30
30
  ## Type
31
- [BlockquoteProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1858)
31
+ [BlockquoteProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1861)
32
32
  ## Props
33
33
  @prop children
34
34
  @prop class: className
@@ -2,7 +2,7 @@ import type { BlockquoteProps } from "../../types";
2
2
  /**
3
3
  * [Go to docs](https://flowbite-svelte.com/)
4
4
  * ## Type
5
- * [BlockquoteProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1858)
5
+ * [BlockquoteProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1861)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop class: className
@@ -24,7 +24,7 @@
24
24
  @component
25
25
  [Go to docs](https://flowbite-svelte.com/)
26
26
  ## Type
27
- [DescriptionListProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1868)
27
+ [DescriptionListProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1871)
28
28
  ## Props
29
29
  @prop children
30
30
  @prop tag
@@ -2,7 +2,7 @@ import type { DescriptionListProps } from "../../types";
2
2
  /**
3
3
  * [Go to docs](https://flowbite-svelte.com/)
4
4
  * ## Type
5
- * [DescriptionListProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1868)
5
+ * [DescriptionListProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1871)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop tag
@@ -19,7 +19,7 @@
19
19
  @component
20
20
  [Go to docs](https://flowbite-svelte.com/)
21
21
  ## Type
22
- [HeadingProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1874)
22
+ [HeadingProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1877)
23
23
  ## Props
24
24
  @prop children
25
25
  @prop tag = "h1"
@@ -2,7 +2,7 @@ import type { HeadingProps } from "../../types";
2
2
  /**
3
3
  * [Go to docs](https://flowbite-svelte.com/)
4
4
  * ## Type
5
- * [HeadingProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1874)
5
+ * [HeadingProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1877)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop tag = "h1"
@@ -40,7 +40,7 @@
40
40
  @component
41
41
  [Go to docs](https://flowbite-svelte.com/)
42
42
  ## Type
43
- [HrProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1880)
43
+ [HrProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1883)
44
44
  ## Props
45
45
  @prop children
46
46
  @prop divClass
@@ -2,7 +2,7 @@ import type { HrProps } from "../../types";
2
2
  /**
3
3
  * [Go to docs](https://flowbite-svelte.com/)
4
4
  * ## Type
5
- * [HrProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1880)
5
+ * [HrProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1883)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop divClass
@@ -49,7 +49,7 @@
49
49
  @component
50
50
  [Go to docs](https://flowbite-svelte.com/)
51
51
  ## Type
52
- [EnhandedImgProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1912)
52
+ [EnhandedImgProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1915)
53
53
  ## Props
54
54
  @prop src
55
55
  @prop href
@@ -2,7 +2,7 @@ import type { EnhandedImgProps } from "../../types";
2
2
  /**
3
3
  * [Go to docs](https://flowbite-svelte.com/)
4
4
  * ## Type
5
- * [EnhandedImgProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1912)
5
+ * [EnhandedImgProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1915)
6
6
  * ## Props
7
7
  * @prop src
8
8
  * @prop href
@@ -49,7 +49,7 @@
49
49
  @component
50
50
  [Go to docs](https://flowbite-svelte.com/)
51
51
  ## Type
52
- [ImgProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1903)
52
+ [ImgProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1906)
53
53
  ## Props
54
54
  @prop size = "none"
55
55
  @prop effect = "none"
@@ -2,7 +2,7 @@ import type { ImgProps } from "../../types";
2
2
  /**
3
3
  * [Go to docs](https://flowbite-svelte.com/)
4
4
  * ## Type
5
- * [ImgProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1903)
5
+ * [ImgProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1906)
6
6
  * ## Props
7
7
  * @prop size = "none"
8
8
  * @prop effect = "none"
@@ -19,7 +19,7 @@
19
19
  @component
20
20
  [Go to docs](https://flowbite-svelte.com/)
21
21
  ## Type
22
- [LayoutProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1925)
22
+ [LayoutProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1928)
23
23
  ## Props
24
24
  @prop children
25
25
  @prop class: className