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.
- package/CHANGELOG.md +39 -0
- package/accordions/AccordionItem.svelte.d.ts +7 -7
- package/alerts/Alert.svelte.d.ts +4 -4
- package/avatar/Avatar.svelte.d.ts +8 -8
- package/avatar/Dot.svelte.d.ts +5 -5
- package/avatar/Placeholder.svelte.d.ts +1 -1
- package/badges/Badge.svelte.d.ts +7 -7
- package/breadcrumbs/Breadcrumb.svelte.d.ts +4 -4
- package/breadcrumbs/BreadcrumbItem.svelte.d.ts +4 -4
- package/buttongroups/ButtonGroup.svelte.d.ts +1 -1
- package/buttons/Button.svelte.d.ts +9 -9
- package/cards/Card.svelte.d.ts +6 -6
- package/carousels/Caption.svelte.d.ts +2 -2
- package/carousels/Carousel.svelte.d.ts +11 -11
- package/carousels/CarouselTransition.svelte.d.ts +11 -11
- package/carousels/Indicator.svelte.d.ts +3 -3
- package/carousels/Slide.svelte.d.ts +4 -4
- package/carousels/Thumbnail.svelte.d.ts +4 -4
- package/darkmode/DarkMode.svelte.d.ts +1 -1
- package/datepicker/Datepicker.svelte.d.ts +7 -7
- package/drawer/Drawer.svelte.d.ts +14 -14
- package/dropdowns/Dropdown.svelte.d.ts +7 -7
- package/dropdowns/DropdownDivider.svelte.d.ts +1 -1
- package/dropdowns/DropdownHeader.svelte.d.ts +2 -2
- package/dropdowns/DropdownItem.svelte.d.ts +3 -3
- package/footer/Footer.svelte.d.ts +2 -2
- package/footer/FooterBrand.svelte.d.ts +7 -7
- package/footer/FooterCopyright.svelte.d.ts +5 -5
- package/footer/FooterIcon.svelte.d.ts +3 -3
- package/footer/FooterLink.svelte.d.ts +3 -3
- package/footer/FooterLinkGroup.svelte.d.ts +1 -1
- package/forms/Checkbox.svelte.d.ts +6 -6
- package/forms/Dropzone.svelte.d.ts +4 -4
- package/forms/Fileupload.svelte.d.ts +3 -3
- package/forms/FloatingLabelInput.svelte.d.ts +7 -7
- package/forms/Helper.svelte.d.ts +2 -2
- package/forms/Iconinput.svelte.d.ts +8 -8
- package/forms/Input.svelte.d.ts +5 -5
- package/forms/Label.svelte.d.ts +3 -3
- package/forms/Radio.svelte.d.ts +5 -5
- package/forms/Range.svelte.d.ts +1 -1
- package/forms/Search.svelte.d.ts +5 -5
- package/forms/Select.svelte.d.ts +6 -6
- package/forms/SimpleSearch.svelte.d.ts +7 -7
- package/forms/Textarea.svelte.d.ts +1 -1
- package/forms/Toggle.svelte.d.ts +4 -4
- package/forms/VoiceSearch.svelte.d.ts +9 -9
- package/kbd/ArrowKeyDown.svelte.d.ts +1 -1
- package/kbd/ArrowKeyLeft.svelte.d.ts +1 -1
- package/kbd/ArrowKeyRight.svelte.d.ts +1 -1
- package/kbd/ArrowKeyUp.svelte.d.ts +1 -1
- package/kbd/Kbd.svelte.d.ts +1 -1
- package/list-group/Listgroup.svelte.d.ts +2 -2
- package/list-group/ListgroupItem.svelte.d.ts +4 -4
- package/megamenu/MegaMenu.svelte.d.ts +3 -3
- package/modals/Modal.svelte.d.ts +6 -6
- package/navbar/Menu.svelte.d.ts +4 -4
- package/navbar/NavBrand.svelte.d.ts +1 -1
- package/navbar/NavDropdown.svelte.d.ts +5 -5
- package/navbar/NavHamburger.svelte.d.ts +1 -1
- package/navbar/NavLi.svelte.d.ts +4 -4
- package/navbar/NavUl.svelte.d.ts +3 -3
- package/navbar/Navbar.svelte.d.ts +4 -4
- package/package.json +20 -20
- package/paginations/Next.svelte.d.ts +2 -2
- package/paginations/Pagination.svelte.d.ts +7 -7
- package/paginations/Previous.svelte.d.ts +2 -2
- package/paginations/TableData.svelte.d.ts +2 -2
- package/popover/Popover.svelte.d.ts +2 -2
- package/progressbars/Progressbar.svelte.d.ts +6 -6
- package/ratings/AdvancedRating.svelte.d.ts +7 -7
- package/ratings/Rating.svelte.d.ts +6 -6
- package/ratings/RatingComment.svelte.d.ts +3 -3
- package/ratings/Review.svelte.d.ts +5 -5
- package/ratings/ScoreRating.svelte.d.ts +6 -6
- package/ratings/Star.svelte.d.ts +4 -4
- package/sidebars/Sidebar.svelte.d.ts +1 -1
- package/sidebars/SidebarBrand.svelte.d.ts +3 -3
- package/sidebars/SidebarCta.svelte.d.ts +4 -4
- package/sidebars/SidebarDropdownItem.svelte.d.ts +5 -5
- package/sidebars/SidebarDropdownWrapper.svelte.d.ts +5 -5
- package/sidebars/SidebarGroup.svelte.d.ts +3 -3
- package/sidebars/SidebarItem.svelte.d.ts +6 -6
- package/sidebars/SidebarWrapper.svelte.d.ts +1 -1
- package/skeleton/CardPlaceholder.svelte.d.ts +2 -2
- package/skeleton/ImagePlaceholder.svelte.d.ts +2 -2
- package/skeleton/ListPlaceholder.svelte.d.ts +1 -1
- package/skeleton/Skeleton.svelte.d.ts +1 -1
- package/skeleton/TestimonialPlaceholder.svelte.d.ts +1 -1
- package/skeleton/TextPlaceholder.svelte.d.ts +1 -1
- package/skeleton/VideoPlaceholder.svelte.d.ts +2 -2
- package/skeleton/WidgetPlaceholder.svelte.d.ts +1 -1
- package/spinners/Spinner.svelte.d.ts +4 -4
- package/tables/Table.svelte.d.ts +6 -6
- package/tables/TableBodyCell.svelte.d.ts +1 -1
- package/tables/TableBodyRow.svelte.d.ts +1 -1
- package/tables/TableHead.svelte.d.ts +1 -1
- package/tables/TableSearch.svelte.d.ts +6 -6
- package/tabs/TabContentItem.svelte.d.ts +1 -1
- package/tabs/TabHead.svelte.d.ts +2 -2
- package/tabs/TabHeadItem.svelte.d.ts +3 -3
- package/tabs/TabWrapper.svelte.d.ts +3 -3
- package/timelines/Activity.svelte.d.ts +1 -1
- package/timelines/Group.svelte.d.ts +2 -2
- package/timelines/Timeline.svelte.d.ts +2 -2
- package/timelines/TimelineHorizontal.svelte.d.ts +1 -1
- package/timelines/TimelineItem.svelte.d.ts +4 -4
- package/toasts/Toast.svelte.d.ts +5 -5
- package/toolbar/Toolbar.svelte.d.ts +2 -2
- package/toolbar/ToolbarButton.svelte.d.ts +4 -4
- package/tooltips/Tooltip.svelte.d.ts +3 -3
- package/typography/A.svelte.d.ts +3 -3
- package/typography/Blockquote.svelte.d.ts +8 -8
- package/typography/DescriptionList.svelte.d.ts +2 -2
- package/typography/Heading.svelte.d.ts +3 -3
- package/typography/Hr.svelte.d.ts +8 -8
- package/typography/Img.svelte.d.ts +7 -7
- package/typography/Layout.svelte.d.ts +2 -2
- package/typography/Li.svelte.d.ts +2 -2
- package/typography/List.svelte.d.ts +7 -7
- package/typography/Mark.svelte.d.ts +3 -3
- package/typography/P.svelte.d.ts +10 -10
- package/typography/Secondary.svelte.d.ts +2 -2
- package/typography/Span.svelte.d.ts +9 -9
- package/typography/Ul.svelte.d.ts +3 -3
- package/utils/Chevron.svelte.d.ts +2 -2
- package/utils/ChevronDown.svelte.d.ts +4 -4
- package/utils/ChevronLeft.svelte.d.ts +4 -4
- package/utils/ChevronRight.svelte.d.ts +4 -4
- package/utils/ChevronUp.svelte.d.ts +4 -4
- package/utils/CloseButton.svelte.d.ts +3 -3
- package/utils/Frame.svelte.d.ts +10 -10
- package/utils/InformationCircle.svelte.d.ts +4 -4
- package/utils/Popper.svelte.d.ts +9 -9
- package/utils/UserCircle.svelte.d.ts +4 -4
- package/utils/createEventDispatcher.d.ts +1 -0
- package/utils/focusTrap.d.ts +4 -0
- package/utils/generateId.d.ts +1 -0
- 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>;
|
package/ratings/Star.svelte.d.ts
CHANGED
|
@@ -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?:
|
|
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;
|
|
@@ -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;
|
|
@@ -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>;
|
package/tables/Table.svelte.d.ts
CHANGED
|
@@ -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?:
|
|
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,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?:
|
|
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>;
|
package/tabs/TabHead.svelte.d.ts
CHANGED
|
@@ -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?:
|
|
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" | "
|
|
14
|
+
tabStyle: "default" | "icon" | "custom" | "pill" | "underline" | "full";
|
|
15
15
|
tabId: number;
|
|
16
16
|
activeTabValue: number;
|
|
17
17
|
};
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { SvelteComponentTyped } from "svelte";
|
|
2
2
|
declare const __propDef: {
|
|
3
3
|
props: {
|
|
4
|
-
customClass?: string;
|
|
5
|
-
order?:
|
|
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,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>;
|
package/toasts/Toast.svelte.d.ts
CHANGED
|
@@ -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?:
|
|
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,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?:
|
|
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?:
|
|
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>;
|
package/typography/A.svelte.d.ts
CHANGED
|
@@ -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?:
|
|
12
|
-
size?:
|
|
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>;
|
|
@@ -2,9 +2,9 @@ import { SvelteComponentTyped } from "svelte";
|
|
|
2
2
|
declare const __propDef: {
|
|
3
3
|
props: {
|
|
4
4
|
[x: string]: any;
|
|
5
|
-
tag?:
|
|
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>;
|