flowbite-svelte 1.10.7 → 1.10.9

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 (321) hide show
  1. package/dist/accordion/Accordion.svelte +1 -1
  2. package/dist/accordion/Accordion.svelte.d.ts +1 -1
  3. package/dist/accordion/AccordionItem.svelte +1 -1
  4. package/dist/accordion/AccordionItem.svelte.d.ts +1 -1
  5. package/dist/alert/Alert.svelte +1 -1
  6. package/dist/alert/Alert.svelte.d.ts +1 -1
  7. package/dist/avatar/Avatar.svelte +1 -1
  8. package/dist/avatar/Avatar.svelte.d.ts +1 -1
  9. package/dist/badge/Badge.svelte +1 -1
  10. package/dist/badge/Badge.svelte.d.ts +1 -1
  11. package/dist/banner/Banner.svelte +1 -1
  12. package/dist/banner/Banner.svelte.d.ts +1 -1
  13. package/dist/bottom-navigation/BottomNav.svelte +1 -1
  14. package/dist/bottom-navigation/BottomNav.svelte.d.ts +1 -1
  15. package/dist/bottom-navigation/BottomNavHeader.svelte +1 -1
  16. package/dist/bottom-navigation/BottomNavHeader.svelte.d.ts +1 -1
  17. package/dist/bottom-navigation/BottomNavHeaderItem.svelte +1 -1
  18. package/dist/bottom-navigation/BottomNavHeaderItem.svelte.d.ts +1 -1
  19. package/dist/bottom-navigation/BottomNavItem.svelte +1 -1
  20. package/dist/bottom-navigation/BottomNavItem.svelte.d.ts +1 -1
  21. package/dist/breadcrumb/Breadcrumb.svelte +10 -6
  22. package/dist/breadcrumb/Breadcrumb.svelte.d.ts +2 -1
  23. package/dist/breadcrumb/BreadcrumbItem.svelte +8 -5
  24. package/dist/breadcrumb/BreadcrumbItem.svelte.d.ts +2 -1
  25. package/dist/breadcrumb/theme.d.ts +10 -6
  26. package/dist/breadcrumb/theme.js +2 -2
  27. package/dist/button-group/ButtonGroup.svelte +1 -1
  28. package/dist/button-group/ButtonGroup.svelte.d.ts +1 -1
  29. package/dist/button-group/theme.d.ts +2 -0
  30. package/dist/buttons/Button.svelte +1 -1
  31. package/dist/buttons/Button.svelte.d.ts +1 -1
  32. package/dist/buttons/GradientButton.svelte +1 -1
  33. package/dist/buttons/GradientButton.svelte.d.ts +1 -1
  34. package/dist/card/Card.svelte +8 -5
  35. package/dist/card/Card.svelte.d.ts +2 -2
  36. package/dist/card/theme.d.ts +2 -1
  37. package/dist/carousel/Carousel.svelte +1 -1
  38. package/dist/carousel/Carousel.svelte.d.ts +1 -1
  39. package/dist/carousel/CarouselIndicators.svelte +1 -1
  40. package/dist/carousel/CarouselIndicators.svelte.d.ts +1 -1
  41. package/dist/carousel/ControlButton.svelte +1 -1
  42. package/dist/carousel/ControlButton.svelte.d.ts +1 -1
  43. package/dist/carousel/Controls.svelte +1 -1
  44. package/dist/carousel/Controls.svelte.d.ts +1 -1
  45. package/dist/carousel/Slide.svelte +1 -1
  46. package/dist/carousel/Slide.svelte.d.ts +1 -1
  47. package/dist/carousel/Thumbnail.svelte +1 -1
  48. package/dist/carousel/Thumbnail.svelte.d.ts +1 -1
  49. package/dist/carousel/Thumbnails.svelte +1 -1
  50. package/dist/carousel/Thumbnails.svelte.d.ts +1 -1
  51. package/dist/clipboard/Clipboard.svelte +1 -1
  52. package/dist/clipboard/Clipboard.svelte.d.ts +1 -1
  53. package/dist/darkmode/DarkMode.svelte +1 -1
  54. package/dist/darkmode/DarkMode.svelte.d.ts +1 -1
  55. package/dist/datepicker/Datepicker.svelte +103 -39
  56. package/dist/datepicker/Datepicker.svelte.d.ts +1 -1
  57. package/dist/datepicker/theme.d.ts +2 -6
  58. package/dist/device-mockups/Android.svelte +27 -11
  59. package/dist/device-mockups/Android.svelte.d.ts +3 -1
  60. package/dist/device-mockups/DefaultMockup.svelte +25 -10
  61. package/dist/device-mockups/DefaultMockup.svelte.d.ts +3 -1
  62. package/dist/device-mockups/Desktop.svelte +21 -8
  63. package/dist/device-mockups/Desktop.svelte.d.ts +5 -3
  64. package/dist/device-mockups/DeviceMockup.svelte +1 -1
  65. package/dist/device-mockups/DeviceMockup.svelte.d.ts +1 -1
  66. package/dist/device-mockups/Ios.svelte +24 -9
  67. package/dist/device-mockups/Ios.svelte.d.ts +3 -1
  68. package/dist/device-mockups/Laptop.svelte +22 -8
  69. package/dist/device-mockups/Laptop.svelte.d.ts +5 -3
  70. package/dist/device-mockups/Smartwatch.svelte +24 -10
  71. package/dist/device-mockups/Smartwatch.svelte.d.ts +3 -1
  72. package/dist/device-mockups/Tablet.svelte +24 -9
  73. package/dist/device-mockups/Tablet.svelte.d.ts +3 -1
  74. package/dist/device-mockups/theme.d.ts +51 -42
  75. package/dist/device-mockups/theme.js +8 -8
  76. package/dist/drawer/Drawer.svelte +1 -1
  77. package/dist/drawer/Drawer.svelte.d.ts +1 -1
  78. package/dist/drawer/Drawerhead.svelte +1 -1
  79. package/dist/drawer/Drawerhead.svelte.d.ts +1 -1
  80. package/dist/dropdown/Dropdown.svelte +1 -1
  81. package/dist/dropdown/Dropdown.svelte.d.ts +1 -1
  82. package/dist/dropdown/DropdownDivider.svelte +1 -1
  83. package/dist/dropdown/DropdownDivider.svelte.d.ts +1 -1
  84. package/dist/dropdown/DropdownGroup.svelte +1 -1
  85. package/dist/dropdown/DropdownGroup.svelte.d.ts +1 -1
  86. package/dist/dropdown/DropdownHeader.svelte +1 -1
  87. package/dist/dropdown/DropdownHeader.svelte.d.ts +1 -1
  88. package/dist/dropdown/DropdownItem.svelte +1 -1
  89. package/dist/dropdown/DropdownItem.svelte.d.ts +1 -1
  90. package/dist/footer/Footer.svelte +1 -1
  91. package/dist/footer/Footer.svelte.d.ts +1 -1
  92. package/dist/footer/FooterBrand.svelte +1 -1
  93. package/dist/footer/FooterBrand.svelte.d.ts +1 -1
  94. package/dist/footer/FooterCopyright.svelte +1 -1
  95. package/dist/footer/FooterCopyright.svelte.d.ts +1 -1
  96. package/dist/footer/FooterIcon.svelte +1 -1
  97. package/dist/footer/FooterIcon.svelte.d.ts +1 -1
  98. package/dist/footer/FooterLink.svelte +1 -1
  99. package/dist/footer/FooterLink.svelte.d.ts +1 -1
  100. package/dist/footer/FooterLinkGroup.svelte +1 -1
  101. package/dist/footer/FooterLinkGroup.svelte.d.ts +1 -1
  102. package/dist/forms/button-toggle/ButtonToggle.svelte +1 -1
  103. package/dist/forms/button-toggle/ButtonToggle.svelte.d.ts +1 -1
  104. package/dist/forms/button-toggle/CheckIcon.svelte +1 -1
  105. package/dist/forms/button-toggle/CheckIcon.svelte.d.ts +1 -1
  106. package/dist/forms/checkbox/CheckboxButton.svelte +1 -1
  107. package/dist/forms/checkbox/CheckboxButton.svelte.d.ts +1 -1
  108. package/dist/forms/dropzone/Dropzone.svelte +1 -1
  109. package/dist/forms/dropzone/Dropzone.svelte.d.ts +1 -1
  110. package/dist/forms/fileupload/Fileupload.svelte +1 -1
  111. package/dist/forms/fileupload/Fileupload.svelte.d.ts +1 -1
  112. package/dist/forms/floating-label/FloatingLabelInput.svelte +1 -1
  113. package/dist/forms/floating-label/FloatingLabelInput.svelte.d.ts +1 -1
  114. package/dist/forms/helper/Helper.svelte +1 -1
  115. package/dist/forms/helper/Helper.svelte.d.ts +1 -1
  116. package/dist/forms/input-addon/InputAddon.svelte +1 -1
  117. package/dist/forms/input-addon/InputAddon.svelte.d.ts +1 -1
  118. package/dist/forms/label/Label.svelte +1 -1
  119. package/dist/forms/label/Label.svelte.d.ts +1 -1
  120. package/dist/forms/range/Range.svelte +1 -1
  121. package/dist/forms/range/Range.svelte.d.ts +1 -1
  122. package/dist/forms/search/Search.svelte +1 -1
  123. package/dist/forms/search/Search.svelte.d.ts +1 -1
  124. package/dist/forms/tags/Tags.svelte +1 -1
  125. package/dist/forms/tags/Tags.svelte.d.ts +1 -1
  126. package/dist/forms/textarea/Textarea.svelte +1 -1
  127. package/dist/forms/textarea/Textarea.svelte.d.ts +1 -1
  128. package/dist/forms/timepicker/Timepicker.svelte +1 -1
  129. package/dist/forms/timepicker/Timepicker.svelte.d.ts +1 -1
  130. package/dist/forms/toggle/Toggle.svelte +1 -1
  131. package/dist/forms/toggle/Toggle.svelte.d.ts +1 -1
  132. package/dist/gallery/Gallery.svelte +1 -1
  133. package/dist/gallery/Gallery.svelte.d.ts +1 -1
  134. package/dist/indicator/Indicator.svelte +1 -1
  135. package/dist/indicator/Indicator.svelte.d.ts +1 -1
  136. package/dist/kbd/Kbd.svelte +1 -1
  137. package/dist/kbd/Kbd.svelte.d.ts +1 -1
  138. package/dist/list-group/Listgroup.svelte +1 -1
  139. package/dist/list-group/Listgroup.svelte.d.ts +1 -1
  140. package/dist/list-group/ListgroupItem.svelte +1 -1
  141. package/dist/list-group/ListgroupItem.svelte.d.ts +1 -1
  142. package/dist/mega-menu/MegaMenu.svelte +1 -1
  143. package/dist/mega-menu/MegaMenu.svelte.d.ts +1 -1
  144. package/dist/modal/Modal.svelte +1 -1
  145. package/dist/modal/Modal.svelte.d.ts +1 -1
  146. package/dist/navbar/Menu.svelte +1 -1
  147. package/dist/navbar/Menu.svelte.d.ts +1 -1
  148. package/dist/navbar/NavBrand.svelte +1 -1
  149. package/dist/navbar/NavBrand.svelte.d.ts +1 -1
  150. package/dist/navbar/NavContainer.svelte +1 -1
  151. package/dist/navbar/NavContainer.svelte.d.ts +1 -1
  152. package/dist/navbar/NavHamburger.svelte +1 -1
  153. package/dist/navbar/NavHamburger.svelte.d.ts +1 -1
  154. package/dist/navbar/NavLi.svelte +1 -1
  155. package/dist/navbar/NavLi.svelte.d.ts +1 -1
  156. package/dist/navbar/NavUl.svelte +1 -1
  157. package/dist/navbar/NavUl.svelte.d.ts +1 -1
  158. package/dist/navbar/Navbar.svelte +1 -1
  159. package/dist/navbar/Navbar.svelte.d.ts +1 -1
  160. package/dist/pagination/Pagination.svelte +1 -1
  161. package/dist/pagination/Pagination.svelte.d.ts +1 -1
  162. package/dist/pagination/PaginationButton.svelte +1 -1
  163. package/dist/pagination/PaginationButton.svelte.d.ts +1 -1
  164. package/dist/pagination/PaginationItem.svelte +1 -1
  165. package/dist/pagination/PaginationItem.svelte.d.ts +1 -1
  166. package/dist/pagination/PaginationNav.svelte +1 -1
  167. package/dist/pagination/PaginationNav.svelte.d.ts +1 -1
  168. package/dist/popover/Popover.svelte +1 -1
  169. package/dist/popover/Popover.svelte.d.ts +1 -1
  170. package/dist/progress/Progressbar.svelte +1 -1
  171. package/dist/progress/Progressbar.svelte.d.ts +1 -1
  172. package/dist/progress/Progressradial.svelte +1 -1
  173. package/dist/progress/Progressradial.svelte.d.ts +1 -1
  174. package/dist/rating/AdvancedRating.svelte +1 -1
  175. package/dist/rating/AdvancedRating.svelte.d.ts +1 -1
  176. package/dist/rating/CustomIcon.svelte +1 -1
  177. package/dist/rating/CustomIcon.svelte.d.ts +1 -1
  178. package/dist/rating/Heart.svelte +1 -1
  179. package/dist/rating/Heart.svelte.d.ts +1 -1
  180. package/dist/rating/Rating.svelte +1 -1
  181. package/dist/rating/Rating.svelte.d.ts +1 -1
  182. package/dist/rating/RatingComment.svelte +1 -1
  183. package/dist/rating/RatingComment.svelte.d.ts +1 -1
  184. package/dist/rating/Review.svelte +1 -1
  185. package/dist/rating/Review.svelte.d.ts +1 -1
  186. package/dist/rating/ScoreRating.svelte +1 -1
  187. package/dist/rating/ScoreRating.svelte.d.ts +1 -1
  188. package/dist/rating/Star.svelte +1 -1
  189. package/dist/rating/Star.svelte.d.ts +1 -1
  190. package/dist/rating/Thumbup.svelte +1 -1
  191. package/dist/rating/Thumbup.svelte.d.ts +1 -1
  192. package/dist/sidebar/Sidebar.svelte +1 -1
  193. package/dist/sidebar/Sidebar.svelte.d.ts +1 -1
  194. package/dist/sidebar/SidebarBrand.svelte +1 -1
  195. package/dist/sidebar/SidebarBrand.svelte.d.ts +1 -1
  196. package/dist/sidebar/SidebarButton.svelte +1 -1
  197. package/dist/sidebar/SidebarButton.svelte.d.ts +1 -1
  198. package/dist/sidebar/SidebarCta.svelte +1 -1
  199. package/dist/sidebar/SidebarCta.svelte.d.ts +1 -1
  200. package/dist/sidebar/SidebarDropdownWrapper.svelte +1 -1
  201. package/dist/sidebar/SidebarDropdownWrapper.svelte.d.ts +1 -1
  202. package/dist/sidebar/SidebarGroup.svelte +1 -1
  203. package/dist/sidebar/SidebarGroup.svelte.d.ts +1 -1
  204. package/dist/sidebar/SidebarItem.svelte +1 -1
  205. package/dist/sidebar/SidebarItem.svelte.d.ts +1 -1
  206. package/dist/skeleton/CardPlaceholder.svelte +1 -1
  207. package/dist/skeleton/CardPlaceholder.svelte.d.ts +1 -1
  208. package/dist/skeleton/ImagePlaceholder.svelte +1 -1
  209. package/dist/skeleton/ImagePlaceholder.svelte.d.ts +1 -1
  210. package/dist/skeleton/ListPlaceholder.svelte +1 -1
  211. package/dist/skeleton/ListPlaceholder.svelte.d.ts +1 -1
  212. package/dist/skeleton/Skeleton.svelte +1 -1
  213. package/dist/skeleton/Skeleton.svelte.d.ts +1 -1
  214. package/dist/skeleton/TestimonialPlaceholder.svelte +1 -1
  215. package/dist/skeleton/TestimonialPlaceholder.svelte.d.ts +1 -1
  216. package/dist/skeleton/TextPlaceholder.svelte +1 -1
  217. package/dist/skeleton/TextPlaceholder.svelte.d.ts +1 -1
  218. package/dist/skeleton/VideoPlaceholder.svelte +1 -1
  219. package/dist/skeleton/VideoPlaceholder.svelte.d.ts +1 -1
  220. package/dist/skeleton/WidgetPlaceholder.svelte +1 -1
  221. package/dist/skeleton/WidgetPlaceholder.svelte.d.ts +1 -1
  222. package/dist/speed-dial/SpeedDial.svelte +1 -1
  223. package/dist/speed-dial/SpeedDial.svelte.d.ts +1 -1
  224. package/dist/speed-dial/SpeedDialButton.svelte +1 -1
  225. package/dist/speed-dial/SpeedDialButton.svelte.d.ts +1 -1
  226. package/dist/speed-dial/SpeedDialTrigger.svelte +1 -1
  227. package/dist/speed-dial/SpeedDialTrigger.svelte.d.ts +1 -1
  228. package/dist/spinner/Spinner.svelte +1 -1
  229. package/dist/spinner/Spinner.svelte.d.ts +1 -1
  230. package/dist/stepindicator/StepIndicator.svelte +1 -1
  231. package/dist/stepindicator/StepIndicator.svelte.d.ts +1 -1
  232. package/dist/stepper/BreadcrumbStepper.svelte +1 -1
  233. package/dist/stepper/BreadcrumbStepper.svelte.d.ts +1 -1
  234. package/dist/stepper/DetailedStepper.svelte +1 -1
  235. package/dist/stepper/DetailedStepper.svelte.d.ts +1 -1
  236. package/dist/stepper/ProgressStepper.svelte +1 -1
  237. package/dist/stepper/ProgressStepper.svelte.d.ts +1 -1
  238. package/dist/stepper/Stepper.svelte +1 -1
  239. package/dist/stepper/Stepper.svelte.d.ts +1 -1
  240. package/dist/stepper/TimelineStepper.svelte +1 -1
  241. package/dist/stepper/TimelineStepper.svelte.d.ts +1 -1
  242. package/dist/stepper/VerticalStepper.svelte +1 -1
  243. package/dist/stepper/VerticalStepper.svelte.d.ts +1 -1
  244. package/dist/table/Table.svelte +1 -1
  245. package/dist/table/Table.svelte.d.ts +1 -1
  246. package/dist/table/TableBody.svelte +1 -1
  247. package/dist/table/TableBody.svelte.d.ts +1 -1
  248. package/dist/table/TableBodyCell.svelte +1 -1
  249. package/dist/table/TableBodyCell.svelte.d.ts +1 -1
  250. package/dist/table/TableBodyRow.svelte +1 -1
  251. package/dist/table/TableBodyRow.svelte.d.ts +1 -1
  252. package/dist/table/TableHead.svelte +1 -1
  253. package/dist/table/TableHead.svelte.d.ts +1 -1
  254. package/dist/table/TableHeadCell.svelte +1 -1
  255. package/dist/table/TableHeadCell.svelte.d.ts +1 -1
  256. package/dist/table/TableSearch.svelte +1 -1
  257. package/dist/table/TableSearch.svelte.d.ts +1 -1
  258. package/dist/tabs/TabItem.svelte +1 -1
  259. package/dist/tabs/TabItem.svelte.d.ts +1 -1
  260. package/dist/tabs/Tabs.svelte +1 -1
  261. package/dist/tabs/Tabs.svelte.d.ts +1 -1
  262. package/dist/timeline/Activity.svelte +1 -1
  263. package/dist/timeline/Activity.svelte.d.ts +1 -1
  264. package/dist/timeline/ActivityItem.svelte +1 -1
  265. package/dist/timeline/ActivityItem.svelte.d.ts +1 -1
  266. package/dist/timeline/Group.svelte +1 -1
  267. package/dist/timeline/Group.svelte.d.ts +1 -1
  268. package/dist/timeline/GroupItem.svelte +1 -1
  269. package/dist/timeline/GroupItem.svelte.d.ts +1 -1
  270. package/dist/timeline/Timeline.svelte +1 -1
  271. package/dist/timeline/Timeline.svelte.d.ts +1 -1
  272. package/dist/timeline/TimelineItem.svelte +1 -1
  273. package/dist/timeline/TimelineItem.svelte.d.ts +1 -1
  274. package/dist/toast/Toast.svelte +1 -1
  275. package/dist/toast/Toast.svelte.d.ts +1 -1
  276. package/dist/toolbar/Toolbar.svelte +1 -1
  277. package/dist/toolbar/Toolbar.svelte.d.ts +1 -1
  278. package/dist/toolbar/ToolbarButton.svelte +1 -1
  279. package/dist/toolbar/ToolbarButton.svelte.d.ts +1 -1
  280. package/dist/toolbar/ToolbarGroup.svelte +1 -1
  281. package/dist/toolbar/ToolbarGroup.svelte.d.ts +1 -1
  282. package/dist/tooltip/Tooltip.svelte +1 -1
  283. package/dist/tooltip/Tooltip.svelte.d.ts +1 -1
  284. package/dist/types.d.ts +20 -12
  285. package/dist/typography/anchor/A.svelte +1 -1
  286. package/dist/typography/anchor/A.svelte.d.ts +1 -1
  287. package/dist/typography/blockquote/Blockquote.svelte +1 -1
  288. package/dist/typography/blockquote/Blockquote.svelte.d.ts +1 -1
  289. package/dist/typography/descriptionlist/DescriptionList.svelte +1 -1
  290. package/dist/typography/descriptionlist/DescriptionList.svelte.d.ts +1 -1
  291. package/dist/typography/heading/Heading.svelte +1 -1
  292. package/dist/typography/heading/Heading.svelte.d.ts +1 -1
  293. package/dist/typography/hr/Hr.svelte +1 -1
  294. package/dist/typography/hr/Hr.svelte.d.ts +1 -1
  295. package/dist/typography/img/EnhancedImg.svelte +1 -1
  296. package/dist/typography/img/EnhancedImg.svelte.d.ts +1 -1
  297. package/dist/typography/img/Img.svelte +1 -1
  298. package/dist/typography/img/Img.svelte.d.ts +1 -1
  299. package/dist/typography/layout/Layout.svelte +1 -1
  300. package/dist/typography/layout/Layout.svelte.d.ts +1 -1
  301. package/dist/typography/list/Li.svelte +1 -1
  302. package/dist/typography/list/Li.svelte.d.ts +1 -1
  303. package/dist/typography/list/List.svelte +1 -1
  304. package/dist/typography/list/List.svelte.d.ts +1 -1
  305. package/dist/typography/mark/Mark.svelte +1 -1
  306. package/dist/typography/mark/Mark.svelte.d.ts +1 -1
  307. package/dist/typography/paragraph/P.svelte +1 -1
  308. package/dist/typography/paragraph/P.svelte.d.ts +1 -1
  309. package/dist/typography/secondary/Secondary.svelte +1 -1
  310. package/dist/typography/secondary/Secondary.svelte.d.ts +1 -1
  311. package/dist/typography/span/Span.svelte +1 -1
  312. package/dist/typography/span/Span.svelte.d.ts +1 -1
  313. package/dist/utils/Arrow.svelte +1 -1
  314. package/dist/utils/Arrow.svelte.d.ts +1 -1
  315. package/dist/utils/CloseButton.svelte +1 -1
  316. package/dist/utils/CloseButton.svelte.d.ts +1 -1
  317. package/dist/utils/Popper.svelte +1 -1
  318. package/dist/utils/Popper.svelte.d.ts +1 -1
  319. package/dist/video/Video.svelte +1 -1
  320. package/dist/video/Video.svelte.d.ts +1 -1
  321. package/package.json +1 -1
@@ -64,7 +64,7 @@
64
64
  @component
65
65
  [Go to docs](https://flowbite-svelte.com/)
66
66
  ## Type
67
- [TableSearchProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1682)
67
+ [TableSearchProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1667)
68
68
  ## Props
69
69
  @prop children
70
70
  @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#L1682)
5
+ * [TableSearchProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1667)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop header
@@ -55,7 +55,7 @@
55
55
  @component
56
56
  [Go to docs](https://flowbite-svelte.com/)
57
57
  ## Type
58
- [TabitemProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1710)
58
+ [TabitemProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1695)
59
59
  ## Props
60
60
  @prop children
61
61
  @prop titleSlot
@@ -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#L1710)
5
+ * [TabitemProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1695)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop titleSlot
@@ -47,7 +47,7 @@
47
47
  @component
48
48
  [Go to docs](https://flowbite-svelte.com/)
49
49
  ## Type
50
- [TabsProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1702)
50
+ [TabsProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1687)
51
51
  ## Props
52
52
  @prop children
53
53
  @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#L1702)
5
+ * [TabsProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1687)
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#L1754)
20
+ [ActivityProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1739)
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#L1754)
5
+ * [ActivityProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1739)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop class: className
@@ -36,7 +36,7 @@
36
36
  @component
37
37
  [Go to docs](https://flowbite-svelte.com/)
38
38
  ## Type
39
- [ActivityItemProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1758)
39
+ [ActivityItemProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1743)
40
40
  ## Props
41
41
  @prop activities
42
42
  @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#L1758)
5
+ * [ActivityItemProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1743)
6
6
  * ## Props
7
7
  * @prop activities
8
8
  * @prop liClass
@@ -22,7 +22,7 @@
22
22
  @component
23
23
  [Go to docs](https://flowbite-svelte.com/)
24
24
  ## Type
25
- [GroupProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1770)
25
+ [GroupProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1755)
26
26
  ## Props
27
27
  @prop children
28
28
  @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#L1770)
5
+ * [GroupProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1755)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop divClass
@@ -46,7 +46,7 @@
46
46
  @component
47
47
  [Go to docs](https://flowbite-svelte.com/)
48
48
  ## Type
49
- [GroupItemProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1778)
49
+ [GroupItemProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1763)
50
50
  ## Props
51
51
  @prop timelines
52
52
  @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#L1778)
5
+ * [GroupItemProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1763)
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#L1789)
24
+ [TimelineProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1774)
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#L1789)
5
+ * [TimelineProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1774)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop order = "default"
@@ -79,7 +79,7 @@
79
79
  @component
80
80
  [Go to docs](https://flowbite-svelte.com/)
81
81
  ## Type
82
- [TimelineItemProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1794)
82
+ [TimelineItemProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1779)
83
83
  ## Props
84
84
  @prop children
85
85
  @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#L1794)
5
+ * [TimelineItemProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1779)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop orientationSlot
@@ -41,7 +41,7 @@
41
41
  @component
42
42
  [Go to docs](https://flowbite-svelte.com/)
43
43
  ## Type
44
- [ToastProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1808)
44
+ [ToastProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1793)
45
45
  ## Props
46
46
  @prop children
47
47
  @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#L1808)
5
+ * [ToastProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1793)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop icon
@@ -41,7 +41,7 @@
41
41
  @component
42
42
  [Go to docs](https://flowbite-svelte.com/)
43
43
  ## Type
44
- [ToolbarProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1118)
44
+ [ToolbarProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1103)
45
45
  ## Props
46
46
  @prop children
47
47
  @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#L1118)
5
+ * [ToolbarProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1103)
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#L1124)
39
+ [ToolbarButtonProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1109)
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#L1124)
5
+ * [ToolbarButtonProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1109)
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#L1122)
27
+ [ToolbarGroupProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1107)
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#L1122)
5
+ * [ToolbarGroupProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1107)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop spacing
@@ -29,7 +29,7 @@
29
29
  @component
30
30
  [Go to docs](https://flowbite-svelte.com/)
31
31
  ## Type
32
- [TooltipProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1825)
32
+ [TooltipProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1810)
33
33
  ## Props
34
34
  @prop type = "dark"
35
35
  @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#L1825)
5
+ * [TooltipProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1810)
6
6
  * ## Props
7
7
  * @prop type = "dark"
8
8
  * @prop color = undefined
package/dist/types.d.ts CHANGED
@@ -60,6 +60,9 @@ import type { ClipboardVariants } from "./clipboard/theme";
60
60
  import type { AccordionItemVariants, AccordionVariants } from "./accordion/theme";
61
61
  import type { AvatarVariants } from "./avatar/theme";
62
62
  import type { BottomNavHeaderItemVariants, BottomNavHeaderVariants, BottomNavItemVariants, BottomNavVariants } from "./bottom-navigation/theme";
63
+ import type { BreadcrumbItemVariants, BreadcrumbVariants } from "./breadcrumb/theme";
64
+ import type { ButtonGroupVariants } from "./button-group/theme";
65
+ import type { AndroidVariants, DefaultMockupVariants, DesktopVariants, IosVariants, LaptopVariants, SmartwatchVariants, TabletVariants } from "./device-mockups/theme";
63
66
  export declare const xs = "xs";
64
67
  export declare const sm = "sm";
65
68
  export declare const md = "md";
@@ -228,13 +231,13 @@ export interface BottomNavHeaderItemProps extends BottomNavHeaderItemVariants, H
228
231
  itemName: string;
229
232
  active?: boolean;
230
233
  }
231
- export interface BreadcrumbProps extends HTMLAttributes<HTMLElement> {
234
+ export interface BreadcrumbProps extends BreadcrumbVariants, HTMLAttributes<HTMLElement> {
232
235
  children: Snippet;
233
236
  solid?: boolean;
234
237
  olClass?: ClassValue;
235
238
  ariaLabel?: string;
236
239
  }
237
- export interface BreadcrumbItemProps extends HTMLLiAttributes {
240
+ export interface BreadcrumbItemProps extends BreadcrumbItemVariants, HTMLLiAttributes {
238
241
  children: Snippet;
239
242
  icon?: Snippet;
240
243
  home?: boolean;
@@ -243,12 +246,10 @@ export interface BreadcrumbItemProps extends HTMLLiAttributes {
243
246
  spanClass?: ClassValue;
244
247
  homeClass?: ClassValue;
245
248
  }
246
- export interface ButtonGroupProps extends HTMLAttributes<HTMLDivElement> {
249
+ export interface ButtonGroupProps extends ButtonGroupVariants, HTMLAttributes<HTMLDivElement> {
247
250
  children: Snippet;
248
- size?: ButtonGroupSizeType;
249
251
  disabled?: boolean;
250
252
  }
251
- export type ButtonGroupSizeType = "sm" | "md" | "lg" | undefined;
252
253
  export type GradientButtonColor = NonNullable<VariantProps<typeof gradientButton>["color"]>;
253
254
  export type HTMLButtonOrAnchorAttributes = Omit<HTMLButtonAttributes & HTMLAnchorAttributes, "color">;
254
255
  export type ButtonProps = ButtonVariants & AnchorButtonAttributes & {
@@ -413,14 +414,21 @@ export interface DeviceMockupProps {
413
414
  children: Snippet;
414
415
  device?: DeviceVariantType;
415
416
  }
416
- export interface MockupBaseProps extends HTMLAttributes<HTMLElement> {
417
+ export interface DesktopProps extends DesktopVariants, HTMLAttributes<HTMLElement> {
417
418
  children?: Snippet;
418
419
  divClass?: ClassValue;
419
420
  div2Class?: ClassValue;
420
421
  div3Class?: ClassValue;
421
422
  div4Class?: ClassValue;
422
423
  }
423
- export interface AndroidProps extends HTMLAttributes<HTMLDivElement> {
424
+ export interface LaptopProps extends LaptopVariants, HTMLAttributes<HTMLDivElement> {
425
+ children?: Snippet;
426
+ divClass?: ClassValue;
427
+ div2Class?: ClassValue;
428
+ div3Class?: ClassValue;
429
+ div4Class?: ClassValue;
430
+ }
431
+ export interface AndroidProps extends AndroidVariants, HTMLAttributes<HTMLDivElement> {
424
432
  children?: Snippet;
425
433
  divClass?: ClassValue;
426
434
  div2Class?: ClassValue;
@@ -430,7 +438,7 @@ export interface AndroidProps extends HTMLAttributes<HTMLDivElement> {
430
438
  div6Class?: ClassValue;
431
439
  div7Class?: ClassValue;
432
440
  }
433
- export interface DefaultMockupProps {
441
+ export interface DefaultMockupProps extends DefaultMockupVariants, HTMLAttributes<HTMLDivElement> {
434
442
  children?: Snippet;
435
443
  divClass?: ClassValue;
436
444
  div2Class?: ClassValue;
@@ -439,7 +447,7 @@ export interface DefaultMockupProps {
439
447
  div5Class?: ClassValue;
440
448
  div6Class?: ClassValue;
441
449
  }
442
- export interface IosProps {
450
+ export interface IosProps extends IosVariants, HTMLAttributes<HTMLDivElement> {
443
451
  children?: Snippet;
444
452
  divClass?: ClassValue;
445
453
  div2Class?: ClassValue;
@@ -448,7 +456,7 @@ export interface IosProps {
448
456
  div5Class?: ClassValue;
449
457
  div6Class?: ClassValue;
450
458
  }
451
- export interface SmartwatchProps {
459
+ export interface SmartwatchProps extends SmartwatchVariants, HTMLAttributes<HTMLDivElement> {
452
460
  children?: Snippet;
453
461
  divClass?: ClassValue;
454
462
  div2Class?: ClassValue;
@@ -457,7 +465,7 @@ export interface SmartwatchProps {
457
465
  div5Class?: ClassValue;
458
466
  div6Class?: ClassValue;
459
467
  }
460
- export interface TabletProps {
468
+ export interface TabletProps extends TabletVariants, HTMLAttributes<HTMLDivElement> {
461
469
  children?: Snippet;
462
470
  divClass?: ClassValue;
463
471
  div2Class?: ClassValue;
@@ -769,7 +777,7 @@ export interface TimepickerProps {
769
777
  type?: TimePickerType;
770
778
  optionLabel?: string;
771
779
  options?: TimePickerOption[];
772
- size?: ButtonGroupSizeType;
780
+ size?: ButtonGroupVariants["size"];
773
781
  divClass?: ClassValue;
774
782
  inputClass?: ClassValue;
775
783
  selectClass?: ClassValue;
@@ -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#L1833)
46
+ [AnchorProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1818)
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#L1833)
5
+ * [AnchorProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1818)
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#L1862)
31
+ [BlockquoteProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1847)
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#L1862)
5
+ * [BlockquoteProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1847)
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#L1872)
27
+ [DescriptionListProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1857)
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#L1872)
5
+ * [DescriptionListProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1857)
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#L1878)
22
+ [HeadingProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1863)
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#L1878)
5
+ * [HeadingProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1863)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop tag = "h1"
@@ -26,7 +26,7 @@
26
26
  @component
27
27
  [Go to docs](https://flowbite-svelte.com/)
28
28
  ## Type
29
- [HrProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1884)
29
+ [HrProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1869)
30
30
  ## Props
31
31
  @prop children
32
32
  @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#L1884)
5
+ * [HrProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1869)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop divClass
@@ -36,7 +36,7 @@
36
36
  @component
37
37
  [Go to docs](https://flowbite-svelte.com/)
38
38
  ## Type
39
- [EnhandedImgProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1916)
39
+ [EnhandedImgProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1901)
40
40
  ## Props
41
41
  @prop src
42
42
  @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#L1916)
5
+ * [EnhandedImgProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1901)
6
6
  * ## Props
7
7
  * @prop src
8
8
  * @prop href
@@ -36,7 +36,7 @@
36
36
  @component
37
37
  [Go to docs](https://flowbite-svelte.com/)
38
38
  ## Type
39
- [ImgProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1907)
39
+ [ImgProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1892)
40
40
  ## Props
41
41
  @prop size = "none"
42
42
  @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#L1907)
5
+ * [ImgProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1892)
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#L1929)
22
+ [LayoutProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1914)
23
23
  ## Props
24
24
  @prop children
25
25
  @prop class: className
@@ -2,7 +2,7 @@ import type { LayoutProps } from "../../types";
2
2
  /**
3
3
  * [Go to docs](https://flowbite-svelte.com/)
4
4
  * ## Type
5
- * [LayoutProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1929)
5
+ * [LayoutProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1914)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop class: className
@@ -21,7 +21,7 @@
21
21
  @component
22
22
  [Go to docs](https://flowbite-svelte.com/)
23
23
  ## Type
24
- [LiProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1942)
24
+ [LiProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1927)
25
25
  ## Props
26
26
  @prop children
27
27
  @prop icon
@@ -2,7 +2,7 @@ import type { LiProps } from "../../types";
2
2
  /**
3
3
  * [Go to docs](https://flowbite-svelte.com/)
4
4
  * ## Type
5
- * [LiProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1942)
5
+ * [LiProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1927)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop icon
@@ -28,7 +28,7 @@
28
28
  @component
29
29
  [Go to docs](https://flowbite-svelte.com/)
30
30
  ## Type
31
- [ListProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1934)
31
+ [ListProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1919)
32
32
  ## Props
33
33
  @prop children
34
34
  @prop tag = "ul"
@@ -2,7 +2,7 @@ import type { ListProps } from "../../types";
2
2
  /**
3
3
  * [Go to docs](https://flowbite-svelte.com/)
4
4
  * ## Type
5
- * [ListProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1934)
5
+ * [ListProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1919)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop tag = "ul"
@@ -18,7 +18,7 @@
18
18
  @component
19
19
  [Go to docs](https://flowbite-svelte.com/)
20
20
  ## Type
21
- [MarkProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1948)
21
+ [MarkProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1933)
22
22
  ## Props
23
23
  @prop children
24
24
  @prop class: className
@@ -2,7 +2,7 @@ import type { MarkProps } from "../../types";
2
2
  /**
3
3
  * [Go to docs](https://flowbite-svelte.com/)
4
4
  * ## Type
5
- * [MarkProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1948)
5
+ * [MarkProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1933)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop class: className