flowbite-svelte 1.24.1 → 1.26.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (110) hide show
  1. package/dist/command-palette/CommandPalette.svelte +1 -1
  2. package/dist/command-palette/CommandPalette.svelte.d.ts +1 -1
  3. package/dist/index.d.ts +1 -0
  4. package/dist/index.js +1 -0
  5. package/dist/kanban/KanbanCard.svelte +1 -1
  6. package/dist/kanban/KanbanCard.svelte.d.ts +1 -1
  7. package/dist/scroll-spy/ScrollSpy.svelte +1 -1
  8. package/dist/scroll-spy/ScrollSpy.svelte.d.ts +1 -1
  9. package/dist/spinner/Spinner.svelte +72 -14
  10. package/dist/spinner/Spinner.svelte.d.ts +2 -1
  11. package/dist/spinner/theme.d.ts +23 -2
  12. package/dist/spinner/theme.js +29 -22
  13. package/dist/split-pane/Divider.svelte +3 -2
  14. package/dist/split-pane/Divider.svelte.d.ts +1 -1
  15. package/dist/split-pane/Pane.svelte +1 -1
  16. package/dist/split-pane/Pane.svelte.d.ts +1 -1
  17. package/dist/split-pane/SplitPane.svelte +35 -91
  18. package/dist/split-pane/SplitPane.svelte.d.ts +1 -1
  19. package/dist/step-indicator/StepIndicator.svelte +1 -1
  20. package/dist/step-indicator/StepIndicator.svelte.d.ts +1 -1
  21. package/dist/stepper/BreadcrumbStepper.svelte +1 -1
  22. package/dist/stepper/BreadcrumbStepper.svelte.d.ts +1 -1
  23. package/dist/stepper/DetailedStepper.svelte +1 -1
  24. package/dist/stepper/DetailedStepper.svelte.d.ts +1 -1
  25. package/dist/stepper/ProgressStepper.svelte +1 -1
  26. package/dist/stepper/ProgressStepper.svelte.d.ts +1 -1
  27. package/dist/stepper/Stepper.svelte +1 -1
  28. package/dist/stepper/Stepper.svelte.d.ts +1 -1
  29. package/dist/stepper/TimelineStepper.svelte +1 -1
  30. package/dist/stepper/TimelineStepper.svelte.d.ts +1 -1
  31. package/dist/stepper/VerticalStepper.svelte +1 -1
  32. package/dist/stepper/VerticalStepper.svelte.d.ts +1 -1
  33. package/dist/table/Table.svelte +1 -1
  34. package/dist/table/Table.svelte.d.ts +1 -1
  35. package/dist/table/TableBody.svelte +1 -1
  36. package/dist/table/TableBody.svelte.d.ts +1 -1
  37. package/dist/table/TableBodyCell.svelte +1 -1
  38. package/dist/table/TableBodyCell.svelte.d.ts +1 -1
  39. package/dist/table/TableBodyRow.svelte +1 -1
  40. package/dist/table/TableBodyRow.svelte.d.ts +1 -1
  41. package/dist/table/TableHead.svelte +1 -1
  42. package/dist/table/TableHead.svelte.d.ts +1 -1
  43. package/dist/table/TableHeadCell.svelte +1 -1
  44. package/dist/table/TableHeadCell.svelte.d.ts +1 -1
  45. package/dist/table/TableSearch.svelte +1 -1
  46. package/dist/table/TableSearch.svelte.d.ts +1 -1
  47. package/dist/tabs/TabItem.svelte +1 -1
  48. package/dist/tabs/TabItem.svelte.d.ts +1 -1
  49. package/dist/tabs/Tabs.svelte +1 -1
  50. package/dist/tabs/Tabs.svelte.d.ts +1 -1
  51. package/dist/theme/themes.d.ts +1 -0
  52. package/dist/theme/themes.js +1 -0
  53. package/dist/timeline/Activity.svelte +1 -1
  54. package/dist/timeline/Activity.svelte.d.ts +1 -1
  55. package/dist/timeline/ActivityItem.svelte +1 -1
  56. package/dist/timeline/ActivityItem.svelte.d.ts +1 -1
  57. package/dist/timeline/Group.svelte +1 -1
  58. package/dist/timeline/Group.svelte.d.ts +1 -1
  59. package/dist/timeline/GroupItem.svelte +1 -1
  60. package/dist/timeline/GroupItem.svelte.d.ts +1 -1
  61. package/dist/timeline/Timeline.svelte +1 -1
  62. package/dist/timeline/Timeline.svelte.d.ts +1 -1
  63. package/dist/timeline/TimelineItem.svelte +1 -1
  64. package/dist/timeline/TimelineItem.svelte.d.ts +1 -1
  65. package/dist/toast/Toast.svelte +1 -1
  66. package/dist/toast/Toast.svelte.d.ts +1 -1
  67. package/dist/tooltip/Tooltip.svelte +1 -1
  68. package/dist/tooltip/Tooltip.svelte.d.ts +1 -1
  69. package/dist/types.d.ts +15 -0
  70. package/dist/typography/a/A.svelte +1 -1
  71. package/dist/typography/a/A.svelte.d.ts +1 -1
  72. package/dist/typography/blockquote/Blockquote.svelte +1 -1
  73. package/dist/typography/blockquote/Blockquote.svelte.d.ts +1 -1
  74. package/dist/typography/descriptionlist/DescriptionList.svelte +1 -1
  75. package/dist/typography/descriptionlist/DescriptionList.svelte.d.ts +1 -1
  76. package/dist/typography/heading/Heading.svelte +1 -1
  77. package/dist/typography/heading/Heading.svelte.d.ts +1 -1
  78. package/dist/typography/img/EnhancedImg.svelte +1 -1
  79. package/dist/typography/img/EnhancedImg.svelte.d.ts +1 -1
  80. package/dist/typography/img/Img.svelte +1 -1
  81. package/dist/typography/img/Img.svelte.d.ts +1 -1
  82. package/dist/typography/layout/Layout.svelte +1 -1
  83. package/dist/typography/layout/Layout.svelte.d.ts +1 -1
  84. package/dist/typography/list/Li.svelte +1 -1
  85. package/dist/typography/list/Li.svelte.d.ts +1 -1
  86. package/dist/typography/list/List.svelte +1 -1
  87. package/dist/typography/list/List.svelte.d.ts +1 -1
  88. package/dist/typography/mark/Mark.svelte +1 -1
  89. package/dist/typography/mark/Mark.svelte.d.ts +1 -1
  90. package/dist/typography/paragraph/P.svelte +1 -1
  91. package/dist/typography/paragraph/P.svelte.d.ts +1 -1
  92. package/dist/typography/secondary/Secondary.svelte +1 -1
  93. package/dist/typography/secondary/Secondary.svelte.d.ts +1 -1
  94. package/dist/typography/span/Span.svelte +1 -1
  95. package/dist/typography/span/Span.svelte.d.ts +1 -1
  96. package/dist/utils/Arrow.svelte +1 -1
  97. package/dist/utils/Arrow.svelte.d.ts +1 -1
  98. package/dist/utils/Popper.svelte +1 -1
  99. package/dist/utils/Popper.svelte.d.ts +1 -1
  100. package/dist/utils/nonPassiveTouch.d.ts +3 -0
  101. package/dist/utils/nonPassiveTouch.js +8 -0
  102. package/dist/video/Video.svelte +1 -1
  103. package/dist/video/Video.svelte.d.ts +1 -1
  104. package/dist/virtual-masonry/VirtualMasonry.svelte +185 -0
  105. package/dist/virtual-masonry/VirtualMasonry.svelte.d.ts +44 -0
  106. package/dist/virtual-masonry/index.d.ts +3 -0
  107. package/dist/virtual-masonry/index.js +2 -0
  108. package/dist/virtual-masonry/theme.d.ts +40 -0
  109. package/dist/virtual-masonry/theme.js +18 -0
  110. package/package.json +5 -1
@@ -2,7 +2,7 @@ import type { ProgressStepperProps } from "../types";
2
2
  /**
3
3
  * [Go to docs](https://flowbite-svelte.com/)
4
4
  * ## Type
5
- * [ProgressStepperProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1596)
5
+ * [ProgressStepperProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1597)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop steps = []
@@ -58,7 +58,7 @@
58
58
  @component
59
59
  [Go to docs](https://flowbite-svelte.com/)
60
60
  ## Type
61
- [StepperProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1584)
61
+ [StepperProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1585)
62
62
  ## Props
63
63
  @prop children
64
64
  @prop steps = []
@@ -2,7 +2,7 @@ import type { StepperProps } from "../types";
2
2
  /**
3
3
  * [Go to docs](https://flowbite-svelte.com/)
4
4
  * ## Type
5
- * [StepperProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1584)
5
+ * [StepperProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1585)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop steps = []
@@ -54,7 +54,7 @@
54
54
  @component
55
55
  [Go to docs](https://flowbite-svelte.com/)
56
56
  ## Type
57
- [TimelineStepperProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1656)
57
+ [TimelineStepperProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1657)
58
58
  ## Props
59
59
  @prop children
60
60
  @prop steps = []
@@ -2,7 +2,7 @@ import type { TimelineStepperProps } from "../types";
2
2
  /**
3
3
  * [Go to docs](https://flowbite-svelte.com/)
4
4
  * ## Type
5
- * [TimelineStepperProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1656)
5
+ * [TimelineStepperProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1657)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop steps = []
@@ -52,7 +52,7 @@
52
52
  @component
53
53
  [Go to docs](https://flowbite-svelte.com/)
54
54
  ## Type
55
- [VerticalStepperProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1626)
55
+ [VerticalStepperProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1627)
56
56
  ## Props
57
57
  @prop children
58
58
  @prop steps = []
@@ -2,7 +2,7 @@ import type { VerticalStepperProps } from "../types";
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#L1626)
5
+ * [VerticalStepperProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1627)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop steps = []
@@ -61,7 +61,7 @@
61
61
  @component
62
62
  [Go to docs](https://flowbite-svelte.com/)
63
63
  ## Type
64
- [TableProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1688)
64
+ [TableProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1689)
65
65
  ## Props
66
66
  @prop children
67
67
  @prop footerSlot
@@ -2,7 +2,7 @@ import type { TableProps } from "../types";
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#L1688)
5
+ * [TableProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1689)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop footerSlot
@@ -33,7 +33,7 @@
33
33
  @component
34
34
  [Go to docs](https://flowbite-svelte.com/)
35
35
  ## Type
36
- [TableBodyProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1720)
36
+ [TableBodyProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1721)
37
37
  ## Props
38
38
  @prop children
39
39
  @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#L1720)
5
+ * [TableBodyProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1721)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop bodyItems
@@ -25,7 +25,7 @@
25
25
  @component
26
26
  [Go to docs](https://flowbite-svelte.com/)
27
27
  ## Type
28
- [TableBodyCellProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1709)
28
+ [TableBodyCellProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1710)
29
29
  ## Props
30
30
  @prop children
31
31
  @prop class: className
@@ -2,7 +2,7 @@ import type { TableBodyCellProps } from "../types";
2
2
  /**
3
3
  * [Go to docs](https://flowbite-svelte.com/)
4
4
  * ## Type
5
- * [TableBodyCellProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1709)
5
+ * [TableBodyCellProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1710)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop class: className
@@ -29,7 +29,7 @@
29
29
  @component
30
30
  [Go to docs](https://flowbite-svelte.com/)
31
31
  ## Type
32
- [TableBodyRowProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1701)
32
+ [TableBodyRowProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1702)
33
33
  ## Props
34
34
  @prop children
35
35
  @prop class: className
@@ -2,7 +2,7 @@ import type { TableBodyRowProps } from "../types";
2
2
  /**
3
3
  * [Go to docs](https://flowbite-svelte.com/)
4
4
  * ## Type
5
- * [TableBodyRowProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1701)
5
+ * [TableBodyRowProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1702)
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#L1676)
56
+ [TableHeadProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1677)
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#L1676)
5
+ * [TableHeadProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1677)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop headerSlot
@@ -19,7 +19,7 @@
19
19
  @component
20
20
  [Go to docs](https://flowbite-svelte.com/)
21
21
  ## Type
22
- [TableHeadCellProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1725)
22
+ [TableHeadCellProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1726)
23
23
  ## Props
24
24
  @prop children
25
25
  @prop class: className
@@ -2,7 +2,7 @@ import type { TableHeadCellProps } from "../types";
2
2
  /**
3
3
  * [Go to docs](https://flowbite-svelte.com/)
4
4
  * ## Type
5
- * [TableHeadCellProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1725)
5
+ * [TableHeadCellProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1726)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop class: className
@@ -94,7 +94,7 @@
94
94
  @component
95
95
  [Go to docs](https://flowbite-svelte.com/)
96
96
  ## Type
97
- [TableSearchProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1740)
97
+ [TableSearchProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1741)
98
98
  ## Props
99
99
  @prop children
100
100
  @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#L1740)
5
+ * [TableSearchProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1741)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop header
@@ -63,7 +63,7 @@
63
63
  @component
64
64
  [Go to docs](https://flowbite-svelte.com/)
65
65
  ## Type
66
- [TabitemProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1769)
66
+ [TabitemProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1770)
67
67
  ## Props
68
68
  @prop children
69
69
  @prop titleSlot
@@ -2,7 +2,7 @@ import type { TabitemProps } from "../types";
2
2
  /**
3
3
  * [Go to docs](https://flowbite-svelte.com/)
4
4
  * ## Type
5
- * [TabitemProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1769)
5
+ * [TabitemProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1770)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop titleSlot
@@ -80,7 +80,7 @@
80
80
  @component
81
81
  [Go to docs](https://flowbite-svelte.com/)
82
82
  ## Type
83
- [TabsProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1760)
83
+ [TabsProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1761)
84
84
  ## Props
85
85
  @prop children
86
86
  @prop selected = $bindable()
@@ -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#L1760)
5
+ * [TabsProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1761)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop selected = $bindable()
@@ -74,3 +74,4 @@ export { kanbanBoard, kanbanCard } from "../kanban/theme";
74
74
  export { splitpane, pane, divider, dividerHitArea } from "../split-pane/theme";
75
75
  export { tour } from "../tour/theme";
76
76
  export { scrollspy } from "../scroll-spy/theme";
77
+ export { virtualMasonry } from "../virtual-masonry/theme";
@@ -81,3 +81,4 @@ export { kanbanBoard, kanbanCard } from "../kanban/theme";
81
81
  export { splitpane, pane, divider, dividerHitArea } from "../split-pane/theme";
82
82
  export { tour } from "../tour/theme";
83
83
  export { scrollspy } from "../scroll-spy/theme";
84
+ export { virtualMasonry } from "../virtual-masonry/theme";
@@ -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#L1806)
20
+ [ActivityProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1807)
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#L1806)
5
+ * [ActivityProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1807)
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#L1810)
65
+ [ActivityItemProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1811)
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#L1810)
5
+ * [ActivityItemProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1811)
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#L1822)
39
+ [GroupProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1823)
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#L1822)
5
+ * [GroupProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1823)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop divClass
@@ -74,7 +74,7 @@
74
74
  @component
75
75
  [Go to docs](https://flowbite-svelte.com/)
76
76
  ## Type
77
- [GroupItemProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1830)
77
+ [GroupItemProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1831)
78
78
  ## Props
79
79
  @prop timelines
80
80
  @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#L1830)
5
+ * [GroupItemProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1831)
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#L1850)
24
+ [TimelineProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1851)
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#L1850)
5
+ * [TimelineProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1851)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop order = "default"
@@ -129,7 +129,7 @@
129
129
  @component
130
130
  [Go to docs](https://flowbite-svelte.com/)
131
131
  ## Type
132
- [TimelineItemProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1857)
132
+ [TimelineItemProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1858)
133
133
  ## Props
134
134
  @prop children
135
135
  @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#L1857)
5
+ * [TimelineItemProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1858)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop orientationSlot
@@ -76,7 +76,7 @@
76
76
  @component
77
77
  [Go to docs](https://flowbite-svelte.com/)
78
78
  ## Type
79
- [ToastProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1875)
79
+ [ToastProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1876)
80
80
  ## Props
81
81
  @prop children
82
82
  @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#L1875)
5
+ * [ToastProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1876)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop icon
@@ -36,7 +36,7 @@
36
36
  @component
37
37
  [Go to docs](https://flowbite-svelte.com/)
38
38
  ## Type
39
- [TooltipProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1891)
39
+ [TooltipProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1892)
40
40
  ## Props
41
41
  @prop type = "dark"
42
42
  @prop color = undefined
@@ -2,7 +2,7 @@ import type { TooltipProps } from "../types";
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#L1891)
5
+ * [TooltipProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1892)
6
6
  * ## Props
7
7
  * @prop type = "dark"
8
8
  * @prop color = undefined
package/dist/types.d.ts CHANGED
@@ -1326,6 +1326,7 @@ export type SpeedDialButtonProps = ButtonProps & SpeedDialButtonVariants & {
1326
1326
  textClass?: ClassValue;
1327
1327
  };
1328
1328
  export interface SpinnerProps extends SVGAttributes<SVGSVGElement> {
1329
+ type?: "default" | "dots" | "bars" | "pulse" | "orbit";
1329
1330
  color?: SpinnerVaraiants["color"];
1330
1331
  size?: SpinnerVaraiants["size"];
1331
1332
  currentFill?: string;
@@ -1883,3 +1884,17 @@ export interface ScrollSpyProps extends ScrollSpyVariants, HTMLAttributes<HTMLEl
1883
1884
  /** Callback when navigation item is clicked */
1884
1885
  onNavigate?: (itemId: string) => void;
1885
1886
  }
1887
+ import type { VirtualMasonryVariants } from "./virtual-masonry/theme";
1888
+ export interface VirtualMasonryProps<T = unknown> extends VirtualMasonryVariants, Omit<HTMLAttributes<HTMLDivElement>, "children"> {
1889
+ children: Snippet<[item: T, index: number]>;
1890
+ items?: T[];
1891
+ columns?: number;
1892
+ gap?: number;
1893
+ height?: number;
1894
+ overscan?: number;
1895
+ getItemHeight?: (item: T, index: number) => number;
1896
+ scrollToIndex?: (fn: (index: number) => void) => void;
1897
+ contained?: boolean;
1898
+ ariaLabel?: string;
1899
+ class?: ClassValue | null;
1900
+ }
@@ -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#L1895)
46
+ [AnchorProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1896)
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#L1895)
5
+ * [AnchorProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1896)
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#L1924)
31
+ [BlockquoteProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1925)
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#L1924)
5
+ * [BlockquoteProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1925)
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#L1934)
27
+ [DescriptionListProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1935)
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#L1934)
5
+ * [DescriptionListProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1935)
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#L1940)
22
+ [HeadingProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1941)
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#L1940)
5
+ * [HeadingProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1941)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop tag = "h1"
@@ -50,7 +50,7 @@
50
50
  @component
51
51
  [Go to docs](https://flowbite-svelte.com/)
52
52
  ## Type
53
- [EnhandedImgProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1982)
53
+ [EnhandedImgProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1983)
54
54
  ## Props
55
55
  @prop src
56
56
  @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#L1982)
5
+ * [EnhandedImgProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1983)
6
6
  * ## Props
7
7
  * @prop src
8
8
  * @prop href
@@ -61,7 +61,7 @@
61
61
  @component
62
62
  [Go to docs](https://flowbite-svelte.com/)
63
63
  ## Type
64
- [ImgProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1971)
64
+ [ImgProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1972)
65
65
  ## Props
66
66
  @prop children
67
67
  @prop size
@@ -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#L1971)
5
+ * [ImgProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1972)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop size
@@ -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#L1995)
22
+ [LayoutProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1996)
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#L1995)
5
+ * [LayoutProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1996)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop class: className
@@ -18,7 +18,7 @@
18
18
  @component
19
19
  [Go to docs](https://flowbite-svelte.com/)
20
20
  ## Type
21
- [LiProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L2008)
21
+ [LiProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L2009)
22
22
  ## Props
23
23
  @prop children
24
24
  @prop icon