flowbite-svelte 1.28.3 → 1.29.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 (103) 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/stepper/BreadcrumbStepper.svelte +118 -33
  14. package/dist/stepper/BreadcrumbStepper.svelte.d.ts +6 -3
  15. package/dist/stepper/CheckmarkIcon.svelte +92 -0
  16. package/dist/stepper/CheckmarkIcon.svelte.d.ts +18 -0
  17. package/dist/stepper/DetailedStepper.svelte +133 -27
  18. package/dist/stepper/DetailedStepper.svelte.d.ts +7 -4
  19. package/dist/stepper/DoubleArrowIcon.svelte +34 -0
  20. package/dist/stepper/DoubleArrowIcon.svelte.d.ts +15 -0
  21. package/dist/stepper/ProfileCardIcon.svelte +25 -0
  22. package/dist/stepper/ProfileCardIcon.svelte.d.ts +15 -0
  23. package/dist/stepper/ProgressStepper.svelte +135 -34
  24. package/dist/stepper/ProgressStepper.svelte.d.ts +7 -4
  25. package/dist/stepper/Stepper.svelte +87 -33
  26. package/dist/stepper/Stepper.svelte.d.ts +6 -3
  27. package/dist/stepper/TimelineStepper.svelte +95 -35
  28. package/dist/stepper/TimelineStepper.svelte.d.ts +6 -3
  29. package/dist/stepper/VerticalStepper.svelte +91 -29
  30. package/dist/stepper/VerticalStepper.svelte.d.ts +6 -3
  31. package/dist/stepper/index.d.ts +3 -0
  32. package/dist/stepper/index.js +3 -0
  33. package/dist/stepper/theme.d.ts +6 -18
  34. package/dist/stepper/theme.js +18 -23
  35. package/dist/table/Table.svelte +1 -1
  36. package/dist/table/Table.svelte.d.ts +1 -1
  37. package/dist/table/TableBody.svelte +1 -1
  38. package/dist/table/TableBody.svelte.d.ts +1 -1
  39. package/dist/table/TableBodyCell.svelte +1 -1
  40. package/dist/table/TableBodyCell.svelte.d.ts +1 -1
  41. package/dist/table/TableBodyRow.svelte +1 -1
  42. package/dist/table/TableBodyRow.svelte.d.ts +1 -1
  43. package/dist/table/TableHead.svelte +1 -1
  44. package/dist/table/TableHead.svelte.d.ts +1 -1
  45. package/dist/table/TableHeadCell.svelte +1 -1
  46. package/dist/table/TableHeadCell.svelte.d.ts +1 -1
  47. package/dist/table/TableSearch.svelte +1 -1
  48. package/dist/table/TableSearch.svelte.d.ts +1 -1
  49. package/dist/tabs/TabItem.svelte +1 -1
  50. package/dist/tabs/TabItem.svelte.d.ts +1 -1
  51. package/dist/tabs/Tabs.svelte +1 -1
  52. package/dist/tabs/Tabs.svelte.d.ts +1 -1
  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/toast/ToastContainer.svelte +1 -1
  68. package/dist/toast/ToastContainer.svelte.d.ts +1 -1
  69. package/dist/tooltip/Tooltip.svelte +1 -1
  70. package/dist/tooltip/Tooltip.svelte.d.ts +1 -1
  71. package/dist/types.d.ts +52 -14
  72. package/dist/typography/a/A.svelte +1 -1
  73. package/dist/typography/a/A.svelte.d.ts +1 -1
  74. package/dist/typography/blockquote/Blockquote.svelte +1 -1
  75. package/dist/typography/blockquote/Blockquote.svelte.d.ts +1 -1
  76. package/dist/typography/descriptionlist/DescriptionList.svelte +1 -1
  77. package/dist/typography/descriptionlist/DescriptionList.svelte.d.ts +1 -1
  78. package/dist/typography/heading/Heading.svelte +1 -1
  79. package/dist/typography/heading/Heading.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/list/theme.js +1 -1
  89. package/dist/typography/mark/Mark.svelte +1 -1
  90. package/dist/typography/mark/Mark.svelte.d.ts +1 -1
  91. package/dist/typography/paragraph/P.svelte +1 -1
  92. package/dist/typography/paragraph/P.svelte.d.ts +1 -1
  93. package/dist/typography/secondary/Secondary.svelte +1 -1
  94. package/dist/typography/secondary/Secondary.svelte.d.ts +1 -1
  95. package/dist/typography/span/Span.svelte +1 -1
  96. package/dist/typography/span/Span.svelte.d.ts +1 -1
  97. package/dist/utils/Arrow.svelte +1 -1
  98. package/dist/utils/Arrow.svelte.d.ts +1 -1
  99. package/dist/utils/Popper.svelte +1 -1
  100. package/dist/utils/Popper.svelte.d.ts +1 -1
  101. package/dist/video/Video.svelte +1 -1
  102. package/dist/video/Video.svelte.d.ts +1 -1
  103. package/package.json +15 -3
@@ -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#L1866)
5
+ * [TimelineProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1886)
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#L1873)
132
+ [TimelineItemProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1893)
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#L1873)
5
+ * [TimelineItemProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1893)
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#L1891)
79
+ [ToastProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1911)
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#L1891)
5
+ * [ToastProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1911)
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
- [ToastContainerProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1906)
29
+ [ToastContainerProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1926)
30
30
  ## Props
31
31
  @prop children
32
32
  @prop position = "top-right"
@@ -2,7 +2,7 @@ import type { ToastContainerProps } from "../types";
2
2
  /**
3
3
  * [Go to docs](https://flowbite-svelte.com/)
4
4
  * ## Type
5
- * [ToastContainerProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1906)
5
+ * [ToastContainerProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1926)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop position = "top-right"
@@ -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#L1913)
39
+ [TooltipProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1933)
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#L1913)
5
+ * [TooltipProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1933)
6
6
  * ## Props
7
7
  * @prop type = "dark"
8
8
  * @prop color = undefined
package/dist/types.d.ts CHANGED
@@ -1351,28 +1351,41 @@ export interface StepIndicatorProps extends StepIndicatorVariants, HTMLAttribute
1351
1351
  completedCustom?: string;
1352
1352
  currentCustom?: string;
1353
1353
  }
1354
+ export type StepStatus = "completed" | "current" | "pending";
1354
1355
  export interface Step {
1355
1356
  id?: number;
1356
1357
  label: string;
1357
1358
  description?: string;
1358
- status?: "completed" | "current" | "pending";
1359
+ status?: StepStatus;
1359
1360
  icon?: Component;
1360
1361
  iconClass?: ClassValue;
1361
1362
  descriptionClass?: ClassValue;
1362
1363
  }
1363
1364
  export interface StepperProps extends HTMLOlAttributes, StepperVariants {
1364
- children?: Snippet;
1365
- steps?: Step[];
1365
+ steps: Step[];
1366
+ current?: number;
1367
+ clickable?: boolean;
1368
+ showCheckmarkForCompleted?: boolean;
1369
+ onStepClick?: (event: {
1370
+ current: number;
1371
+ last: number;
1372
+ }) => void;
1366
1373
  }
1367
1374
  export interface ProgressStep {
1368
1375
  id?: string | number;
1369
- status?: "completed" | "current" | "pending";
1376
+ status?: StepStatus;
1370
1377
  icon?: Component;
1371
1378
  iconClass?: ClassValue;
1372
1379
  }
1373
1380
  export interface ProgressStepperProps extends HTMLOlAttributes, ProgressStepperVariants {
1374
- children?: Snippet;
1375
- steps?: ProgressStep[];
1381
+ steps: ProgressStep[];
1382
+ current?: number;
1383
+ clickable?: boolean;
1384
+ showCheckmarkForCompleted?: boolean;
1385
+ onStepClick?: (event: {
1386
+ current: number;
1387
+ last: number;
1388
+ }) => void;
1376
1389
  }
1377
1390
  export interface DetailedStep {
1378
1391
  id: number;
@@ -1381,11 +1394,18 @@ export interface DetailedStep {
1381
1394
  status?: "completed" | "current" | "pending";
1382
1395
  icon?: Component;
1383
1396
  iconClass?: ClassValue;
1397
+ descriptionClass?: ClassValue;
1384
1398
  }
1385
1399
  export interface DetailedStepperProps extends HTMLOlAttributes, DetailedStepperVariants {
1386
- children?: Snippet;
1387
- steps?: DetailedStep[];
1400
+ steps: DetailedStep[];
1388
1401
  contentClass?: ClassValue;
1402
+ current?: number;
1403
+ clickable?: boolean;
1404
+ showCheckmarkForCompleted?: boolean;
1405
+ onStepClick?: (event: {
1406
+ current: number;
1407
+ last: number;
1408
+ }) => void;
1389
1409
  }
1390
1410
  export interface VerticalStep {
1391
1411
  id: number;
@@ -1395,9 +1415,15 @@ export interface VerticalStep {
1395
1415
  iconClass?: ClassValue;
1396
1416
  }
1397
1417
  export interface VerticalStepperProps extends HTMLOlAttributes, VerticalStepperVariants {
1398
- children?: Snippet;
1399
- steps?: VerticalStep[];
1418
+ steps: VerticalStep[];
1400
1419
  liClass?: ClassValue;
1420
+ current?: number;
1421
+ clickable?: boolean;
1422
+ showCheckmarkForCompleted?: boolean;
1423
+ onStepClick?: (event: {
1424
+ current: number;
1425
+ last: number;
1426
+ }) => void;
1401
1427
  }
1402
1428
  export interface BreadcrumbStep {
1403
1429
  id: number;
@@ -1408,8 +1434,14 @@ export interface BreadcrumbStep {
1408
1434
  iconClass?: ClassValue;
1409
1435
  }
1410
1436
  export interface BreadcrumbStepperProps extends BreadcrumbStepperVariants, HTMLOlAttributes {
1411
- children?: Snippet;
1412
- steps?: BreadcrumbStep[];
1437
+ steps: BreadcrumbStep[];
1438
+ current?: number;
1439
+ clickable?: boolean;
1440
+ showCheckmarkForCompleted?: boolean;
1441
+ onStepClick?: (event: {
1442
+ current: number;
1443
+ last: number;
1444
+ }) => void;
1413
1445
  }
1414
1446
  export interface TimelineStep {
1415
1447
  id?: string | number;
@@ -1420,9 +1452,15 @@ export interface TimelineStep {
1420
1452
  iconClass?: ClassValue;
1421
1453
  }
1422
1454
  export interface TimelineStepperProps extends HTMLOlAttributes, TimelineStepperVariants {
1423
- children?: Snippet;
1424
- steps?: TimelineStep[];
1455
+ steps: TimelineStep[];
1425
1456
  contentClass?: ClassValue;
1457
+ current?: number;
1458
+ clickable?: boolean;
1459
+ showCheckmarkForCompleted?: boolean;
1460
+ onStepClick?: (event: {
1461
+ current: number;
1462
+ last: number;
1463
+ }) => void;
1426
1464
  }
1427
1465
  export type TableCtxType = {
1428
1466
  striped?: boolean;
@@ -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#L1917)
46
+ [AnchorProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1937)
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#L1917)
5
+ * [AnchorProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1937)
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#L1946)
31
+ [BlockquoteProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1966)
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#L1946)
5
+ * [BlockquoteProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1966)
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#L1956)
27
+ [DescriptionListProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1976)
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#L1956)
5
+ * [DescriptionListProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1976)
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#L1962)
22
+ [HeadingProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1982)
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#L1962)
5
+ * [HeadingProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1982)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop tag = "h1"
@@ -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#L1993)
64
+ [ImgProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L2013)
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#L1993)
5
+ * [ImgProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L2013)
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#L2017)
22
+ [LayoutProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L2037)
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#L2017)
5
+ * [LayoutProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L2037)
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#L2030)
21
+ [LiProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L2050)
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#L2030)
5
+ * [LiProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L2050)
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#L2022)
31
+ [ListProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L2042)
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#L2022)
5
+ * [ListProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L2042)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop tag = "ul"
@@ -4,7 +4,7 @@ export const list = tv({
4
4
  variants: {
5
5
  tag: {
6
6
  ul: "list-disc",
7
- dl: "list-none",
7
+ dl: "[&>*]:list-none list-none",
8
8
  ol: "list-decimal"
9
9
  },
10
10
  position: {
@@ -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#L2036)
20
+ [MarkProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L2056)
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#L2036)
5
+ * [MarkProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L2056)
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#L2041)
35
+ [ParagraphProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L2061)
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#L2041)
5
+ * [ParagraphProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L2061)
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#L2049)
20
+ [SecondaryProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L2069)
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#L2049)
5
+ * [SecondaryProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L2069)
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#L2054)
37
+ [SpanProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L2074)
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#L2054)
5
+ * [SpanProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L2074)
6
6
  * ## Props
7
7
  * @prop children
8
8
  * @prop class: className
@@ -49,7 +49,7 @@
49
49
  @component
50
50
  [Go to docs](https://flowbite-svelte.com/)
51
51
  ## Type
52
- [ArrowProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L2098)
52
+ [ArrowProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L2118)
53
53
  ## Props
54
54
  @prop placement = "top"
55
55
  @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#L2098)
5
+ * [ArrowProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L2118)
6
6
  * ## Props
7
7
  * @prop placement = "top"
8
8
  * @prop cords
@@ -260,7 +260,7 @@
260
260
  @component
261
261
  [Go to docs](https://flowbite-svelte.com/)
262
262
  ## Type
263
- [PopperProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L2076)
263
+ [PopperProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L2096)
264
264
  ## Props
265
265
  @prop triggeredBy
266
266
  @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#L2076)
5
+ * [PopperProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L2096)
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#L2063)
24
+ [VideoProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L2083)
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#L2063)
5
+ * [VideoProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L2083)
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.28.3",
3
+ "version": "1.29.0",
4
4
  "description": "Flowbite components for Svelte",
5
5
  "main": "dist/index.js",
6
6
  "author": {
@@ -52,7 +52,7 @@
52
52
  "mdsvex": "^0.12.6",
53
53
  "mdsvexamples": "^0.5.0",
54
54
  "playwright": "^1.57.0",
55
- "prettier": "^3.6.2",
55
+ "prettier": "3.6.2",
56
56
  "prettier-plugin-svelte": "^3.4.0",
57
57
  "prettier-plugin-tailwindcss": "^0.7.1",
58
58
  "prism-themes": "^1.9.0",
@@ -64,7 +64,7 @@
64
64
  "super-sitemap": "^1.0.5",
65
65
  "svelte": "^5.45.2",
66
66
  "svelte-check": "^4.3.4",
67
- "svelte-doc-llm": "^0.7.0",
67
+ "svelte-doc-llm": "^0.8.0",
68
68
  "svelte-lib-helpers": "^0.4.31",
69
69
  "svelte-meta-tags": "^4.5.0",
70
70
  "svelte-rune-highlight": "^0.11.1",
@@ -680,10 +680,22 @@
680
680
  "types": "./dist/stepper/BreadcrumbStepper.svelte.d.ts",
681
681
  "svelte": "./dist/stepper/BreadcrumbStepper.svelte"
682
682
  },
683
+ "./CheckmarkIcon.svelte": {
684
+ "types": "./dist/stepper/CheckmarkIcon.svelte.d.ts",
685
+ "svelte": "./dist/stepper/CheckmarkIcon.svelte"
686
+ },
683
687
  "./DetailedStepper.svelte": {
684
688
  "types": "./dist/stepper/DetailedStepper.svelte.d.ts",
685
689
  "svelte": "./dist/stepper/DetailedStepper.svelte"
686
690
  },
691
+ "./DoubleArrowIcon.svelte": {
692
+ "types": "./dist/stepper/DoubleArrowIcon.svelte.d.ts",
693
+ "svelte": "./dist/stepper/DoubleArrowIcon.svelte"
694
+ },
695
+ "./ProfileCardIcon.svelte": {
696
+ "types": "./dist/stepper/ProfileCardIcon.svelte.d.ts",
697
+ "svelte": "./dist/stepper/ProfileCardIcon.svelte"
698
+ },
687
699
  "./ProgressStepper.svelte": {
688
700
  "types": "./dist/stepper/ProgressStepper.svelte.d.ts",
689
701
  "svelte": "./dist/stepper/ProgressStepper.svelte"