flowbite-svelte 1.27.0 → 1.28.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 (56) 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/kanban/KanbanCard.svelte +1 -1
  4. package/dist/kanban/KanbanCard.svelte.d.ts +1 -1
  5. package/dist/scroll-spy/ScrollSpy.svelte +1 -1
  6. package/dist/scroll-spy/ScrollSpy.svelte.d.ts +1 -1
  7. package/dist/split-pane/Divider.svelte +1 -1
  8. package/dist/split-pane/Divider.svelte.d.ts +1 -1
  9. package/dist/split-pane/Pane.svelte +1 -1
  10. package/dist/split-pane/Pane.svelte.d.ts +1 -1
  11. package/dist/split-pane/SplitPane.svelte +1 -1
  12. package/dist/split-pane/SplitPane.svelte.d.ts +1 -1
  13. package/dist/theme/themes.d.ts +1 -1
  14. package/dist/theme/themes.js +1 -1
  15. package/dist/toast/ToastContainer.svelte +35 -0
  16. package/dist/toast/ToastContainer.svelte.d.ts +14 -0
  17. package/dist/toast/index.d.ts +2 -1
  18. package/dist/toast/index.js +2 -1
  19. package/dist/toast/theme.d.ts +1 -0
  20. package/dist/toast/theme.js +3 -0
  21. package/dist/tooltip/Tooltip.svelte +1 -1
  22. package/dist/tooltip/Tooltip.svelte.d.ts +1 -1
  23. package/dist/types.d.ts +5 -0
  24. package/dist/typography/a/A.svelte +1 -1
  25. package/dist/typography/a/A.svelte.d.ts +1 -1
  26. package/dist/typography/blockquote/Blockquote.svelte +1 -1
  27. package/dist/typography/blockquote/Blockquote.svelte.d.ts +1 -1
  28. package/dist/typography/descriptionlist/DescriptionList.svelte +1 -1
  29. package/dist/typography/descriptionlist/DescriptionList.svelte.d.ts +1 -1
  30. package/dist/typography/heading/Heading.svelte +1 -1
  31. package/dist/typography/heading/Heading.svelte.d.ts +1 -1
  32. package/dist/typography/img/EnhancedImg.svelte +1 -1
  33. package/dist/typography/img/EnhancedImg.svelte.d.ts +1 -1
  34. package/dist/typography/img/Img.svelte +1 -1
  35. package/dist/typography/img/Img.svelte.d.ts +1 -1
  36. package/dist/typography/layout/Layout.svelte +1 -1
  37. package/dist/typography/layout/Layout.svelte.d.ts +1 -1
  38. package/dist/typography/list/Li.svelte +1 -1
  39. package/dist/typography/list/Li.svelte.d.ts +1 -1
  40. package/dist/typography/list/List.svelte +1 -1
  41. package/dist/typography/list/List.svelte.d.ts +1 -1
  42. package/dist/typography/mark/Mark.svelte +1 -1
  43. package/dist/typography/mark/Mark.svelte.d.ts +1 -1
  44. package/dist/typography/paragraph/P.svelte +1 -1
  45. package/dist/typography/paragraph/P.svelte.d.ts +1 -1
  46. package/dist/typography/secondary/Secondary.svelte +1 -1
  47. package/dist/typography/secondary/Secondary.svelte.d.ts +1 -1
  48. package/dist/typography/span/Span.svelte +1 -1
  49. package/dist/typography/span/Span.svelte.d.ts +1 -1
  50. package/dist/utils/Arrow.svelte +1 -1
  51. package/dist/utils/Arrow.svelte.d.ts +1 -1
  52. package/dist/utils/Popper.svelte +1 -1
  53. package/dist/utils/Popper.svelte.d.ts +1 -1
  54. package/dist/video/Video.svelte +1 -1
  55. package/dist/video/Video.svelte.d.ts +1 -1
  56. package/package.json +5 -1
@@ -194,7 +194,7 @@
194
194
  @component
195
195
  [Go to docs](https://flowbite-svelte.com/)
196
196
  ## Type
197
- [CommandPaletteProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L2192)
197
+ [CommandPaletteProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L2198)
198
198
  ## Props
199
199
  @prop open = $bindable(false)
200
200
  @prop items = []
@@ -2,7 +2,7 @@ import type { CommandPaletteProps } from "../types";
2
2
  /**
3
3
  * [Go to docs](https://flowbite-svelte.com/)
4
4
  * ## Type
5
- * [CommandPaletteProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L2192)
5
+ * [CommandPaletteProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L2198)
6
6
  * ## Props
7
7
  * @prop open = $bindable(false)
8
8
  * @prop items = []
@@ -47,7 +47,7 @@
47
47
  @component
48
48
  [Go to docs](https://flowbite-svelte.com/)
49
49
  ## Type
50
- [KanbanCardProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L2121)
50
+ [KanbanCardProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L2127)
51
51
  ## Props
52
52
  @prop card
53
53
  @prop isDragging = false
@@ -2,7 +2,7 @@ import type { KanbanCardProps } from "../types";
2
2
  /**
3
3
  * [Go to docs](https://flowbite-svelte.com/)
4
4
  * ## Type
5
- * [KanbanCardProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L2121)
5
+ * [KanbanCardProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L2127)
6
6
  * ## Props
7
7
  * @prop card
8
8
  * @prop isDragging = false
@@ -255,7 +255,7 @@
255
255
  @component
256
256
  [Go to docs](https://flowbite-svelte.com/)
257
257
  ## Type
258
- [ScrollSpyProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L2207)
258
+ [ScrollSpyProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L2213)
259
259
  ## Props
260
260
  @prop items
261
261
  @prop position = "top"
@@ -2,7 +2,7 @@ import type { ScrollSpyProps } from "../types";
2
2
  /**
3
3
  * [Go to docs](https://flowbite-svelte.com/)
4
4
  * ## Type
5
- * [ScrollSpyProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L2207)
5
+ * [ScrollSpyProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L2213)
6
6
  * ## Props
7
7
  * @prop items
8
8
  * @prop position = "top"
@@ -37,7 +37,7 @@
37
37
  @component
38
38
  [Go to docs](https://flowbite-svelte.com/)
39
39
  ## Type
40
- [DividerProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L2150)
40
+ [DividerProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L2156)
41
41
  ## Props
42
42
  @prop direction
43
43
  @prop index
@@ -2,7 +2,7 @@ import type { DividerProps } from "../types";
2
2
  /**
3
3
  * [Go to docs](https://flowbite-svelte.com/)
4
4
  * ## Type
5
- * [DividerProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L2150)
5
+ * [DividerProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L2156)
6
6
  * ## Props
7
7
  * @prop direction
8
8
  * @prop index
@@ -47,7 +47,7 @@
47
47
  @component
48
48
  [Go to docs](https://flowbite-svelte.com/)
49
49
  ## Type
50
- [PaneProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L2144)
50
+ [PaneProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L2150)
51
51
  ## Props
52
52
  @prop children
53
53
  @prop class: className = ""
@@ -2,7 +2,7 @@ import type { PaneProps } from "../types";
2
2
  /**
3
3
  * [Go to docs](https://flowbite-svelte.com/)
4
4
  * ## Type
5
- * [PaneProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L2144)
5
+ * [PaneProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L2150)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop class: className = ""
@@ -410,7 +410,7 @@
410
410
  @component
411
411
  [Go to docs](https://flowbite-svelte.com/)
412
412
  ## Type
413
- [SplitPaneProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L2130)
413
+ [SplitPaneProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L2136)
414
414
  ## Props
415
415
  @prop direction = "horizontal"
416
416
  @prop minSize = 100
@@ -15,7 +15,7 @@ import type { SplitPaneProps } from "../types";
15
15
  /**
16
16
  * [Go to docs](https://flowbite-svelte.com/)
17
17
  * ## Type
18
- * [SplitPaneProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L2130)
18
+ * [SplitPaneProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L2136)
19
19
  * ## Props
20
20
  * @prop direction = "horizontal"
21
21
  * @prop minSize = 100
@@ -35,7 +35,7 @@ export { stepper, progressStepper, verticalStepper, detailedStepper, breadcrumbS
35
35
  export { table, tableBodyCell, tableBodyRow, tableHead, tableHeadCell, tableSearch } from "../table";
36
36
  export { tabs, tabItem } from "../tabs";
37
37
  export { timeline, activity, activityItem, group, groupItem, timelineItem } from "../timeline";
38
- export { toast } from "../toast";
38
+ export { toast, toastContainer } from "../toast";
39
39
  export { toolbar, toolbarButton, toolbarGroup } from "../toolbar";
40
40
  export { tooltip } from "../tooltip";
41
41
  export { checkbox, checkboxButton } from "../forms/checkbox";
@@ -36,7 +36,7 @@ export { stepper, progressStepper, verticalStepper, detailedStepper, breadcrumbS
36
36
  export { table, tableBodyCell, tableBodyRow, tableHead, tableHeadCell, tableSearch } from "../table";
37
37
  export { tabs, tabItem } from "../tabs";
38
38
  export { timeline, activity, activityItem, group, groupItem, timelineItem } from "../timeline";
39
- export { toast } from "../toast";
39
+ export { toast, toastContainer } from "../toast";
40
40
  export { toolbar, toolbarButton, toolbarGroup } from "../toolbar";
41
41
  export { tooltip } from "../tooltip";
42
42
  // export {utils} from "../utils";
@@ -0,0 +1,35 @@
1
+ <script lang="ts">
2
+ import type { ToastContainerProps } from "../types";
3
+ import clsx from "clsx";
4
+ import { toastContainer } from "./theme";
5
+ import { getTheme } from "../theme/themeUtils";
6
+
7
+ let { children, position = "top-right", class: className, ...restProps }: ToastContainerProps = $props();
8
+
9
+ const theme = getTheme("toastContainer");
10
+
11
+ const positionClasses = {
12
+ "top-left": "top-4 left-4",
13
+ "top-right": "top-4 right-4",
14
+ "bottom-left": "bottom-4 left-4",
15
+ "bottom-right": "bottom-4 right-4"
16
+ };
17
+
18
+ const base = toastContainer({ class: clsx(positionClasses[position], theme, className) });
19
+ </script>
20
+
21
+ <div {...restProps} class={base}>
22
+ {@render children()}
23
+ </div>
24
+
25
+ <!--
26
+ @component
27
+ [Go to docs](https://flowbite-svelte.com/)
28
+ ## Type
29
+ [ToastContainerProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1891)
30
+ ## Props
31
+ @prop children
32
+ @prop position = "top-right"
33
+ @prop class: className
34
+ @prop ...restProps
35
+ -->
@@ -0,0 +1,14 @@
1
+ import type { ToastContainerProps } from "../types";
2
+ /**
3
+ * [Go to docs](https://flowbite-svelte.com/)
4
+ * ## Type
5
+ * [ToastContainerProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1891)
6
+ * ## Props
7
+ * @prop children
8
+ * @prop position = "top-right"
9
+ * @prop class: className
10
+ * @prop ...restProps
11
+ */
12
+ declare const ToastContainer: import("svelte").Component<ToastContainerProps, {}, "">;
13
+ type ToastContainer = ReturnType<typeof ToastContainer>;
14
+ export default ToastContainer;
@@ -1,2 +1,3 @@
1
1
  export { default as Toast } from "./Toast.svelte";
2
- export { toast } from "./theme";
2
+ export { default as ToastContainer } from "./ToastContainer.svelte";
3
+ export { toast, toastContainer } from "./theme";
@@ -1,2 +1,3 @@
1
1
  export { default as Toast } from "./Toast.svelte";
2
- export { toast } from "./theme";
2
+ export { default as ToastContainer } from "./ToastContainer.svelte";
3
+ export { toast, toastContainer } from "./theme";
@@ -320,3 +320,4 @@ export declare const toast: import("tailwind-variants").TVReturnType<{
320
320
  content: string;
321
321
  close: string;
322
322
  }, undefined, unknown, unknown, undefined>>;
323
+ export declare const toastContainer: import("tailwind-variants").TVReturnType<{} | {} | {}, undefined, "fixed z-50 space-y-3", {} | {}, undefined, import("tailwind-variants").TVReturnType<unknown, undefined, "fixed z-50 space-y-3", unknown, unknown, undefined>>;
@@ -98,3 +98,6 @@ export const toast = tv({
98
98
  }
99
99
  }
100
100
  });
101
+ export const toastContainer = tv({
102
+ base: "fixed z-50 space-y-3"
103
+ });
@@ -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#L1892)
39
+ [TooltipProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1898)
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#L1892)
5
+ * [TooltipProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1898)
6
6
  * ## Props
7
7
  * @prop type = "dark"
8
8
  * @prop color = undefined
package/dist/types.d.ts CHANGED
@@ -1602,6 +1602,11 @@ export interface ToastProps extends ToastVaraints, HTMLAttributes<HTMLDivElement
1602
1602
  transition?: TransitionFunc;
1603
1603
  class?: string;
1604
1604
  }
1605
+ export interface ToastContainerProps extends HTMLAttributes<HTMLDivElement> {
1606
+ children: Snippet;
1607
+ position?: ToastVaraints["position"];
1608
+ class?: ClassValue | null;
1609
+ }
1605
1610
  export interface TooltipProps extends TooltipVariants, PopperProps {
1606
1611
  }
1607
1612
  export interface AnchorProps {
@@ -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#L1896)
46
+ [AnchorProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1902)
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#L1896)
5
+ * [AnchorProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1902)
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#L1925)
31
+ [BlockquoteProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1931)
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#L1925)
5
+ * [BlockquoteProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1931)
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#L1935)
27
+ [DescriptionListProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1941)
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#L1935)
5
+ * [DescriptionListProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1941)
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#L1941)
22
+ [HeadingProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1947)
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#L1941)
5
+ * [HeadingProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1947)
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#L1983)
53
+ [EnhandedImgProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1989)
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#L1983)
5
+ * [EnhandedImgProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1989)
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#L1972)
64
+ [ImgProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1978)
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#L1972)
5
+ * [ImgProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1978)
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#L1996)
22
+ [LayoutProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L2002)
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#L1996)
5
+ * [LayoutProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L2002)
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#L2009)
21
+ [LiProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L2015)
22
22
  ## Props
23
23
  @prop children
24
24
  @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#L2009)
5
+ * [LiProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L2015)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop icon
@@ -28,7 +28,7 @@
28
28
  @component
29
29
  [Go to docs](https://flowbite-svelte.com/)
30
30
  ## Type
31
- [ListProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L2001)
31
+ [ListProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L2007)
32
32
  ## Props
33
33
  @prop children
34
34
  @prop tag = "ul"
@@ -2,7 +2,7 @@ import type { ListProps } from "../../types";
2
2
  /**
3
3
  * [Go to docs](https://flowbite-svelte.com/)
4
4
  * ## Type
5
- * [ListProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L2001)
5
+ * [ListProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L2007)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop tag = "ul"
@@ -17,7 +17,7 @@
17
17
  @component
18
18
  [Go to docs](https://flowbite-svelte.com/)
19
19
  ## Type
20
- [MarkProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L2015)
20
+ [MarkProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L2021)
21
21
  ## Props
22
22
  @prop children
23
23
  @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#L2015)
5
+ * [MarkProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L2021)
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
- [ParagraphProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L2020)
35
+ [ParagraphProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L2026)
36
36
  ## Props
37
37
  @prop children
38
38
  @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#L2020)
5
+ * [ParagraphProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L2026)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop class: className = "text-gray-900 dark:text-white"
@@ -17,7 +17,7 @@
17
17
  @component
18
18
  [Go to docs](https://flowbite-svelte.com/)
19
19
  ## Type
20
- [SecondaryProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L2028)
20
+ [SecondaryProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L2034)
21
21
  ## Props
22
22
  @prop children
23
23
  @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#L2028)
5
+ * [SecondaryProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L2034)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop class: className
@@ -34,7 +34,7 @@
34
34
  @component
35
35
  [Go to docs](https://flowbite-svelte.com/)
36
36
  ## Type
37
- [SpanProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L2033)
37
+ [SpanProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L2039)
38
38
  ## Props
39
39
  @prop children
40
40
  @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#L2033)
5
+ * [SpanProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L2039)
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#L2077)
53
+ [ArrowProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L2083)
54
54
  ## Props
55
55
  @prop placement = "top"
56
56
  @prop cords
@@ -2,7 +2,7 @@ import type { ArrowProps } from "../types";
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#L2077)
5
+ * [ArrowProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L2083)
6
6
  * ## Props
7
7
  * @prop placement = "top"
8
8
  * @prop cords
@@ -262,7 +262,7 @@
262
262
  @component
263
263
  [Go to docs](https://flowbite-svelte.com/)
264
264
  ## Type
265
- [PopperProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L2055)
265
+ [PopperProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L2061)
266
266
  ## Props
267
267
  @prop triggeredBy
268
268
  @prop triggerDelay = DEFAULT_TRIGGER_DELAY
@@ -2,7 +2,7 @@ import type { PopperProps } from "../types";
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#L2055)
5
+ * [PopperProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L2061)
6
6
  * ## Props
7
7
  * @prop triggeredBy
8
8
  * @prop triggerDelay = DEFAULT_TRIGGER_DELAY
@@ -21,7 +21,7 @@
21
21
  @component
22
22
  [Go to docs](https://flowbite-svelte.com/)
23
23
  ## Type
24
- [VideoProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L2042)
24
+ [VideoProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L2048)
25
25
  ## Props
26
26
  @prop children
27
27
  @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#L2042)
5
+ * [VideoProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L2048)
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.27.0",
3
+ "version": "1.28.0",
4
4
  "description": "Flowbite components for Svelte",
5
5
  "main": "dist/index.js",
6
6
  "author": {
@@ -769,6 +769,10 @@
769
769
  "types": "./dist/toast/Toast.svelte.d.ts",
770
770
  "svelte": "./dist/toast/Toast.svelte"
771
771
  },
772
+ "./ToastContainer.svelte": {
773
+ "types": "./dist/toast/ToastContainer.svelte.d.ts",
774
+ "svelte": "./dist/toast/ToastContainer.svelte"
775
+ },
772
776
  "./Toolbar.svelte": {
773
777
  "types": "./dist/toolbar/Toolbar.svelte.d.ts",
774
778
  "svelte": "./dist/toolbar/Toolbar.svelte"