flowbite-svelte 1.2.7 → 1.3.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 (144) hide show
  1. package/dist/pagination/Pagination.svelte +1 -1
  2. package/dist/pagination/Pagination.svelte.d.ts +1 -1
  3. package/dist/pagination/PaginationButton.svelte +60 -0
  4. package/dist/pagination/PaginationButton.svelte.d.ts +18 -0
  5. package/dist/pagination/PaginationItem.svelte +1 -1
  6. package/dist/pagination/PaginationItem.svelte.d.ts +1 -1
  7. package/dist/pagination/PaginationNav.svelte +99 -0
  8. package/dist/pagination/PaginationNav.svelte.d.ts +26 -0
  9. package/dist/pagination/index.d.ts +5 -4
  10. package/dist/pagination/index.js +5 -4
  11. package/dist/pagination/theme.d.ts +141 -1
  12. package/dist/pagination/theme.js +62 -0
  13. package/dist/popover/Popover.svelte +1 -1
  14. package/dist/popover/Popover.svelte.d.ts +1 -1
  15. package/dist/progress/Progressbar.svelte +1 -1
  16. package/dist/progress/Progressbar.svelte.d.ts +1 -1
  17. package/dist/progress/Progressradial.svelte +1 -1
  18. package/dist/progress/Progressradial.svelte.d.ts +1 -1
  19. package/dist/rating/AdvancedRating.svelte +1 -1
  20. package/dist/rating/AdvancedRating.svelte.d.ts +1 -1
  21. package/dist/rating/CustomIcon.svelte +1 -1
  22. package/dist/rating/CustomIcon.svelte.d.ts +1 -1
  23. package/dist/rating/Heart.svelte +1 -1
  24. package/dist/rating/Heart.svelte.d.ts +1 -1
  25. package/dist/rating/Rating.svelte +1 -1
  26. package/dist/rating/Rating.svelte.d.ts +1 -1
  27. package/dist/rating/RatingComment.svelte +1 -1
  28. package/dist/rating/RatingComment.svelte.d.ts +1 -1
  29. package/dist/rating/Review.svelte +1 -1
  30. package/dist/rating/Review.svelte.d.ts +1 -1
  31. package/dist/rating/ScoreRating.svelte +1 -1
  32. package/dist/rating/ScoreRating.svelte.d.ts +1 -1
  33. package/dist/rating/Star.svelte +1 -1
  34. package/dist/rating/Star.svelte.d.ts +1 -1
  35. package/dist/rating/Thumbup.svelte +1 -1
  36. package/dist/rating/Thumbup.svelte.d.ts +1 -1
  37. package/dist/sidebar/Sidebar.svelte +1 -1
  38. package/dist/sidebar/Sidebar.svelte.d.ts +1 -1
  39. package/dist/sidebar/SidebarBrand.svelte +1 -1
  40. package/dist/sidebar/SidebarBrand.svelte.d.ts +1 -1
  41. package/dist/sidebar/SidebarButton.svelte +1 -1
  42. package/dist/sidebar/SidebarButton.svelte.d.ts +1 -1
  43. package/dist/sidebar/SidebarCta.svelte +1 -1
  44. package/dist/sidebar/SidebarCta.svelte.d.ts +1 -1
  45. package/dist/sidebar/SidebarDropdownWrapper.svelte +1 -1
  46. package/dist/sidebar/SidebarDropdownWrapper.svelte.d.ts +1 -1
  47. package/dist/sidebar/SidebarGroup.svelte +1 -1
  48. package/dist/sidebar/SidebarGroup.svelte.d.ts +1 -1
  49. package/dist/sidebar/SidebarItem.svelte +1 -1
  50. package/dist/sidebar/SidebarItem.svelte.d.ts +1 -1
  51. package/dist/skeleton/CardPlaceholder.svelte +1 -1
  52. package/dist/skeleton/CardPlaceholder.svelte.d.ts +1 -1
  53. package/dist/skeleton/ImagePlaceholder.svelte +1 -1
  54. package/dist/skeleton/ImagePlaceholder.svelte.d.ts +1 -1
  55. package/dist/skeleton/ListPlaceholder.svelte +1 -1
  56. package/dist/skeleton/ListPlaceholder.svelte.d.ts +1 -1
  57. package/dist/skeleton/Skeleton.svelte +1 -1
  58. package/dist/skeleton/Skeleton.svelte.d.ts +1 -1
  59. package/dist/skeleton/TextPlaceholder.svelte +1 -1
  60. package/dist/skeleton/TextPlaceholder.svelte.d.ts +1 -1
  61. package/dist/skeleton/VideoPlaceholder.svelte +1 -1
  62. package/dist/skeleton/VideoPlaceholder.svelte.d.ts +1 -1
  63. package/dist/speed-dial/SpeedDial.svelte +1 -1
  64. package/dist/speed-dial/SpeedDial.svelte.d.ts +1 -1
  65. package/dist/speed-dial/SpeedDialButton.svelte +1 -1
  66. package/dist/speed-dial/SpeedDialButton.svelte.d.ts +1 -1
  67. package/dist/speed-dial/SpeedDialTrigger.svelte +1 -1
  68. package/dist/speed-dial/SpeedDialTrigger.svelte.d.ts +1 -1
  69. package/dist/spinner/Spinner.svelte +1 -1
  70. package/dist/spinner/Spinner.svelte.d.ts +1 -1
  71. package/dist/stepindicator/StepIndicator.svelte +1 -1
  72. package/dist/stepindicator/StepIndicator.svelte.d.ts +1 -1
  73. package/dist/table/Table.svelte +1 -1
  74. package/dist/table/Table.svelte.d.ts +1 -1
  75. package/dist/table/TableBody.svelte +1 -1
  76. package/dist/table/TableBody.svelte.d.ts +1 -1
  77. package/dist/table/TableBodyCell.svelte +1 -1
  78. package/dist/table/TableBodyCell.svelte.d.ts +1 -1
  79. package/dist/table/TableBodyRow.svelte +1 -1
  80. package/dist/table/TableBodyRow.svelte.d.ts +1 -1
  81. package/dist/table/TableHead.svelte +1 -1
  82. package/dist/table/TableHead.svelte.d.ts +1 -1
  83. package/dist/table/TableHeadCell.svelte +1 -1
  84. package/dist/table/TableHeadCell.svelte.d.ts +1 -1
  85. package/dist/table/TableSearch.svelte +1 -1
  86. package/dist/table/TableSearch.svelte.d.ts +1 -1
  87. package/dist/tabs/TabItem.svelte +1 -1
  88. package/dist/tabs/TabItem.svelte.d.ts +1 -1
  89. package/dist/tabs/Tabs.svelte +1 -1
  90. package/dist/tabs/Tabs.svelte.d.ts +1 -1
  91. package/dist/theme/Theme.svelte +2 -2
  92. package/dist/theme/Theme.svelte.d.ts +2 -2
  93. package/dist/timeline/Activity.svelte +1 -1
  94. package/dist/timeline/Activity.svelte.d.ts +1 -1
  95. package/dist/timeline/ActivityItem.svelte +1 -1
  96. package/dist/timeline/ActivityItem.svelte.d.ts +1 -1
  97. package/dist/timeline/Group.svelte +1 -1
  98. package/dist/timeline/Group.svelte.d.ts +1 -1
  99. package/dist/timeline/GroupItem.svelte +1 -1
  100. package/dist/timeline/GroupItem.svelte.d.ts +1 -1
  101. package/dist/timeline/Timeline.svelte +1 -1
  102. package/dist/timeline/Timeline.svelte.d.ts +1 -1
  103. package/dist/timeline/TimelineItem.svelte +1 -1
  104. package/dist/timeline/TimelineItem.svelte.d.ts +1 -1
  105. package/dist/toast/Toast.svelte +1 -1
  106. package/dist/toast/Toast.svelte.d.ts +1 -1
  107. package/dist/tooltip/Tooltip.svelte +1 -1
  108. package/dist/tooltip/Tooltip.svelte.d.ts +1 -1
  109. package/dist/types.d.ts +23 -0
  110. package/dist/typography/anchor/A.svelte +1 -1
  111. package/dist/typography/anchor/A.svelte.d.ts +1 -1
  112. package/dist/typography/blockquote/Blockquote.svelte +1 -1
  113. package/dist/typography/blockquote/Blockquote.svelte.d.ts +1 -1
  114. package/dist/typography/descriptionlist/DescriptionList.svelte +1 -1
  115. package/dist/typography/descriptionlist/DescriptionList.svelte.d.ts +1 -1
  116. package/dist/typography/heading/Heading.svelte +1 -1
  117. package/dist/typography/heading/Heading.svelte.d.ts +1 -1
  118. package/dist/typography/hr/Hr.svelte +1 -1
  119. package/dist/typography/hr/Hr.svelte.d.ts +1 -1
  120. package/dist/typography/img/EnhancedImg.svelte +1 -1
  121. package/dist/typography/img/EnhancedImg.svelte.d.ts +1 -1
  122. package/dist/typography/img/Img.svelte +1 -1
  123. package/dist/typography/img/Img.svelte.d.ts +1 -1
  124. package/dist/typography/layout/Layout.svelte +1 -1
  125. package/dist/typography/layout/Layout.svelte.d.ts +1 -1
  126. package/dist/typography/list/Li.svelte +1 -1
  127. package/dist/typography/list/Li.svelte.d.ts +1 -1
  128. package/dist/typography/list/List.svelte +1 -1
  129. package/dist/typography/list/List.svelte.d.ts +1 -1
  130. package/dist/typography/mark/Mark.svelte +1 -1
  131. package/dist/typography/mark/Mark.svelte.d.ts +1 -1
  132. package/dist/typography/paragraph/P.svelte +1 -1
  133. package/dist/typography/paragraph/P.svelte.d.ts +1 -1
  134. package/dist/typography/secondary/Secondary.svelte +1 -1
  135. package/dist/typography/secondary/Secondary.svelte.d.ts +1 -1
  136. package/dist/typography/span/Span.svelte +1 -1
  137. package/dist/typography/span/Span.svelte.d.ts +1 -1
  138. package/dist/utils/Arrow.svelte +1 -1
  139. package/dist/utils/Arrow.svelte.d.ts +1 -1
  140. package/dist/utils/Popper.svelte +1 -1
  141. package/dist/utils/Popper.svelte.d.ts +1 -1
  142. package/dist/video/Video.svelte +1 -1
  143. package/dist/video/Video.svelte.d.ts +1 -1
  144. package/package.json +10 -2
@@ -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#L1555)
5
+ * [TabsProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1580)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop tabStyle = "none"
@@ -3,7 +3,7 @@
3
3
  import { setContext, type Snippet } from "svelte";
4
4
  import { tv } from "tailwind-variants";
5
5
  import { baseThemes } from ".";
6
- import type { ThemeProps, BaseThemes } from "../types";
6
+ import type { ThemeProps, BaseThemes } from "..";
7
7
 
8
8
  let { children, theme }: ThemeProps = $props();
9
9
 
@@ -53,7 +53,7 @@
53
53
  @component
54
54
  [Go to docs](https://flowbite-svelte.com/)
55
55
  ## Type
56
- [ThemeProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1585)
56
+ [ThemeProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1610)
57
57
  ## Props
58
58
  @prop children
59
59
  @prop theme
@@ -1,8 +1,8 @@
1
- import type { ThemeProps } from "../types";
1
+ import type { ThemeProps } from "..";
2
2
  /**
3
3
  * [Go to docs](https://flowbite-svelte.com/)
4
4
  * ## Type
5
- * [ThemeProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1585)
5
+ * [ThemeProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1610)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop theme
@@ -15,7 +15,7 @@
15
15
  @component
16
16
  [Go to docs](https://flowbite-svelte.com/)
17
17
  ## Type
18
- [ActivityProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1610)
18
+ [ActivityProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1635)
19
19
  ## Props
20
20
  @prop children
21
21
  @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#L1610)
5
+ * [ActivityProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1635)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop class: className
@@ -32,7 +32,7 @@
32
32
  @component
33
33
  [Go to docs](https://flowbite-svelte.com/)
34
34
  ## Type
35
- [ActivityItemProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1614)
35
+ [ActivityItemProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1639)
36
36
  ## Props
37
37
  @prop activities
38
38
  @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#L1614)
5
+ * [ActivityItemProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1639)
6
6
  * ## Props
7
7
  * @prop activities
8
8
  * @prop liClass
@@ -16,7 +16,7 @@
16
16
  @component
17
17
  [Go to docs](https://flowbite-svelte.com/)
18
18
  ## Type
19
- [GroupProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1626)
19
+ [GroupProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1651)
20
20
  ## Props
21
21
  @prop children
22
22
  @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#L1626)
5
+ * [GroupProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1651)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop divClass
@@ -41,7 +41,7 @@
41
41
  @component
42
42
  [Go to docs](https://flowbite-svelte.com/)
43
43
  ## Type
44
- [GroupItemProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1634)
44
+ [GroupItemProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1659)
45
45
  ## Props
46
46
  @prop timelines
47
47
  @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#L1634)
5
+ * [GroupItemProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1659)
6
6
  * ## Props
7
7
  * @prop timelines
8
8
  * @prop aClass
@@ -18,7 +18,7 @@
18
18
  @component
19
19
  [Go to docs](https://flowbite-svelte.com/)
20
20
  ## Type
21
- [TimelineProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1645)
21
+ [TimelineProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1670)
22
22
  ## Props
23
23
  @prop children
24
24
  @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#L1645)
5
+ * [TimelineProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1670)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop order = "default"
@@ -75,7 +75,7 @@
75
75
  @component
76
76
  [Go to docs](https://flowbite-svelte.com/)
77
77
  ## Type
78
- [TimelineItemProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1650)
78
+ [TimelineItemProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1675)
79
79
  ## Props
80
80
  @prop children
81
81
  @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#L1650)
5
+ * [TimelineItemProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1675)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop orientationSlot
@@ -39,7 +39,7 @@
39
39
  @component
40
40
  [Go to docs](https://flowbite-svelte.com/)
41
41
  ## Type
42
- [ToastProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1664)
42
+ [ToastProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1689)
43
43
  ## Props
44
44
  @prop children
45
45
  @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#L1664)
5
+ * [ToastProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1689)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop icon
@@ -26,7 +26,7 @@
26
26
  @component
27
27
  [Go to docs](https://flowbite-svelte.com/)
28
28
  ## Type
29
- [TooltipProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1680)
29
+ [TooltipProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1705)
30
30
  ## Props
31
31
  @prop type = "dark"
32
32
  @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#L1680)
5
+ * [TooltipProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1705)
6
6
  * ## Props
7
7
  * @prop type = "dark"
8
8
  * @prop color = undefined
package/dist/types.d.ts CHANGED
@@ -926,6 +926,29 @@ export interface PaginationItemSpecificProps {
926
926
  size?: "default" | "large" | undefined;
927
927
  }
928
928
  export type PaginationHTMLButtonOrAnchorAttributes = HTMLButtonAttributes & HTMLAnchorAttributes;
929
+ export interface PaginationButtonProps extends PaginationItemVariants, PaginationHTMLButtonOrAnchorAttributes {
930
+ children?: Snippet;
931
+ onclick?: () => void;
932
+ disabled?: boolean;
933
+ }
934
+ export interface PaginationNavProps extends HTMLAttributes<HTMLElement>, PaginationVariants {
935
+ prevContent?: Snippet;
936
+ nextContent?: Snippet;
937
+ prevClass?: string;
938
+ nextClass?: string;
939
+ currentPage: number;
940
+ totalPages: number;
941
+ onPageChange: (page: number) => void;
942
+ layout?: "navigation" | "pagination" | "table";
943
+ previousLabel?: string;
944
+ nextLabel?: string;
945
+ showIcons?: boolean;
946
+ ariaLabel?: string;
947
+ size?: "default" | "large";
948
+ class?: string;
949
+ spanClass?: string;
950
+ tableDivClass?: string;
951
+ }
929
952
  export interface PaginationItemProps extends PaginationItemVariants, PaginationHTMLButtonOrAnchorAttributes {
930
953
  children?: Snippet;
931
954
  }
@@ -40,7 +40,7 @@
40
40
  @component
41
41
  [Go to docs](https://flowbite-svelte.com/)
42
42
  ## Type
43
- [AnchorProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1688)
43
+ [AnchorProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1713)
44
44
  ## Props
45
45
  @prop children
46
46
  @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#L1688)
5
+ * [AnchorProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1713)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop color = "primary"
@@ -25,7 +25,7 @@
25
25
  @component
26
26
  [Go to docs](https://flowbite-svelte.com/)
27
27
  ## Type
28
- [BlockquoteProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1717)
28
+ [BlockquoteProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1742)
29
29
  ## Props
30
30
  @prop children
31
31
  @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#L1717)
5
+ * [BlockquoteProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1742)
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
- [DescriptionListProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1727)
24
+ [DescriptionListProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1752)
25
25
  ## Props
26
26
  @prop children
27
27
  @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#L1727)
5
+ * [DescriptionListProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1752)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop tag
@@ -16,7 +16,7 @@
16
16
  @component
17
17
  [Go to docs](https://flowbite-svelte.com/)
18
18
  ## Type
19
- [HeadingProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1733)
19
+ [HeadingProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1758)
20
20
  ## Props
21
21
  @prop children
22
22
  @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#L1733)
5
+ * [HeadingProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1758)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop tag = "h1"
@@ -23,7 +23,7 @@
23
23
  @component
24
24
  [Go to docs](https://flowbite-svelte.com/)
25
25
  ## Type
26
- [HrProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1739)
26
+ [HrProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1764)
27
27
  ## Props
28
28
  @prop children
29
29
  @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#L1739)
5
+ * [HrProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1764)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop divClass
@@ -33,7 +33,7 @@
33
33
  @component
34
34
  [Go to docs](https://flowbite-svelte.com/)
35
35
  ## Type
36
- [EnhandedImgProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1759)
36
+ [EnhandedImgProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1784)
37
37
  ## Props
38
38
  @prop src
39
39
  @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#L1759)
5
+ * [EnhandedImgProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1784)
6
6
  * ## Props
7
7
  * @prop src
8
8
  * @prop href
@@ -33,7 +33,7 @@
33
33
  @component
34
34
  [Go to docs](https://flowbite-svelte.com/)
35
35
  ## Type
36
- [ImgProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1750)
36
+ [ImgProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1775)
37
37
  ## Props
38
38
  @prop size = "none"
39
39
  @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#L1750)
5
+ * [ImgProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1775)
6
6
  * ## Props
7
7
  * @prop size = "none"
8
8
  * @prop effect = "none"
@@ -16,7 +16,7 @@
16
16
  @component
17
17
  [Go to docs](https://flowbite-svelte.com/)
18
18
  ## Type
19
- [LayoutProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1771)
19
+ [LayoutProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1796)
20
20
  ## Props
21
21
  @prop children
22
22
  @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#L1771)
5
+ * [LayoutProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1796)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop class: className
@@ -19,7 +19,7 @@
19
19
  @component
20
20
  [Go to docs](https://flowbite-svelte.com/)
21
21
  ## Type
22
- [LiProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1784)
22
+ [LiProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1809)
23
23
  ## Props
24
24
  @prop children
25
25
  @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#L1784)
5
+ * [LiProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1809)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop icon
@@ -25,7 +25,7 @@
25
25
  @component
26
26
  [Go to docs](https://flowbite-svelte.com/)
27
27
  ## Type
28
- [ListProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1776)
28
+ [ListProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1801)
29
29
  ## Props
30
30
  @prop children
31
31
  @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#L1776)
5
+ * [ListProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1801)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop tag = "ul"
@@ -14,7 +14,7 @@
14
14
  @component
15
15
  [Go to docs](https://flowbite-svelte.com/)
16
16
  ## Type
17
- [MarkProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1790)
17
+ [MarkProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1815)
18
18
  ## Props
19
19
  @prop children
20
20
  @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#L1790)
5
+ * [MarkProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1815)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop class: className
@@ -16,7 +16,7 @@
16
16
  @component
17
17
  [Go to docs](https://flowbite-svelte.com/)
18
18
  ## Type
19
- [ParagraphProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1795)
19
+ [ParagraphProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1820)
20
20
  ## Props
21
21
  @prop children
22
22
  @prop class: className = "text-gray-900 dark:text-white"
@@ -2,7 +2,7 @@ import type { ParagraphProps } from "../../types";
2
2
  /**
3
3
  * [Go to docs](https://flowbite-svelte.com/)
4
4
  * ## Type
5
- * [ParagraphProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1795)
5
+ * [ParagraphProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1820)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop class: className = "text-gray-900 dark:text-white"
@@ -14,7 +14,7 @@
14
14
  @component
15
15
  [Go to docs](https://flowbite-svelte.com/)
16
16
  ## Type
17
- [SecondaryProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1809)
17
+ [SecondaryProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1834)
18
18
  ## Props
19
19
  @prop children
20
20
  @prop class: className
@@ -2,7 +2,7 @@ import type { SecondaryProps } from "../../types";
2
2
  /**
3
3
  * [Go to docs](https://flowbite-svelte.com/)
4
4
  * ## Type
5
- * [SecondaryProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1809)
5
+ * [SecondaryProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1834)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop class: className
@@ -31,7 +31,7 @@
31
31
  @component
32
32
  [Go to docs](https://flowbite-svelte.com/)
33
33
  ## Type
34
- [SpanProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1814)
34
+ [SpanProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1839)
35
35
  ## Props
36
36
  @prop children
37
37
  @prop class: className
@@ -2,7 +2,7 @@ import type { SpanProps } from "../../types";
2
2
  /**
3
3
  * [Go to docs](https://flowbite-svelte.com/)
4
4
  * ## Type
5
- * [SpanProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1814)
5
+ * [SpanProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1839)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop class: className
@@ -50,7 +50,7 @@
50
50
  @component
51
51
  [Go to docs](https://flowbite-svelte.com/)
52
52
  ## Type
53
- [ArrowProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1861)
53
+ [ArrowProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1886)
54
54
  ## Props
55
55
  @prop placement = "top"
56
56
  @prop cords
@@ -2,7 +2,7 @@ import { type ArrowProps } from "..";
2
2
  /**
3
3
  * [Go to docs](https://flowbite-svelte.com/)
4
4
  * ## Type
5
- * [ArrowProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1861)
5
+ * [ArrowProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1886)
6
6
  * ## Props
7
7
  * @prop placement = "top"
8
8
  * @prop cords
@@ -185,7 +185,7 @@
185
185
  @component
186
186
  [Go to docs](https://flowbite-svelte.com/)
187
187
  ## Type
188
- [PopperProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1842)
188
+ [PopperProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1867)
189
189
  ## Props
190
190
  @prop triggeredBy
191
191
  @prop trigger = "click"
@@ -2,7 +2,7 @@ import type { PopperProps } from "..";
2
2
  /**
3
3
  * [Go to docs](https://flowbite-svelte.com/)
4
4
  * ## Type
5
- * [PopperProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1842)
5
+ * [PopperProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1867)
6
6
  * ## Props
7
7
  * @prop triggeredBy
8
8
  * @prop trigger = "click"
@@ -17,7 +17,7 @@
17
17
  @component
18
18
  [Go to docs](https://flowbite-svelte.com/)
19
19
  ## Type
20
- [VideoProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1828)
20
+ [VideoProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1853)
21
21
  ## Props
22
22
  @prop children
23
23
  @prop type = "video/mp4"
@@ -2,7 +2,7 @@ import type { VideoProps } from "../types";
2
2
  /**
3
3
  * [Go to docs](https://flowbite-svelte.com/)
4
4
  * ## Type
5
- * [VideoProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1828)
5
+ * [VideoProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1853)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop type = "video/mp4"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flowbite-svelte",
3
- "version": "1.2.7",
3
+ "version": "1.3.0",
4
4
  "description": "Flowbite components for Svelte",
5
5
  "main": "dist/index.js",
6
6
  "author": {
@@ -448,10 +448,18 @@
448
448
  "types": "./dist/pagination/Pagination.svelte.d.ts",
449
449
  "svelte": "./dist/pagination/Pagination.svelte"
450
450
  },
451
+ "./PaginationButton.svelte": {
452
+ "types": "./dist/pagination/PaginationButton.svelte.d.ts",
453
+ "svelte": "./dist/pagination/PaginationButton.svelte"
454
+ },
451
455
  "./PaginationItem.svelte": {
452
456
  "types": "./dist/pagination/PaginationItem.svelte.d.ts",
453
457
  "svelte": "./dist/pagination/PaginationItem.svelte"
454
458
  },
459
+ "./PaginationNav.svelte": {
460
+ "types": "./dist/pagination/PaginationNav.svelte.d.ts",
461
+ "svelte": "./dist/pagination/PaginationNav.svelte"
462
+ },
455
463
  "./Popover.svelte": {
456
464
  "types": "./dist/popover/Popover.svelte.d.ts",
457
465
  "svelte": "./dist/popover/Popover.svelte"
@@ -758,7 +766,7 @@
758
766
  "gen:docspropvalue": "svelte-lib-helpers docspropvalue themesberg/flowbite-svelte",
759
767
  "gen:component-data-prop-value": "svelte-lib-helpers component-data-prop-value themesberg/flowbite-svelte",
760
768
  "copy:packagejson": "svelte-lib-helpers package",
761
- "lib-helpers": "pnpm gen:component-data-prop-value && pnpm gen:docspropvalue && pnpm format && pnpm package && pnpm gen:exports && pnpm copy:packagejson",
769
+ "lib-helpers": "pnpm gen:component-data-prop-value && pnpm gen:docspropvalue && pnpm format && pnpm package && pnpm gen:exports && pnpm copy:packagejson && pnpm llm",
762
770
  "llm": "svelte-doc-llm",
763
771
  "ch": "npx changeset",
764
772
  "cv": "npx changeset version",