flowbite-svelte 1.10.3 → 1.10.5

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 (123) hide show
  1. package/dist/modal/Modal.svelte +9 -4
  2. package/dist/sidebar/Sidebar.svelte +25 -15
  3. package/dist/sidebar/Sidebar.svelte.d.ts +1 -0
  4. package/dist/sidebar/SidebarBrand.svelte +1 -1
  5. package/dist/sidebar/SidebarBrand.svelte.d.ts +1 -1
  6. package/dist/sidebar/SidebarButton.svelte +1 -1
  7. package/dist/sidebar/SidebarButton.svelte.d.ts +1 -1
  8. package/dist/sidebar/SidebarCta.svelte +1 -1
  9. package/dist/sidebar/SidebarCta.svelte.d.ts +1 -1
  10. package/dist/sidebar/SidebarDropdownWrapper.svelte +1 -1
  11. package/dist/sidebar/SidebarDropdownWrapper.svelte.d.ts +1 -1
  12. package/dist/sidebar/SidebarGroup.svelte +1 -1
  13. package/dist/sidebar/SidebarGroup.svelte.d.ts +1 -1
  14. package/dist/sidebar/SidebarItem.svelte +1 -1
  15. package/dist/sidebar/SidebarItem.svelte.d.ts +1 -1
  16. package/dist/skeleton/CardPlaceholder.svelte +1 -1
  17. package/dist/skeleton/CardPlaceholder.svelte.d.ts +1 -1
  18. package/dist/skeleton/ImagePlaceholder.svelte +1 -1
  19. package/dist/skeleton/ImagePlaceholder.svelte.d.ts +1 -1
  20. package/dist/skeleton/ListPlaceholder.svelte +1 -1
  21. package/dist/skeleton/ListPlaceholder.svelte.d.ts +1 -1
  22. package/dist/skeleton/Skeleton.svelte +1 -1
  23. package/dist/skeleton/Skeleton.svelte.d.ts +1 -1
  24. package/dist/skeleton/TestimonialPlaceholder.svelte +1 -1
  25. package/dist/skeleton/TestimonialPlaceholder.svelte.d.ts +1 -1
  26. package/dist/skeleton/TextPlaceholder.svelte +1 -1
  27. package/dist/skeleton/TextPlaceholder.svelte.d.ts +1 -1
  28. package/dist/skeleton/VideoPlaceholder.svelte +1 -1
  29. package/dist/skeleton/VideoPlaceholder.svelte.d.ts +1 -1
  30. package/dist/skeleton/WidgetPlaceholder.svelte +1 -1
  31. package/dist/skeleton/WidgetPlaceholder.svelte.d.ts +1 -1
  32. package/dist/speed-dial/SpeedDial.svelte +1 -1
  33. package/dist/speed-dial/SpeedDial.svelte.d.ts +1 -1
  34. package/dist/speed-dial/SpeedDialButton.svelte +1 -1
  35. package/dist/speed-dial/SpeedDialButton.svelte.d.ts +1 -1
  36. package/dist/speed-dial/SpeedDialTrigger.svelte +1 -1
  37. package/dist/speed-dial/SpeedDialTrigger.svelte.d.ts +1 -1
  38. package/dist/spinner/Spinner.svelte +1 -1
  39. package/dist/spinner/Spinner.svelte.d.ts +1 -1
  40. package/dist/stepindicator/StepIndicator.svelte +1 -1
  41. package/dist/stepindicator/StepIndicator.svelte.d.ts +1 -1
  42. package/dist/stepper/BreadcrumbStepper.svelte +1 -1
  43. package/dist/stepper/BreadcrumbStepper.svelte.d.ts +1 -1
  44. package/dist/stepper/DetailedStepper.svelte +1 -1
  45. package/dist/stepper/DetailedStepper.svelte.d.ts +1 -1
  46. package/dist/stepper/ProgressStepper.svelte +1 -1
  47. package/dist/stepper/ProgressStepper.svelte.d.ts +1 -1
  48. package/dist/stepper/Stepper.svelte +1 -1
  49. package/dist/stepper/Stepper.svelte.d.ts +1 -1
  50. package/dist/stepper/TimelineStepper.svelte +1 -1
  51. package/dist/stepper/TimelineStepper.svelte.d.ts +1 -1
  52. package/dist/stepper/VerticalStepper.svelte +1 -1
  53. package/dist/stepper/VerticalStepper.svelte.d.ts +1 -1
  54. package/dist/table/Table.svelte +1 -1
  55. package/dist/table/Table.svelte.d.ts +1 -1
  56. package/dist/table/TableBody.svelte +1 -1
  57. package/dist/table/TableBody.svelte.d.ts +1 -1
  58. package/dist/table/TableBodyCell.svelte +1 -1
  59. package/dist/table/TableBodyCell.svelte.d.ts +1 -1
  60. package/dist/table/TableBodyRow.svelte +1 -1
  61. package/dist/table/TableBodyRow.svelte.d.ts +1 -1
  62. package/dist/table/TableHead.svelte +1 -1
  63. package/dist/table/TableHead.svelte.d.ts +1 -1
  64. package/dist/table/TableHeadCell.svelte +1 -1
  65. package/dist/table/TableHeadCell.svelte.d.ts +1 -1
  66. package/dist/table/TableSearch.svelte +1 -1
  67. package/dist/table/TableSearch.svelte.d.ts +1 -1
  68. package/dist/tabs/TabItem.svelte +1 -1
  69. package/dist/tabs/TabItem.svelte.d.ts +1 -1
  70. package/dist/tabs/Tabs.svelte +1 -1
  71. package/dist/tabs/Tabs.svelte.d.ts +1 -1
  72. package/dist/timeline/Activity.svelte +1 -1
  73. package/dist/timeline/Activity.svelte.d.ts +1 -1
  74. package/dist/timeline/ActivityItem.svelte +1 -1
  75. package/dist/timeline/ActivityItem.svelte.d.ts +1 -1
  76. package/dist/timeline/Group.svelte +1 -1
  77. package/dist/timeline/Group.svelte.d.ts +1 -1
  78. package/dist/timeline/GroupItem.svelte +1 -1
  79. package/dist/timeline/GroupItem.svelte.d.ts +1 -1
  80. package/dist/timeline/Timeline.svelte +1 -1
  81. package/dist/timeline/Timeline.svelte.d.ts +1 -1
  82. package/dist/timeline/TimelineItem.svelte +1 -1
  83. package/dist/timeline/TimelineItem.svelte.d.ts +1 -1
  84. package/dist/toast/Toast.svelte +1 -1
  85. package/dist/toast/Toast.svelte.d.ts +1 -1
  86. package/dist/tooltip/Tooltip.svelte +1 -1
  87. package/dist/tooltip/Tooltip.svelte.d.ts +1 -1
  88. package/dist/types.d.ts +1 -0
  89. package/dist/typography/anchor/A.svelte +1 -1
  90. package/dist/typography/anchor/A.svelte.d.ts +1 -1
  91. package/dist/typography/blockquote/Blockquote.svelte +1 -1
  92. package/dist/typography/blockquote/Blockquote.svelte.d.ts +1 -1
  93. package/dist/typography/descriptionlist/DescriptionList.svelte +1 -1
  94. package/dist/typography/descriptionlist/DescriptionList.svelte.d.ts +1 -1
  95. package/dist/typography/heading/Heading.svelte +1 -1
  96. package/dist/typography/heading/Heading.svelte.d.ts +1 -1
  97. package/dist/typography/hr/Hr.svelte +1 -1
  98. package/dist/typography/hr/Hr.svelte.d.ts +1 -1
  99. package/dist/typography/img/EnhancedImg.svelte +1 -1
  100. package/dist/typography/img/EnhancedImg.svelte.d.ts +1 -1
  101. package/dist/typography/img/Img.svelte +1 -1
  102. package/dist/typography/img/Img.svelte.d.ts +1 -1
  103. package/dist/typography/layout/Layout.svelte +1 -1
  104. package/dist/typography/layout/Layout.svelte.d.ts +1 -1
  105. package/dist/typography/list/Li.svelte +1 -1
  106. package/dist/typography/list/Li.svelte.d.ts +1 -1
  107. package/dist/typography/list/List.svelte +1 -1
  108. package/dist/typography/list/List.svelte.d.ts +1 -1
  109. package/dist/typography/mark/Mark.svelte +1 -1
  110. package/dist/typography/mark/Mark.svelte.d.ts +1 -1
  111. package/dist/typography/paragraph/P.svelte +1 -1
  112. package/dist/typography/paragraph/P.svelte.d.ts +1 -1
  113. package/dist/typography/secondary/Secondary.svelte +1 -1
  114. package/dist/typography/secondary/Secondary.svelte.d.ts +1 -1
  115. package/dist/typography/span/Span.svelte +1 -1
  116. package/dist/typography/span/Span.svelte.d.ts +1 -1
  117. package/dist/utils/Arrow.svelte +1 -1
  118. package/dist/utils/Arrow.svelte.d.ts +1 -1
  119. package/dist/utils/Popper.svelte +1 -1
  120. package/dist/utils/Popper.svelte.d.ts +1 -1
  121. package/dist/video/Video.svelte +1 -1
  122. package/dist/video/Video.svelte.d.ts +1 -1
  123. package/package.json +1 -1
@@ -50,7 +50,7 @@
50
50
  @component
51
51
  [Go to docs](https://flowbite-svelte.com/)
52
52
  ## Type
53
- [VerticalStepperProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1581)
53
+ [VerticalStepperProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1582)
54
54
  ## Props
55
55
  @prop children
56
56
  @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#L1581)
5
+ * [VerticalStepperProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1582)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop steps = []
@@ -53,7 +53,7 @@
53
53
  @component
54
54
  [Go to docs](https://flowbite-svelte.com/)
55
55
  ## Type
56
- [TableProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1643)
56
+ [TableProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1644)
57
57
  ## Props
58
58
  @prop children
59
59
  @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#L1643)
5
+ * [TableProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1644)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop footerSlot
@@ -36,7 +36,7 @@
36
36
  @component
37
37
  [Go to docs](https://flowbite-svelte.com/)
38
38
  ## Type
39
- [TableBodyProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1675)
39
+ [TableBodyProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1676)
40
40
  ## Props
41
41
  @prop children
42
42
  @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#L1675)
5
+ * [TableBodyProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1676)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop bodyItems
@@ -26,7 +26,7 @@
26
26
  @component
27
27
  [Go to docs](https://flowbite-svelte.com/)
28
28
  ## Type
29
- [TableBodyCellProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1664)
29
+ [TableBodyCellProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1665)
30
30
  ## Props
31
31
  @prop children
32
32
  @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#L1664)
5
+ * [TableBodyCellProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1665)
6
6
  * ## Props
7
7
  * @prop children
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
- [TableBodyRowProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1656)
33
+ [TableBodyRowProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1657)
34
34
  ## Props
35
35
  @prop children
36
36
  @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#L1656)
5
+ * [TableBodyRowProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1657)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop class: className
@@ -53,7 +53,7 @@
53
53
  @component
54
54
  [Go to docs](https://flowbite-svelte.com/)
55
55
  ## Type
56
- [TableHeadProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1631)
56
+ [TableHeadProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1632)
57
57
  ## Props
58
58
  @prop children
59
59
  @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#L1631)
5
+ * [TableHeadProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1632)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop headerSlot
@@ -20,7 +20,7 @@
20
20
  @component
21
21
  [Go to docs](https://flowbite-svelte.com/)
22
22
  ## Type
23
- [TableHeadCellProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1680)
23
+ [TableHeadCellProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1681)
24
24
  ## Props
25
25
  @prop children
26
26
  @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#L1680)
5
+ * [TableHeadCellProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1681)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop class: className
@@ -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#L1695)
67
+ [TableSearchProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1696)
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#L1695)
5
+ * [TableSearchProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1696)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop header
@@ -54,7 +54,7 @@
54
54
  @component
55
55
  [Go to docs](https://flowbite-svelte.com/)
56
56
  ## Type
57
- [TabitemProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1723)
57
+ [TabitemProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1724)
58
58
  ## Props
59
59
  @prop children
60
60
  @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#L1723)
5
+ * [TabitemProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1724)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop titleSlot
@@ -48,7 +48,7 @@
48
48
  @component
49
49
  [Go to docs](https://flowbite-svelte.com/)
50
50
  ## Type
51
- [TabsProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1715)
51
+ [TabsProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1716)
52
52
  ## Props
53
53
  @prop children
54
54
  @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#L1715)
5
+ * [TabsProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1716)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop tabStyle = "none"
@@ -18,7 +18,7 @@
18
18
  @component
19
19
  [Go to docs](https://flowbite-svelte.com/)
20
20
  ## Type
21
- [ActivityProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1767)
21
+ [ActivityProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1768)
22
22
  ## Props
23
23
  @prop children
24
24
  @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#L1767)
5
+ * [ActivityProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1768)
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#L1771)
39
+ [ActivityItemProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1772)
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#L1771)
5
+ * [ActivityItemProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1772)
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#L1783)
25
+ [GroupProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1784)
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#L1783)
5
+ * [GroupProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1784)
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#L1791)
49
+ [GroupItemProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1792)
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#L1791)
5
+ * [GroupItemProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1792)
6
6
  * ## Props
7
7
  * @prop timelines
8
8
  * @prop aClass
@@ -22,7 +22,7 @@
22
22
  @component
23
23
  [Go to docs](https://flowbite-svelte.com/)
24
24
  ## Type
25
- [TimelineProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1802)
25
+ [TimelineProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1803)
26
26
  ## Props
27
27
  @prop children
28
28
  @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#L1802)
5
+ * [TimelineProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1803)
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#L1807)
82
+ [TimelineItemProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1808)
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#L1807)
5
+ * [TimelineItemProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1808)
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#L1821)
44
+ [ToastProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1822)
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#L1821)
5
+ * [ToastProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1822)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop icon
@@ -30,7 +30,7 @@
30
30
  @component
31
31
  [Go to docs](https://flowbite-svelte.com/)
32
32
  ## Type
33
- [TooltipProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1838)
33
+ [TooltipProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1839)
34
34
  ## Props
35
35
  @prop type = "dark"
36
36
  @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#L1838)
5
+ * [TooltipProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1839)
6
6
  * ## Props
7
7
  * @prop type = "dark"
8
8
  * @prop color = undefined
package/dist/types.d.ts CHANGED
@@ -1191,6 +1191,7 @@ export interface SidebarProps extends SidebarVariants, HTMLAttributes<HTMLElemen
1191
1191
  backdropClass?: ClassValue;
1192
1192
  activeUrl?: string;
1193
1193
  alwaysOpen?: boolean;
1194
+ disableBreakpoints?: boolean;
1194
1195
  }
1195
1196
  export interface SidebarButtonProps extends HTMLButtonAttributes {
1196
1197
  breakpoint?: SidebarVariants["breakpoint"];
@@ -44,7 +44,7 @@
44
44
  @component
45
45
  [Go to docs](https://flowbite-svelte.com/)
46
46
  ## Type
47
- [AnchorProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1846)
47
+ [AnchorProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1847)
48
48
  ## Props
49
49
  @prop children
50
50
  @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#L1846)
5
+ * [AnchorProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1847)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop color = "primary"
@@ -29,7 +29,7 @@
29
29
  @component
30
30
  [Go to docs](https://flowbite-svelte.com/)
31
31
  ## Type
32
- [BlockquoteProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1875)
32
+ [BlockquoteProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1876)
33
33
  ## Props
34
34
  @prop children
35
35
  @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#L1875)
5
+ * [BlockquoteProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1876)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop class: className
@@ -25,7 +25,7 @@
25
25
  @component
26
26
  [Go to docs](https://flowbite-svelte.com/)
27
27
  ## Type
28
- [DescriptionListProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1885)
28
+ [DescriptionListProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1886)
29
29
  ## Props
30
30
  @prop children
31
31
  @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#L1885)
5
+ * [DescriptionListProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1886)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop tag
@@ -20,7 +20,7 @@
20
20
  @component
21
21
  [Go to docs](https://flowbite-svelte.com/)
22
22
  ## Type
23
- [HeadingProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1891)
23
+ [HeadingProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1892)
24
24
  ## Props
25
25
  @prop children
26
26
  @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#L1891)
5
+ * [HeadingProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1892)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop tag = "h1"
@@ -27,7 +27,7 @@
27
27
  @component
28
28
  [Go to docs](https://flowbite-svelte.com/)
29
29
  ## Type
30
- [HrProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1897)
30
+ [HrProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1898)
31
31
  ## Props
32
32
  @prop children
33
33
  @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#L1897)
5
+ * [HrProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1898)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop divClass
@@ -37,7 +37,7 @@
37
37
  @component
38
38
  [Go to docs](https://flowbite-svelte.com/)
39
39
  ## Type
40
- [EnhandedImgProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1929)
40
+ [EnhandedImgProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1930)
41
41
  ## Props
42
42
  @prop src
43
43
  @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#L1929)
5
+ * [EnhandedImgProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1930)
6
6
  * ## Props
7
7
  * @prop src
8
8
  * @prop href
@@ -37,7 +37,7 @@
37
37
  @component
38
38
  [Go to docs](https://flowbite-svelte.com/)
39
39
  ## Type
40
- [ImgProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1920)
40
+ [ImgProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1921)
41
41
  ## Props
42
42
  @prop size = "none"
43
43
  @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#L1920)
5
+ * [ImgProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1921)
6
6
  * ## Props
7
7
  * @prop size = "none"
8
8
  * @prop effect = "none"
@@ -20,7 +20,7 @@
20
20
  @component
21
21
  [Go to docs](https://flowbite-svelte.com/)
22
22
  ## Type
23
- [LayoutProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1942)
23
+ [LayoutProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1943)
24
24
  ## Props
25
25
  @prop children
26
26
  @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#L1942)
5
+ * [LayoutProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1943)
6
6
  * ## Props
7
7
  * @prop children
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
- [LiProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1955)
25
+ [LiProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1956)
26
26
  ## Props
27
27
  @prop children
28
28
  @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#L1955)
5
+ * [LiProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1956)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop icon
@@ -29,7 +29,7 @@
29
29
  @component
30
30
  [Go to docs](https://flowbite-svelte.com/)
31
31
  ## Type
32
- [ListProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1947)
32
+ [ListProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1948)
33
33
  ## Props
34
34
  @prop children
35
35
  @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#L1947)
5
+ * [ListProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1948)
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#L1961)
21
+ [MarkProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1962)
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#L1961)
5
+ * [MarkProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1962)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop class: className
@@ -20,7 +20,7 @@
20
20
  @component
21
21
  [Go to docs](https://flowbite-svelte.com/)
22
22
  ## Type
23
- [ParagraphProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1966)
23
+ [ParagraphProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1967)
24
24
  ## Props
25
25
  @prop children
26
26
  @prop class: className = "text-gray-900 dark:text-white"