flowbite-svelte 0.26.19 → 0.26.22

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 (139) hide show
  1. package/CHANGELOG.md +39 -0
  2. package/accordions/AccordionItem.svelte.d.ts +7 -7
  3. package/alerts/Alert.svelte.d.ts +4 -4
  4. package/avatar/Avatar.svelte.d.ts +8 -8
  5. package/avatar/Dot.svelte.d.ts +5 -5
  6. package/avatar/Placeholder.svelte.d.ts +1 -1
  7. package/badges/Badge.svelte.d.ts +7 -7
  8. package/breadcrumbs/Breadcrumb.svelte.d.ts +4 -4
  9. package/breadcrumbs/BreadcrumbItem.svelte.d.ts +4 -4
  10. package/buttongroups/ButtonGroup.svelte.d.ts +1 -1
  11. package/buttons/Button.svelte.d.ts +9 -9
  12. package/cards/Card.svelte.d.ts +6 -6
  13. package/carousels/Caption.svelte.d.ts +2 -2
  14. package/carousels/Carousel.svelte.d.ts +11 -11
  15. package/carousels/CarouselTransition.svelte.d.ts +11 -11
  16. package/carousels/Indicator.svelte.d.ts +3 -3
  17. package/carousels/Slide.svelte.d.ts +4 -4
  18. package/carousels/Thumbnail.svelte.d.ts +4 -4
  19. package/darkmode/DarkMode.svelte.d.ts +1 -1
  20. package/datepicker/Datepicker.svelte.d.ts +7 -7
  21. package/drawer/Drawer.svelte.d.ts +14 -14
  22. package/dropdowns/Dropdown.svelte.d.ts +7 -7
  23. package/dropdowns/DropdownDivider.svelte.d.ts +1 -1
  24. package/dropdowns/DropdownHeader.svelte.d.ts +2 -2
  25. package/dropdowns/DropdownItem.svelte.d.ts +3 -3
  26. package/footer/Footer.svelte.d.ts +2 -2
  27. package/footer/FooterBrand.svelte.d.ts +7 -7
  28. package/footer/FooterCopyright.svelte.d.ts +5 -5
  29. package/footer/FooterIcon.svelte.d.ts +3 -3
  30. package/footer/FooterLink.svelte.d.ts +3 -3
  31. package/footer/FooterLinkGroup.svelte.d.ts +1 -1
  32. package/forms/Checkbox.svelte.d.ts +6 -6
  33. package/forms/Dropzone.svelte.d.ts +4 -4
  34. package/forms/Fileupload.svelte.d.ts +3 -3
  35. package/forms/FloatingLabelInput.svelte.d.ts +7 -7
  36. package/forms/Helper.svelte.d.ts +2 -2
  37. package/forms/Iconinput.svelte.d.ts +8 -8
  38. package/forms/Input.svelte.d.ts +5 -5
  39. package/forms/Label.svelte.d.ts +3 -3
  40. package/forms/Radio.svelte.d.ts +5 -5
  41. package/forms/Range.svelte.d.ts +1 -1
  42. package/forms/Search.svelte.d.ts +5 -5
  43. package/forms/Select.svelte.d.ts +6 -6
  44. package/forms/SimpleSearch.svelte.d.ts +7 -7
  45. package/forms/Textarea.svelte.d.ts +1 -1
  46. package/forms/Toggle.svelte.d.ts +4 -4
  47. package/forms/VoiceSearch.svelte.d.ts +9 -9
  48. package/kbd/ArrowKeyDown.svelte.d.ts +1 -1
  49. package/kbd/ArrowKeyLeft.svelte.d.ts +1 -1
  50. package/kbd/ArrowKeyRight.svelte.d.ts +1 -1
  51. package/kbd/ArrowKeyUp.svelte.d.ts +1 -1
  52. package/kbd/Kbd.svelte.d.ts +1 -1
  53. package/list-group/Listgroup.svelte.d.ts +2 -2
  54. package/list-group/ListgroupItem.svelte.d.ts +4 -4
  55. package/megamenu/MegaMenu.svelte.d.ts +3 -3
  56. package/modals/Modal.svelte.d.ts +6 -6
  57. package/navbar/Menu.svelte.d.ts +4 -4
  58. package/navbar/NavBrand.svelte.d.ts +1 -1
  59. package/navbar/NavDropdown.svelte.d.ts +5 -5
  60. package/navbar/NavHamburger.svelte.d.ts +1 -1
  61. package/navbar/NavLi.svelte.d.ts +4 -4
  62. package/navbar/NavUl.svelte.d.ts +3 -3
  63. package/navbar/Navbar.svelte.d.ts +4 -4
  64. package/package.json +20 -20
  65. package/paginations/Next.svelte.d.ts +2 -2
  66. package/paginations/Pagination.svelte.d.ts +7 -7
  67. package/paginations/Previous.svelte.d.ts +2 -2
  68. package/paginations/TableData.svelte.d.ts +2 -2
  69. package/popover/Popover.svelte.d.ts +2 -2
  70. package/progressbars/Progressbar.svelte.d.ts +6 -6
  71. package/ratings/AdvancedRating.svelte.d.ts +7 -7
  72. package/ratings/Rating.svelte.d.ts +6 -6
  73. package/ratings/RatingComment.svelte.d.ts +3 -3
  74. package/ratings/Review.svelte.d.ts +5 -5
  75. package/ratings/ScoreRating.svelte.d.ts +6 -6
  76. package/ratings/Star.svelte.d.ts +4 -4
  77. package/sidebars/Sidebar.svelte.d.ts +1 -1
  78. package/sidebars/SidebarBrand.svelte.d.ts +3 -3
  79. package/sidebars/SidebarCta.svelte.d.ts +4 -4
  80. package/sidebars/SidebarDropdownItem.svelte.d.ts +5 -5
  81. package/sidebars/SidebarDropdownWrapper.svelte.d.ts +5 -5
  82. package/sidebars/SidebarGroup.svelte.d.ts +3 -3
  83. package/sidebars/SidebarItem.svelte.d.ts +6 -6
  84. package/sidebars/SidebarWrapper.svelte.d.ts +1 -1
  85. package/skeleton/CardPlaceholder.svelte.d.ts +2 -2
  86. package/skeleton/ImagePlaceholder.svelte.d.ts +2 -2
  87. package/skeleton/ListPlaceholder.svelte.d.ts +1 -1
  88. package/skeleton/Skeleton.svelte.d.ts +1 -1
  89. package/skeleton/TestimonialPlaceholder.svelte.d.ts +1 -1
  90. package/skeleton/TextPlaceholder.svelte.d.ts +1 -1
  91. package/skeleton/VideoPlaceholder.svelte.d.ts +2 -2
  92. package/skeleton/WidgetPlaceholder.svelte.d.ts +1 -1
  93. package/spinners/Spinner.svelte.d.ts +4 -4
  94. package/tables/Table.svelte.d.ts +6 -6
  95. package/tables/TableBodyCell.svelte.d.ts +1 -1
  96. package/tables/TableBodyRow.svelte.d.ts +1 -1
  97. package/tables/TableHead.svelte.d.ts +1 -1
  98. package/tables/TableSearch.svelte.d.ts +6 -6
  99. package/tabs/TabContentItem.svelte.d.ts +1 -1
  100. package/tabs/TabHead.svelte.d.ts +2 -2
  101. package/tabs/TabHeadItem.svelte.d.ts +3 -3
  102. package/tabs/TabWrapper.svelte.d.ts +3 -3
  103. package/timelines/Activity.svelte.d.ts +1 -1
  104. package/timelines/Group.svelte.d.ts +2 -2
  105. package/timelines/Timeline.svelte.d.ts +2 -2
  106. package/timelines/TimelineHorizontal.svelte.d.ts +1 -1
  107. package/timelines/TimelineItem.svelte.d.ts +4 -4
  108. package/toasts/Toast.svelte.d.ts +5 -5
  109. package/toolbar/Toolbar.svelte.d.ts +2 -2
  110. package/toolbar/ToolbarButton.svelte.d.ts +4 -4
  111. package/tooltips/Tooltip.svelte.d.ts +3 -3
  112. package/typography/A.svelte.d.ts +3 -3
  113. package/typography/Blockquote.svelte.d.ts +8 -8
  114. package/typography/DescriptionList.svelte.d.ts +2 -2
  115. package/typography/Heading.svelte.d.ts +3 -3
  116. package/typography/Hr.svelte.d.ts +8 -8
  117. package/typography/Img.svelte.d.ts +7 -7
  118. package/typography/Layout.svelte.d.ts +2 -2
  119. package/typography/Li.svelte.d.ts +2 -2
  120. package/typography/List.svelte.d.ts +7 -7
  121. package/typography/Mark.svelte.d.ts +3 -3
  122. package/typography/P.svelte.d.ts +10 -10
  123. package/typography/Secondary.svelte.d.ts +2 -2
  124. package/typography/Span.svelte.d.ts +9 -9
  125. package/typography/Ul.svelte.d.ts +3 -3
  126. package/utils/Chevron.svelte.d.ts +2 -2
  127. package/utils/ChevronDown.svelte.d.ts +4 -4
  128. package/utils/ChevronLeft.svelte.d.ts +4 -4
  129. package/utils/ChevronRight.svelte.d.ts +4 -4
  130. package/utils/ChevronUp.svelte.d.ts +4 -4
  131. package/utils/CloseButton.svelte.d.ts +3 -3
  132. package/utils/Frame.svelte.d.ts +10 -10
  133. package/utils/InformationCircle.svelte.d.ts +4 -4
  134. package/utils/Popper.svelte.d.ts +9 -9
  135. package/utils/UserCircle.svelte.d.ts +4 -4
  136. package/utils/createEventDispatcher.d.ts +1 -0
  137. package/utils/focusTrap.d.ts +4 -0
  138. package/utils/generateId.d.ts +1 -0
  139. package/video/Video.svelte.d.ts +4 -4
@@ -1,12 +1,12 @@
1
1
  import { SvelteComponentTyped } from "svelte";
2
2
  declare const __propDef: {
3
3
  props: {
4
- divClass?: string;
5
- size?: string;
6
- total?: number;
7
- rating?: number;
8
- ceil?: boolean;
9
- count?: boolean;
4
+ divClass?: string | undefined;
5
+ size?: string | undefined;
6
+ total?: number | undefined;
7
+ rating?: number | undefined;
8
+ ceil?: boolean | undefined;
9
+ count?: boolean | undefined;
10
10
  };
11
11
  events: {
12
12
  [evt: string]: CustomEvent<any>;
@@ -1,9 +1,9 @@
1
1
  import { SvelteComponentTyped } from "svelte";
2
2
  declare const __propDef: {
3
3
  props: {
4
- ceil?: boolean;
5
- helpfullink?: string;
6
- abuselink?: string;
4
+ ceil?: boolean | undefined;
5
+ helpfullink?: string | undefined;
6
+ abuselink?: string | undefined;
7
7
  comment: {
8
8
  id: string;
9
9
  user: {
@@ -4,11 +4,11 @@ declare const __propDef: {
4
4
  props: {
5
5
  [x: string]: any;
6
6
  review: ReviewType;
7
- articleClass?: string;
8
- divClass?: string;
9
- imgClass?: string;
10
- ulClass?: string;
11
- liClass?: string;
7
+ articleClass?: string | undefined;
8
+ divClass?: string | undefined;
9
+ imgClass?: string | undefined;
10
+ ulClass?: string | undefined;
11
+ liClass?: string | undefined;
12
12
  };
13
13
  events: {
14
14
  [evt: string]: CustomEvent<any>;
@@ -4,11 +4,11 @@ declare const __propDef: {
4
4
  ratings?: {
5
5
  label: string;
6
6
  rating: number;
7
- }[];
7
+ }[] | undefined;
8
8
  ratings2?: {
9
9
  label: string;
10
10
  rating: number;
11
- }[];
11
+ }[] | undefined;
12
12
  headerLabel: {
13
13
  desc1: string;
14
14
  desc2: string;
@@ -18,10 +18,10 @@ declare const __propDef: {
18
18
  url: string;
19
19
  };
20
20
  };
21
- desc1Class?: string;
22
- desc2Class?: string;
23
- desc3spanClass?: string;
24
- desc3pClass?: string;
21
+ desc1Class?: string | undefined;
22
+ desc2Class?: string | undefined;
23
+ desc3spanClass?: string | undefined;
24
+ desc3pClass?: string | undefined;
25
25
  };
26
26
  events: {
27
27
  [evt: string]: CustomEvent<any>;
@@ -2,10 +2,10 @@ import { SvelteComponentTyped } from "svelte";
2
2
  declare const __propDef: {
3
3
  props: {
4
4
  [x: string]: any;
5
- size?: string;
6
- color?: string;
7
- variation?: 'solid' | 'outline';
8
- ariaLabel?: string;
5
+ size?: string | undefined;
6
+ color?: string | undefined;
7
+ variation?: "solid" | "outline" | undefined;
8
+ ariaLabel?: string | undefined;
9
9
  };
10
10
  events: {
11
11
  click: MouseEvent;
@@ -2,7 +2,7 @@ import { SvelteComponentTyped } from "svelte";
2
2
  declare const __propDef: {
3
3
  props: {
4
4
  [x: string]: any;
5
- asideClass?: string;
5
+ asideClass?: string | undefined;
6
6
  };
7
7
  events: {
8
8
  [evt: string]: CustomEvent<any>;
@@ -4,9 +4,9 @@ declare const __propDef: {
4
4
  props: {
5
5
  [x: string]: any;
6
6
  site: SiteType;
7
- aClass?: string;
8
- imgClass?: string;
9
- spanClass?: string;
7
+ aClass?: string | undefined;
8
+ imgClass?: string | undefined;
9
+ spanClass?: string | undefined;
10
10
  };
11
11
  events: {
12
12
  [evt: string]: CustomEvent<any>;
@@ -2,10 +2,10 @@ import { SvelteComponentTyped } from "svelte";
2
2
  declare const __propDef: {
3
3
  props: {
4
4
  [x: string]: any;
5
- divWrapperClass?: string;
6
- divClass?: string;
7
- spanClass?: string;
8
- label?: string;
5
+ divWrapperClass?: string | undefined;
6
+ divClass?: string | undefined;
7
+ spanClass?: string | undefined;
8
+ label?: string | undefined;
9
9
  };
10
10
  events: {
11
11
  [evt: string]: CustomEvent<any>;
@@ -2,11 +2,11 @@ import { SvelteComponentTyped } from "svelte";
2
2
  declare const __propDef: {
3
3
  props: {
4
4
  [x: string]: any;
5
- aClass?: string;
6
- href?: string;
7
- label?: string;
8
- activeClass?: string;
9
- active?: boolean;
5
+ aClass?: string | undefined;
6
+ href?: string | undefined;
7
+ label?: string | undefined;
8
+ activeClass?: string | undefined;
9
+ active?: boolean | undefined;
10
10
  };
11
11
  events: {
12
12
  blur: FocusEvent;
@@ -2,11 +2,11 @@ import { SvelteComponentTyped } from "svelte";
2
2
  declare const __propDef: {
3
3
  props: {
4
4
  [x: string]: any;
5
- btnClass?: string;
6
- label?: string;
7
- spanClass?: string;
8
- ulClass?: string;
9
- isOpen?: boolean;
5
+ btnClass?: string | undefined;
6
+ label?: string | undefined;
7
+ spanClass?: string | undefined;
8
+ ulClass?: string | undefined;
9
+ isOpen?: boolean | undefined;
10
10
  };
11
11
  events: {
12
12
  [evt: string]: CustomEvent<any>;
@@ -2,9 +2,9 @@ import { SvelteComponentTyped } from "svelte";
2
2
  declare const __propDef: {
3
3
  props: {
4
4
  [x: string]: any;
5
- ulClass?: string;
6
- borderClass?: string;
7
- border?: boolean;
5
+ ulClass?: string | undefined;
6
+ borderClass?: string | undefined;
7
+ border?: boolean | undefined;
8
8
  };
9
9
  events: {
10
10
  [evt: string]: CustomEvent<any>;
@@ -2,12 +2,12 @@ import { SvelteComponentTyped } from "svelte";
2
2
  declare const __propDef: {
3
3
  props: {
4
4
  [x: string]: any;
5
- aClass?: string;
6
- href?: string;
7
- label?: string;
8
- spanClass?: string;
9
- activeClass?: string;
10
- active?: boolean;
5
+ aClass?: string | undefined;
6
+ href?: string | undefined;
7
+ label?: string | undefined;
8
+ spanClass?: string | undefined;
9
+ activeClass?: string | undefined;
10
+ active?: boolean | undefined;
11
11
  };
12
12
  events: {
13
13
  blur: FocusEvent;
@@ -2,7 +2,7 @@ import { SvelteComponentTyped } from "svelte";
2
2
  declare const __propDef: {
3
3
  props: {
4
4
  [x: string]: any;
5
- divClass?: string;
5
+ divClass?: string | undefined;
6
6
  };
7
7
  events: {
8
8
  [evt: string]: CustomEvent<any>;
@@ -2,8 +2,8 @@ import { SvelteComponentTyped } from "svelte";
2
2
  declare const __propDef: {
3
3
  props: {
4
4
  [x: string]: any;
5
- divClass?: string;
6
- size?: string;
5
+ divClass?: string | undefined;
6
+ size?: string | undefined;
7
7
  };
8
8
  events: {
9
9
  [evt: string]: CustomEvent<any>;
@@ -2,8 +2,8 @@ import { SvelteComponentTyped } from "svelte";
2
2
  declare const __propDef: {
3
3
  props: {
4
4
  [x: string]: any;
5
- divClass?: string;
6
- size?: string;
5
+ divClass?: string | undefined;
6
+ size?: string | undefined;
7
7
  };
8
8
  events: {
9
9
  [evt: string]: CustomEvent<any>;
@@ -2,7 +2,7 @@ import { SvelteComponentTyped } from "svelte";
2
2
  declare const __propDef: {
3
3
  props: {
4
4
  [x: string]: any;
5
- divClass?: string;
5
+ divClass?: string | undefined;
6
6
  };
7
7
  events: {
8
8
  [evt: string]: CustomEvent<any>;
@@ -2,7 +2,7 @@ import { SvelteComponentTyped } from "svelte";
2
2
  declare const __propDef: {
3
3
  props: {
4
4
  [x: string]: any;
5
- divClass?: string;
5
+ divClass?: string | undefined;
6
6
  };
7
7
  events: {
8
8
  [evt: string]: CustomEvent<any>;
@@ -2,7 +2,7 @@ import { SvelteComponentTyped } from "svelte";
2
2
  declare const __propDef: {
3
3
  props: {
4
4
  [x: string]: any;
5
- divClass?: string;
5
+ divClass?: string | undefined;
6
6
  };
7
7
  events: {
8
8
  [evt: string]: CustomEvent<any>;
@@ -2,7 +2,7 @@ import { SvelteComponentTyped } from "svelte";
2
2
  declare const __propDef: {
3
3
  props: {
4
4
  [x: string]: any;
5
- divClass?: string;
5
+ divClass?: string | undefined;
6
6
  };
7
7
  events: {
8
8
  [evt: string]: CustomEvent<any>;
@@ -2,8 +2,8 @@ import { SvelteComponentTyped } from "svelte";
2
2
  declare const __propDef: {
3
3
  props: {
4
4
  [x: string]: any;
5
- divClass?: string;
6
- size?: string;
5
+ divClass?: string | undefined;
6
+ size?: string | undefined;
7
7
  };
8
8
  events: {
9
9
  [evt: string]: CustomEvent<any>;
@@ -2,7 +2,7 @@ import { SvelteComponentTyped } from "svelte";
2
2
  declare const __propDef: {
3
3
  props: {
4
4
  [x: string]: any;
5
- divClass?: string;
5
+ divClass?: string | undefined;
6
6
  };
7
7
  events: {
8
8
  [evt: string]: CustomEvent<any>;
@@ -4,10 +4,10 @@ declare const __propDef: {
4
4
  props: {
5
5
  [x: string]: any;
6
6
  color?: Colors | undefined;
7
- bg?: string;
8
- size?: string;
9
- currentFill?: string;
10
- currentColor?: string;
7
+ bg?: string | undefined;
8
+ size?: string | undefined;
9
+ currentFill?: string | undefined;
10
+ currentColor?: string | undefined;
11
11
  };
12
12
  events: {
13
13
  [evt: string]: CustomEvent<any>;
@@ -2,12 +2,12 @@ import { SvelteComponentTyped } from "svelte";
2
2
  declare const __propDef: {
3
3
  props: {
4
4
  [x: string]: any;
5
- divClass?: string;
6
- striped?: boolean;
7
- hoverable?: boolean;
8
- noborder?: boolean;
9
- shadow?: boolean;
10
- color?: 'blue' | 'green' | 'red' | 'yellow' | 'purple' | 'default' | 'custom';
5
+ divClass?: string | undefined;
6
+ striped?: boolean | undefined;
7
+ hoverable?: boolean | undefined;
8
+ noborder?: boolean | undefined;
9
+ shadow?: boolean | undefined;
10
+ color?: "default" | "blue" | "red" | "green" | "yellow" | "purple" | "custom" | undefined;
11
11
  };
12
12
  events: {
13
13
  [evt: string]: CustomEvent<any>;
@@ -2,7 +2,7 @@ import { SvelteComponentTyped } from "svelte";
2
2
  declare const __propDef: {
3
3
  props: {
4
4
  [x: string]: any;
5
- tdClass?: string;
5
+ tdClass?: string | undefined;
6
6
  };
7
7
  events: {
8
8
  [evt: string]: CustomEvent<any>;
@@ -2,7 +2,7 @@ import { SvelteComponentTyped } from "svelte";
2
2
  declare const __propDef: {
3
3
  props: {
4
4
  [x: string]: any;
5
- trClass?: string;
5
+ trClass?: string | undefined;
6
6
  };
7
7
  events: {
8
8
  [evt: string]: CustomEvent<any>;
@@ -2,7 +2,7 @@ import { SvelteComponentTyped } from "svelte";
2
2
  declare const __propDef: {
3
3
  props: {
4
4
  [x: string]: any;
5
- theadClass?: string;
5
+ theadClass?: string | undefined;
6
6
  };
7
7
  events: {
8
8
  [evt: string]: CustomEvent<any>;
@@ -2,12 +2,12 @@ import { SvelteComponentTyped } from "svelte";
2
2
  declare const __propDef: {
3
3
  props: {
4
4
  [x: string]: any;
5
- divClass?: string;
6
- inputValue?: string;
7
- striped?: boolean;
8
- hoverable?: boolean;
9
- placeholder?: string;
10
- color?: 'blue' | 'green' | 'red' | 'yellow' | 'purple' | 'default' | 'custom';
5
+ divClass?: string | undefined;
6
+ inputValue?: string | undefined;
7
+ striped?: boolean | undefined;
8
+ hoverable?: boolean | undefined;
9
+ placeholder?: string | undefined;
10
+ color?: "default" | "blue" | "red" | "green" | "yellow" | "purple" | "custom" | undefined;
11
11
  };
12
12
  events: {
13
13
  [evt: string]: CustomEvent<any>;
@@ -3,7 +3,7 @@ declare const __propDef: {
3
3
  props: {
4
4
  activeTabValue: number;
5
5
  id: number;
6
- contentDivClass?: string;
6
+ contentDivClass?: string | undefined;
7
7
  };
8
8
  events: {
9
9
  [evt: string]: CustomEvent<any>;
@@ -3,8 +3,8 @@ declare const __propDef: {
3
3
  props: {
4
4
  tabStyle: any;
5
5
  tabId: any;
6
- customDivClass?: string;
7
- customUlClass?: string;
6
+ customDivClass?: string | undefined;
7
+ customUlClass?: string | undefined;
8
8
  };
9
9
  events: {
10
10
  [evt: string]: CustomEvent<any>;
@@ -5,9 +5,9 @@ declare const __propDef: {
5
5
  id: number;
6
6
  tabStyle: string;
7
7
  activeTabValue: number;
8
- customActiveClass?: string;
9
- customInActiveClass?: string;
10
- customLiClass?: string;
8
+ customActiveClass?: string | undefined;
9
+ customInActiveClass?: string | undefined;
10
+ customLiClass?: string | undefined;
11
11
  };
12
12
  events: {
13
13
  click: MouseEvent;
@@ -2,8 +2,8 @@ import { SvelteComponentTyped } from "svelte";
2
2
  declare const __propDef: {
3
3
  props: {
4
4
  [x: string]: any;
5
- divClass?: string;
6
- tabStyle?: 'default' | 'full' | 'icon' | 'pill' | 'underline' | 'custom';
5
+ divClass?: string | undefined;
6
+ tabStyle?: "default" | "icon" | "custom" | "pill" | "underline" | "full" | undefined;
7
7
  activeTabValue: number;
8
8
  };
9
9
  events: {
@@ -11,7 +11,7 @@ declare const __propDef: {
11
11
  };
12
12
  slots: {
13
13
  default: {
14
- tabStyle: "default" | "custom" | "full" | "icon" | "pill" | "underline";
14
+ tabStyle: "default" | "icon" | "custom" | "pill" | "underline" | "full";
15
15
  tabId: number;
16
16
  activeTabValue: number;
17
17
  };
@@ -1,7 +1,7 @@
1
1
  import { SvelteComponentTyped } from "svelte";
2
2
  declare const __propDef: {
3
3
  props: {
4
- olClass?: string;
4
+ olClass?: string | undefined;
5
5
  };
6
6
  events: {
7
7
  [evt: string]: CustomEvent<any>;
@@ -1,8 +1,8 @@
1
1
  import { SvelteComponentTyped } from "svelte";
2
2
  declare const __propDef: {
3
3
  props: {
4
- divClass?: string;
5
- timeClass?: string;
4
+ divClass?: string | undefined;
5
+ timeClass?: string | undefined;
6
6
  date: Date | string;
7
7
  };
8
8
  events: {
@@ -1,8 +1,8 @@
1
1
  import { SvelteComponentTyped } from "svelte";
2
2
  declare const __propDef: {
3
3
  props: {
4
- customClass?: string;
5
- order?: 'default' | 'vertical' | 'horizontal' | 'activity' | 'group' | 'custom';
4
+ customClass?: string | undefined;
5
+ order?: "default" | "custom" | "group" | "horizontal" | "vertical" | "activity" | undefined;
6
6
  };
7
7
  events: {
8
8
  [evt: string]: CustomEvent<any>;
@@ -1,7 +1,7 @@
1
1
  import { SvelteComponentTyped } from "svelte";
2
2
  declare const __propDef: {
3
3
  props: {
4
- olClass?: string;
4
+ olClass?: string | undefined;
5
5
  };
6
6
  events: {
7
7
  [evt: string]: CustomEvent<any>;
@@ -1,10 +1,10 @@
1
1
  import { SvelteComponentTyped } from "svelte";
2
2
  declare const __propDef: {
3
3
  props: {
4
- title?: string;
5
- date?: string;
6
- customDiv?: string;
7
- customTimeClass?: string;
4
+ title?: string | undefined;
5
+ date?: string | undefined;
6
+ customDiv?: string | undefined;
7
+ customTimeClass?: string | undefined;
8
8
  };
9
9
  events: {
10
10
  [evt: string]: CustomEvent<any>;
@@ -3,11 +3,11 @@ import type { Colors } from '../types';
3
3
  declare const __propDef: {
4
4
  props: {
5
5
  [x: string]: any;
6
- color?: Colors;
7
- simple?: boolean;
8
- position?: 'tl' | 'tr' | 'bl' | 'br';
9
- visible?: boolean;
10
- divClass?: string;
6
+ color?: Colors | undefined;
7
+ simple?: boolean | undefined;
8
+ position?: "br" | "tr" | "tl" | "bl" | undefined;
9
+ visible?: boolean | undefined;
10
+ divClass?: string | undefined;
11
11
  };
12
12
  events: {
13
13
  [evt: string]: CustomEvent<any>;
@@ -2,8 +2,8 @@ import { SvelteComponentTyped } from "svelte";
2
2
  declare const __propDef: {
3
3
  props: {
4
4
  [x: string]: any;
5
- color?: string;
6
- embedded?: boolean;
5
+ color?: string | undefined;
6
+ embedded?: boolean | undefined;
7
7
  };
8
8
  events: {
9
9
  [evt: string]: CustomEvent<any>;
@@ -2,10 +2,10 @@ import { SvelteComponentTyped } from "svelte";
2
2
  declare const __propDef: {
3
3
  props: {
4
4
  [x: string]: any;
5
- color?: string;
6
- name?: string;
7
- ariaLabel?: string;
8
- size?: 'xs' | 'sm' | 'md';
5
+ color?: string | undefined;
6
+ name?: string | undefined;
7
+ ariaLabel?: string | undefined;
8
+ size?: "xs" | "sm" | "md" | undefined;
9
9
  };
10
10
  events: {
11
11
  click: MouseEvent;
@@ -2,9 +2,9 @@ import { SvelteComponentTyped } from "svelte";
2
2
  declare const __propDef: {
3
3
  props: {
4
4
  [x: string]: any;
5
- color?: string;
6
- style?: 'dark' | 'light' | 'auto' | 'custom';
7
- tipClass?: string;
5
+ color?: string | undefined;
6
+ style?: "dark" | "custom" | "light" | "auto" | undefined;
7
+ tipClass?: string | undefined;
8
8
  };
9
9
  events: {
10
10
  show: CustomEvent<any>;
@@ -2,9 +2,9 @@ import { SvelteComponentTyped } from "svelte";
2
2
  declare const __propDef: {
3
3
  props: {
4
4
  [x: string]: any;
5
- href?: string;
6
- color?: string;
7
- aClass?: string;
5
+ href?: string | undefined;
6
+ color?: string | undefined;
7
+ aClass?: string | undefined;
8
8
  };
9
9
  events: {
10
10
  [evt: string]: CustomEvent<any>;
@@ -2,14 +2,14 @@ import { SvelteComponentTyped } from "svelte";
2
2
  declare const __propDef: {
3
3
  props: {
4
4
  [x: string]: any;
5
- border?: boolean;
6
- italic?: boolean;
7
- borderClass?: string;
8
- bgClass?: string;
9
- bg?: boolean;
10
- baseClass?: string;
11
- alignment?: 'left' | 'center' | 'right';
12
- size?: 'xs' | 'sm' | 'base' | 'lg' | 'xl' | '2xl' | '3xl' | '4xl' | '5xl' | '6xl' | '7xl' | '8xl' | '9xl';
5
+ border?: boolean | undefined;
6
+ italic?: boolean | undefined;
7
+ borderClass?: string | undefined;
8
+ bgClass?: string | undefined;
9
+ bg?: boolean | undefined;
10
+ baseClass?: string | undefined;
11
+ alignment?: "left" | "right" | "center" | undefined;
12
+ size?: "xs" | "sm" | "lg" | "xl" | "base" | "2xl" | "3xl" | "4xl" | "5xl" | "6xl" | "7xl" | "8xl" | "9xl" | undefined;
13
13
  };
14
14
  events: {
15
15
  [evt: string]: CustomEvent<any>;
@@ -3,8 +3,8 @@ declare const __propDef: {
3
3
  props: {
4
4
  [x: string]: any;
5
5
  tag: 'dt' | 'dd';
6
- dtClass?: string;
7
- ddClass?: string;
6
+ dtClass?: string | undefined;
7
+ ddClass?: string | undefined;
8
8
  };
9
9
  events: {
10
10
  [evt: string]: CustomEvent<any>;
@@ -2,9 +2,9 @@ import { SvelteComponentTyped } from "svelte";
2
2
  declare const __propDef: {
3
3
  props: {
4
4
  [x: string]: any;
5
- tag?: 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6';
6
- color?: string;
7
- customSize?: string;
5
+ tag?: "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | undefined;
6
+ color?: string | undefined;
7
+ customSize?: string | undefined;
8
8
  };
9
9
  events: {
10
10
  [evt: string]: CustomEvent<any>;