flowbite-svelte 0.26.20 → 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 +18 -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 -21
  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
@@ -2,8 +2,8 @@ import { SvelteComponentTyped } from "svelte";
2
2
  declare const __propDef: {
3
3
  props: {
4
4
  [x: string]: any;
5
- helperClass?: string;
6
- color?: 'gray' | 'green' | 'red' | 'disabled';
5
+ helperClass?: string | undefined;
6
+ color?: "gray" | "red" | "green" | "disabled" | undefined;
7
7
  };
8
8
  events: {
9
9
  [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
- value?: string;
6
- size?: 'sm' | 'md' | 'lg';
7
- noBorder?: boolean;
8
- inputClass?: string;
9
- spanClass?: string;
10
- noBorderInputClass?: string;
11
- pointerEvent?: boolean;
12
- noBorderDivClass?: string;
5
+ value?: string | undefined;
6
+ size?: "sm" | "md" | "lg" | undefined;
7
+ noBorder?: boolean | undefined;
8
+ inputClass?: string | undefined;
9
+ spanClass?: string | undefined;
10
+ noBorderInputClass?: string | undefined;
11
+ pointerEvent?: boolean | undefined;
12
+ noBorderDivClass?: string | undefined;
13
13
  };
14
14
  events: {
15
15
  [evt: string]: CustomEvent<any>;
@@ -3,11 +3,11 @@ import type { InputType } from '../types';
3
3
  declare const __propDef: {
4
4
  props: {
5
5
  [x: string]: any;
6
- type?: InputType;
7
- value?: string;
8
- size?: 'sm' | 'md' | 'lg';
9
- inputClass?: string;
10
- color?: 'base' | 'green' | 'red';
6
+ type?: InputType | undefined;
7
+ value?: string | undefined;
8
+ size?: "sm" | "md" | "lg" | undefined;
9
+ inputClass?: string | undefined;
10
+ color?: "red" | "green" | "base" | undefined;
11
11
  };
12
12
  events: {
13
13
  blur: FocusEvent;
@@ -2,9 +2,9 @@ import { SvelteComponentTyped } from "svelte";
2
2
  declare const __propDef: {
3
3
  props: {
4
4
  [x: string]: any;
5
- color?: 'gray' | 'green' | 'red' | 'disabled';
6
- defaultClass?: string;
7
- show?: boolean;
5
+ color?: "gray" | "red" | "green" | "disabled" | undefined;
6
+ defaultClass?: string | undefined;
7
+ show?: boolean | undefined;
8
8
  };
9
9
  events: {
10
10
  [evt: string]: CustomEvent<any>;
@@ -5,11 +5,11 @@ import type { FormColorType } from '../types';
5
5
  declare const __propDef: {
6
6
  props: {
7
7
  [x: string]: any;
8
- color?: FormColorType;
9
- custom?: boolean;
10
- inline?: boolean;
11
- group?: number | string;
12
- value?: string;
8
+ color?: FormColorType | undefined;
9
+ custom?: boolean | undefined;
10
+ inline?: boolean | undefined;
11
+ group?: string | number | undefined;
12
+ value?: string | undefined;
13
13
  };
14
14
  events: {
15
15
  blur: FocusEvent;
@@ -3,7 +3,7 @@ declare const __propDef: {
3
3
  props: {
4
4
  [x: string]: any;
5
5
  value: number;
6
- size?: 'sm' | 'md' | 'lg';
6
+ size?: "sm" | "md" | "lg" | undefined;
7
7
  };
8
8
  events: {
9
9
  change: Event;
@@ -2,11 +2,11 @@ import { SvelteComponentTyped } from "svelte";
2
2
  declare const __propDef: {
3
3
  props: {
4
4
  [x: string]: any;
5
- id?: string;
6
- labelClass?: string;
7
- inputClass?: string;
8
- btnClass?: string;
9
- placeholder?: string;
5
+ id?: string | undefined;
6
+ labelClass?: string | undefined;
7
+ inputClass?: string | undefined;
8
+ btnClass?: string | undefined;
9
+ placeholder?: string | undefined;
10
10
  };
11
11
  events: {
12
12
  submit: SubmitEvent;
@@ -3,13 +3,13 @@ import type { SelectOptionType } from '../types';
3
3
  declare const __propDef: {
4
4
  props: {
5
5
  [x: string]: any;
6
- items?: SelectOptionType[];
6
+ items?: SelectOptionType[] | undefined;
7
7
  value: string;
8
- placeholder?: string;
9
- underline?: boolean;
10
- size?: 'sm' | 'md' | 'lg';
11
- defaultClass?: string;
12
- underlineClass?: string;
8
+ placeholder?: string | undefined;
9
+ underline?: boolean | undefined;
10
+ size?: "sm" | "md" | "lg" | undefined;
11
+ defaultClass?: string | undefined;
12
+ underlineClass?: string | undefined;
13
13
  };
14
14
  events: {
15
15
  change: Event;
@@ -2,13 +2,13 @@ import { SvelteComponentTyped } from "svelte";
2
2
  declare const __propDef: {
3
3
  props: {
4
4
  [x: string]: any;
5
- id?: string;
6
- labelClass?: string;
7
- iconClass?: string;
8
- iconDivClass?: string;
9
- inputClass?: string;
10
- btnClass?: string;
11
- placeholder?: string;
5
+ id?: string | undefined;
6
+ labelClass?: string | undefined;
7
+ iconClass?: string | undefined;
8
+ iconDivClass?: string | undefined;
9
+ inputClass?: string | undefined;
10
+ btnClass?: string | undefined;
11
+ placeholder?: string | undefined;
12
12
  };
13
13
  events: {
14
14
  submit: SubmitEvent;
@@ -2,7 +2,7 @@ import { SvelteComponentTyped } from "svelte";
2
2
  declare const __propDef: {
3
3
  props: {
4
4
  [x: string]: any;
5
- value?: string;
5
+ value?: string | undefined;
6
6
  };
7
7
  events: {
8
8
  blur: FocusEvent;
@@ -2,10 +2,10 @@ import { SvelteComponentTyped } from "svelte";
2
2
  declare const __propDef: {
3
3
  props: {
4
4
  [x: string]: any;
5
- size?: 'small' | 'default' | 'large';
6
- group?: string[];
7
- value?: string;
8
- checked?: boolean;
5
+ size?: "default" | "small" | "large" | undefined;
6
+ group?: string[] | undefined;
7
+ value?: string | undefined;
8
+ checked?: boolean | undefined;
9
9
  };
10
10
  events: {
11
11
  click: MouseEvent;
@@ -2,15 +2,15 @@ import { SvelteComponentTyped } from "svelte";
2
2
  declare const __propDef: {
3
3
  props: {
4
4
  [x: string]: any;
5
- id?: string;
6
- labelClass?: string;
7
- iconClass?: string;
8
- iconDivClass?: string;
9
- inputClass?: string;
10
- btnClass?: string;
11
- voiceBtnClass?: string;
12
- voiceIconClass?: string;
13
- placeholder?: string;
5
+ id?: string | undefined;
6
+ labelClass?: string | undefined;
7
+ iconClass?: string | undefined;
8
+ iconDivClass?: string | undefined;
9
+ inputClass?: string | undefined;
10
+ btnClass?: string | undefined;
11
+ voiceBtnClass?: string | undefined;
12
+ voiceIconClass?: string | undefined;
13
+ placeholder?: string | undefined;
14
14
  };
15
15
  events: {
16
16
  submit: SubmitEvent;
@@ -2,7 +2,7 @@ import { SvelteComponentTyped } from "svelte";
2
2
  declare const __propDef: {
3
3
  props: {
4
4
  [x: string]: any;
5
- svgClass?: string;
5
+ svgClass?: 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
- svgClass?: string;
5
+ svgClass?: 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
- svgClass?: string;
5
+ svgClass?: 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
- svgClass?: string;
5
+ svgClass?: 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
- kbdClass?: string;
5
+ kbdClass?: string | undefined;
6
6
  };
7
7
  events: {
8
8
  [evt: string]: CustomEvent<any>;
@@ -3,8 +3,8 @@ import type { ListGroupItemType } from '../types';
3
3
  declare const __propDef: {
4
4
  props: {
5
5
  [x: string]: any;
6
- items?: ListGroupItemType[];
7
- active?: boolean;
6
+ items?: ListGroupItemType[] | undefined;
7
+ active?: boolean | undefined;
8
8
  };
9
9
  events: {
10
10
  click: CustomEvent<any>;
@@ -2,10 +2,10 @@ import { SvelteComponentTyped } from "svelte";
2
2
  declare const __propDef: {
3
3
  props: {
4
4
  [x: string]: any;
5
- active?: boolean;
6
- current?: boolean;
7
- disabled?: boolean;
8
- href?: string;
5
+ active?: boolean | undefined;
6
+ current?: boolean | undefined;
7
+ disabled?: boolean | undefined;
8
+ href?: string | undefined;
9
9
  };
10
10
  events: {
11
11
  blur: FocusEvent;
@@ -5,9 +5,9 @@ declare const __propDef: {
5
5
  [x: string]: any;
6
6
  items?: (LinkType & {
7
7
  [propName: string]: any;
8
- })[];
9
- full?: boolean;
10
- open?: boolean;
8
+ })[] | undefined;
9
+ full?: boolean | undefined;
10
+ open?: boolean | undefined;
11
11
  };
12
12
  events: {
13
13
  show: CustomEvent<any>;
@@ -1,12 +1,12 @@
1
1
  import { SvelteComponentTyped } from "svelte";
2
2
  declare const __propDef: {
3
3
  props: {
4
- open?: boolean;
5
- title?: string;
6
- size?: 'xs' | 'sm' | 'md' | 'lg' | 'xl';
7
- placement?: 'top-left' | 'top-center' | 'top-right' | 'center-left' | 'center' | 'center-right' | 'bottom-left' | 'bottom-center' | 'bottom-right';
8
- autoclose?: boolean;
9
- backdropClasses?: string;
4
+ open?: boolean | undefined;
5
+ title?: string | undefined;
6
+ size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
7
+ placement?: "top-left" | "top-center" | "top-right" | "center-left" | "center" | "center-right" | "bottom-left" | "bottom-center" | "bottom-right" | undefined;
8
+ autoclose?: boolean | undefined;
9
+ backdropClasses?: string | undefined;
10
10
  };
11
11
  events: {
12
12
  show: 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
- href?: string;
5
+ href?: string | undefined;
6
6
  };
7
7
  events: {
8
8
  [evt: string]: CustomEvent<any>;
@@ -2,12 +2,12 @@ import { SvelteComponentTyped } from "svelte";
2
2
  import type { NavbarType } from '../types';
3
3
  declare const __propDef: {
4
4
  props: {
5
- liButtonClass?: string;
5
+ liButtonClass?: string | undefined;
6
6
  name: string;
7
- child?: NavbarType[];
8
- dropdownDiv?: string;
9
- dropdownLinkClassWithChild?: string;
10
- rel?: string;
7
+ child?: NavbarType[] | undefined;
8
+ dropdownDiv?: string | undefined;
9
+ dropdownLinkClassWithChild?: string | undefined;
10
+ rel?: string | 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
- btnClass?: string;
5
+ btnClass?: string | undefined;
6
6
  };
7
7
  events: {
8
8
  click: MouseEvent;
@@ -2,10 +2,10 @@ import { SvelteComponentTyped } from "svelte";
2
2
  declare const __propDef: {
3
3
  props: {
4
4
  [x: string]: any;
5
- href?: string;
6
- active?: boolean;
7
- activeClass?: string;
8
- nonActiveClass?: string;
5
+ href?: string | undefined;
6
+ active?: boolean | undefined;
7
+ activeClass?: string | undefined;
8
+ nonActiveClass?: string | undefined;
9
9
  };
10
10
  events: {
11
11
  blur: FocusEvent;
@@ -2,9 +2,9 @@ import { SvelteComponentTyped } from "svelte";
2
2
  declare const __propDef: {
3
3
  props: {
4
4
  [x: string]: any;
5
- divClass?: string;
6
- ulClass?: string;
7
- hidden?: boolean;
5
+ divClass?: string | undefined;
6
+ ulClass?: string | undefined;
7
+ hidden?: boolean | undefined;
8
8
  };
9
9
  events: {
10
10
  [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
- navClass?: string;
6
- navDivClass?: string;
7
- fluid?: boolean;
8
- color?: string;
5
+ navClass?: string | undefined;
6
+ navDivClass?: string | undefined;
7
+ fluid?: boolean | undefined;
8
+ color?: string | undefined;
9
9
  };
10
10
  events: {
11
11
  [evt: string]: CustomEvent<any>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flowbite-svelte",
3
- "version": "0.26.20",
3
+ "version": "0.26.22",
4
4
  "description": "Flowbite components for Svelte",
5
5
  "main": "index.js",
6
6
  "author": {
@@ -14,30 +14,30 @@
14
14
  "devDependencies": {
15
15
  "@playwright/test": "^1.25.0",
16
16
  "@sveltejs/adapter-auto": "next",
17
- "@sveltejs/kit": "1.0.0-next.420",
18
- "@sveltejs/package": "1.0.0-next.1",
19
- "@typescript-eslint/eslint-plugin": "^5.33.0",
20
- "@typescript-eslint/parser": "^5.33.0",
21
- "autoprefixer": "^10.4.8",
17
+ "@sveltejs/kit": "next",
18
+ "@sveltejs/package": "1.0.0-next.3",
19
+ "@typescript-eslint/eslint-plugin": "^5.27.0",
20
+ "@typescript-eslint/parser": "^5.27.0",
21
+ "autoprefixer": "^10.4.7",
22
22
  "createprops": "^0.4.9",
23
- "eslint": "^8.21.0",
24
- "eslint-config-prettier": "^8.5.0",
23
+ "eslint": "^8.16.0",
24
+ "eslint-config-prettier": "^8.3.0",
25
25
  "eslint-plugin-svelte3": "^4.0.0",
26
26
  "mdsvex": "^0.10.6",
27
- "postcss": "^8.4.16",
28
- "postcss-load-config": "3.1.4",
29
- "prettier": "^2.7.1",
27
+ "postcss": "^8.4.14",
28
+ "postcss-load-config": "^4.0.1",
29
+ "prettier": "^2.6.2",
30
30
  "prettier-plugin-svelte": "^2.7.0",
31
31
  "prism-themes": "^1.9.0",
32
- "svelte": "^3.49.0",
33
- "svelte-check": "^2.8.0",
32
+ "svelte": "^3.44.0",
33
+ "svelte-check": "^2.7.1",
34
34
  "svelte-preprocess": "^4.10.7",
35
35
  "svelte-sidebar-menu": "^0.9.11",
36
- "svelte2tsx": "^0.5.13",
37
- "tailwindcss": "^3.1.8",
38
- "tslib": "^2.4.0",
39
- "typescript": "~4.7.4",
40
- "vite": "^3.0.7"
36
+ "svelte2tsx": "^0.5.18",
37
+ "tailwindcss": "^3.1.5",
38
+ "tslib": "^2.3.1",
39
+ "typescript": "^4.7.4",
40
+ "vite": "^3.1.0"
41
41
  },
42
42
  "type": "module",
43
43
  "keywords": [
@@ -83,10 +83,9 @@
83
83
  "url": "https://github.com/themesberg/flowbite-svelte"
84
84
  },
85
85
  "dependencies": {
86
- "@floating-ui/dom": "^1.0.1",
87
86
  "@popperjs/core": "^2.11.6",
88
- "classnames": "^2.3.1",
89
- "flowbite": "^1.5.2"
87
+ "classnames": "^2.3.2",
88
+ "flowbite": "^1.5.3"
90
89
  },
91
90
  "engines": {
92
91
  "npm": ">=7.0.0",
@@ -1,8 +1,8 @@
1
1
  import { SvelteComponentTyped } from "svelte";
2
2
  declare const __propDef: {
3
3
  props: {
4
- icon?: boolean;
5
- nextClass?: string;
4
+ icon?: boolean | undefined;
5
+ nextClass?: string | undefined;
6
6
  };
7
7
  events: {
8
8
  blur: FocusEvent;
@@ -2,14 +2,14 @@ import { SvelteComponentTyped } from "svelte";
2
2
  import type { PageType } from '../types';
3
3
  declare const __propDef: {
4
4
  props: {
5
- icon?: boolean;
5
+ icon?: boolean | undefined;
6
6
  pages: PageType[];
7
- ulClass?: string;
8
- pageClass?: string;
9
- previousClass?: string;
10
- nextClass?: string;
11
- iconPreviousClass?: string;
12
- iconNextClass?: string;
7
+ ulClass?: string | undefined;
8
+ pageClass?: string | undefined;
9
+ previousClass?: string | undefined;
10
+ nextClass?: string | undefined;
11
+ iconPreviousClass?: string | undefined;
12
+ iconNextClass?: string | undefined;
13
13
  };
14
14
  events: {
15
15
  blur: FocusEvent;
@@ -1,8 +1,8 @@
1
1
  import { SvelteComponentTyped } from "svelte";
2
2
  declare const __propDef: {
3
3
  props: {
4
- icon?: boolean;
5
- previousClass?: string;
4
+ icon?: boolean | undefined;
5
+ previousClass?: string | undefined;
6
6
  };
7
7
  events: {
8
8
  blur: FocusEvent;
@@ -2,8 +2,8 @@ import { SvelteComponentTyped } from "svelte";
2
2
  import type { TableDataHelperType } from '../types';
3
3
  declare const __propDef: {
4
4
  props: {
5
- btnPreClass?: string;
6
- btnNextClass?: string;
5
+ btnPreClass?: string | undefined;
6
+ btnNextClass?: string | undefined;
7
7
  helper?: TableDataHelperType | undefined;
8
8
  };
9
9
  events: {
@@ -2,8 +2,8 @@ import { SvelteComponentTyped } from "svelte";
2
2
  declare const __propDef: {
3
3
  props: {
4
4
  [x: string]: any;
5
- title?: string;
6
- defaultClass?: string;
5
+ title?: string | undefined;
6
+ defaultClass?: string | undefined;
7
7
  };
8
8
  events: {
9
9
  show: CustomEvent<any>;
@@ -3,12 +3,12 @@ import type { Colors } from '../types';
3
3
  declare const __propDef: {
4
4
  props: {
5
5
  [x: string]: any;
6
- progress?: string;
7
- size?: string;
8
- labelInside?: boolean;
9
- labelOutside?: string;
10
- color?: Colors;
11
- labelInsideClass?: string;
6
+ progress?: string | undefined;
7
+ size?: string | undefined;
8
+ labelInside?: boolean | undefined;
9
+ labelOutside?: string | undefined;
10
+ color?: Colors | undefined;
11
+ labelInsideClass?: string | undefined;
12
12
  };
13
13
  events: {
14
14
  [evt: string]: CustomEvent<any>;
@@ -4,13 +4,13 @@ declare const __propDef: {
4
4
  ratings?: {
5
5
  label: string;
6
6
  rating: number;
7
- }[];
8
- divClass?: string;
9
- labelClass?: string;
10
- ratingDivClass?: string;
11
- ratingClass?: string;
12
- rightLabelClass?: string;
13
- unit?: string;
7
+ }[] | undefined;
8
+ divClass?: string | undefined;
9
+ labelClass?: string | undefined;
10
+ ratingDivClass?: string | undefined;
11
+ ratingClass?: string | undefined;
12
+ rightLabelClass?: string | undefined;
13
+ unit?: string | undefined;
14
14
  };
15
15
  events: {
16
16
  [evt: string]: CustomEvent<any>;
@@ -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: {