flowbite-svelte 1.14.4 → 1.14.6
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/dist/alert/Alert.svelte +2 -1
- package/dist/avatar/Avatar.svelte +2 -1
- package/dist/badge/Badge.svelte +2 -1
- package/dist/banner/Banner.svelte +2 -1
- package/dist/bottom-navigation/BottomNav.svelte +2 -1
- package/dist/breadcrumb/BreadcrumbItem.svelte +1 -1
- package/dist/buttons/GradientButton.svelte +2 -1
- package/dist/buttons/GradientButton.svelte.d.ts +1 -1
- package/dist/carousel/Carousel.svelte +2 -1
- package/dist/carousel/CarouselIndicators.svelte +2 -1
- package/dist/carousel/CarouselIndicators.svelte.d.ts +1 -1
- package/dist/carousel/Controls.svelte +2 -1
- package/dist/carousel/Controls.svelte.d.ts +1 -1
- package/dist/carousel/Thumbnails.svelte +2 -1
- package/dist/carousel/Thumbnails.svelte.d.ts +1 -1
- package/dist/datepicker/Datepicker.svelte +3 -1
- package/dist/datepicker/Datepicker.svelte.d.ts +1 -1
- package/dist/device-mockups/Ios.svelte +1 -1
- package/dist/device-mockups/Ios.svelte.d.ts +1 -1
- package/dist/device-mockups/Tablet.svelte +1 -1
- package/dist/device-mockups/Tablet.svelte.d.ts +1 -1
- package/dist/device-mockups/theme.d.ts +12 -12
- package/dist/dialog/Dialog.svelte +3 -1
- package/dist/dialog/Dialog.svelte.d.ts +1 -1
- package/dist/drawer/Drawer.svelte.d.ts +1 -1
- package/dist/drawer/DrawerHandle.svelte +1 -1
- package/dist/drawer/DrawerHandle.svelte.d.ts +1 -1
- package/dist/drawer/theme.d.ts +3 -3
- package/dist/dropdown/Dropdown.svelte +3 -1
- package/dist/dropdown/Dropdown.svelte.d.ts +1 -1
- package/dist/footer/theme.d.ts +3 -3
- package/dist/forms/button-toggle/ButtonToggleGroup.svelte +2 -1
- package/dist/forms/button-toggle/ButtonToggleGroup.svelte.d.ts +1 -1
- package/dist/forms/checkbox/Checkbox.svelte +2 -1
- package/dist/forms/fileupload/Fileupload.svelte +2 -1
- package/dist/forms/fileupload/Fileupload.svelte.d.ts +1 -1
- package/dist/forms/floating-label/FloatingLabelInput.svelte +2 -1
- package/dist/forms/floating-label/FloatingLabelInput.svelte.d.ts +1 -1
- package/dist/forms/input-addon/InputAddon.svelte +2 -1
- package/dist/forms/input-addon/InputAddon.svelte.d.ts +1 -1
- package/dist/forms/input-field/Input.svelte +2 -1
- package/dist/forms/input-field/Input.svelte.d.ts +1 -1
- package/dist/forms/input-field/index.d.ts +1 -1
- package/dist/forms/radio/Radio.svelte +2 -1
- package/dist/forms/radio/Radio.svelte.d.ts +1 -1
- package/dist/forms/radio/RadioButton.svelte +2 -1
- package/dist/forms/radio/RadioButton.svelte.d.ts +1 -1
- package/dist/forms/search/Search.svelte +2 -1
- package/dist/forms/search/Search.svelte.d.ts +1 -1
- package/dist/forms/select/MultiSelect.svelte +3 -1
- package/dist/forms/select/MultiSelect.svelte.d.ts +1 -1
- package/dist/forms/select/Select.svelte +2 -1
- package/dist/forms/select/Select.svelte.d.ts +1 -1
- package/dist/forms/tags/Tags.svelte +3 -1
- package/dist/forms/tags/Tags.svelte.d.ts +1 -1
- package/dist/forms/tags/theme.d.ts +6 -6
- package/dist/forms/textarea/Textarea.svelte +2 -1
- package/dist/forms/textarea/Textarea.svelte.d.ts +1 -1
- package/dist/forms/timepicker/Timepicker.svelte +9 -1
- package/dist/forms/timepicker/Timepicker.svelte.d.ts +1 -1
- package/dist/forms/toggle/Toggle.svelte +3 -2
- package/dist/forms/toggle/Toggle.svelte.d.ts +1 -1
- package/dist/gallery/theme.d.ts +3 -3
- package/dist/indicator/Indicator.svelte +1 -1
- package/dist/list-group/Listgroup.svelte +2 -1
- package/dist/list-group/Listgroup.svelte.d.ts +1 -1
- package/dist/mega-menu/MegaMenu.svelte +2 -1
- package/dist/mega-menu/MegaMenu.svelte.d.ts +1 -1
- package/dist/modal/Modal.svelte +3 -1
- package/dist/modal/Modal.svelte.d.ts +1 -1
- package/dist/navbar/Navbar.svelte +1 -1
- package/dist/pagination/Pagination.svelte +1 -1
- package/dist/pagination/PaginationNav.svelte +2 -1
- package/dist/pagination/PaginationNav.svelte.d.ts +1 -1
- package/dist/rating/theme.d.ts +6 -6
- package/dist/sidebar/Sidebar.svelte +2 -1
- package/dist/sidebar/Sidebar.svelte.d.ts +1 -1
- package/dist/sidebar/SidebarDropdownWrapper.svelte +1 -1
- package/dist/sidebar/theme.d.ts +9 -9
- package/dist/skeleton/WidgetPlaceholder.svelte +1 -1
- package/dist/skeleton/WidgetPlaceholder.svelte.d.ts +1 -1
- package/dist/skeleton/theme.d.ts +3 -3
- package/dist/speed-dial/SpeedDial.svelte +1 -1
- package/dist/speed-dial/SpeedDialButton.svelte +2 -1
- package/dist/step-indicator/StepIndicator.svelte +1 -1
- package/dist/step-indicator/StepIndicator.svelte.d.ts +1 -1
- package/dist/stepper/BreadcrumbStepper.svelte +1 -1
- package/dist/stepper/BreadcrumbStepper.svelte.d.ts +1 -1
- package/dist/stepper/DetailedStepper.svelte +1 -1
- package/dist/stepper/DetailedStepper.svelte.d.ts +1 -1
- package/dist/stepper/ProgressStepper.svelte +1 -1
- package/dist/stepper/ProgressStepper.svelte.d.ts +1 -1
- package/dist/stepper/Stepper.svelte +1 -1
- package/dist/stepper/Stepper.svelte.d.ts +1 -1
- package/dist/stepper/TimelineStepper.svelte +1 -1
- package/dist/stepper/TimelineStepper.svelte.d.ts +1 -1
- package/dist/stepper/VerticalStepper.svelte +1 -1
- package/dist/stepper/VerticalStepper.svelte.d.ts +1 -1
- package/dist/table/Table.svelte +3 -2
- package/dist/table/Table.svelte.d.ts +1 -1
- package/dist/table/TableBody.svelte +2 -1
- package/dist/table/TableHead.svelte +1 -1
- package/dist/tabs/TabItem.svelte +1 -1
- package/dist/tabs/TabItem.svelte.d.ts +1 -1
- package/dist/theme/ThemeProvider.svelte +1 -1
- package/dist/theme/ThemeProvider.svelte.d.ts +1 -1
- package/dist/timeline/ActivityItem.svelte +1 -1
- package/dist/timeline/theme.d.ts +12 -12
- package/dist/toast/Toast.svelte +2 -3
- package/dist/tooltip/Tooltip.svelte +1 -1
- package/dist/tooltip/Tooltip.svelte.d.ts +1 -1
- package/dist/typography/a/A.svelte +1 -1
- package/dist/typography/blockquote/Blockquote.svelte +1 -1
- package/dist/typography/descriptionlist/DescriptionList.svelte +1 -1
- package/dist/typography/heading/Heading.svelte +1 -1
- package/dist/typography/hr/Hr.svelte +1 -1
- package/dist/typography/layout/Layout.svelte +1 -1
- package/dist/typography/list/List.svelte +1 -1
- package/dist/typography/mark/Mark.svelte +1 -1
- package/dist/typography/paragraph/P.svelte +1 -1
- package/dist/typography/secondary/Secondary.svelte +1 -1
- package/dist/typography/span/Span.svelte +1 -1
- package/dist/utils/Arrow.svelte +1 -1
- package/dist/utils/Arrow.svelte.d.ts +1 -1
- package/dist/utils/CloseButton.svelte +1 -1
- package/dist/utils/CloseButton.svelte.d.ts +1 -1
- package/dist/utils/Popper.svelte +1 -1
- package/dist/utils/Popper.svelte.d.ts +1 -1
- package/package.json +1 -1
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
<script lang="ts" generics="T">
|
|
2
2
|
import { select as selectCls } from "./theme";
|
|
3
3
|
import clsx from "clsx";
|
|
4
|
-
import {
|
|
4
|
+
import type { SelectProps } from "../..";
|
|
5
|
+
import CloseButton from "../../utils/CloseButton.svelte";
|
|
5
6
|
import { getTheme, warnThemeDeprecation } from "../../theme/themeUtils";
|
|
6
7
|
import { createDismissableContext } from "../../utils/dismissable";
|
|
7
8
|
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
<script lang="ts">
|
|
2
2
|
import clsx from "clsx";
|
|
3
|
-
import {
|
|
3
|
+
import type { TagsProps } from "../..";
|
|
4
|
+
import P from "../../typography/paragraph/P.svelte";
|
|
5
|
+
import CloseButton from "../../utils/CloseButton.svelte";
|
|
4
6
|
import { tags } from "./theme";
|
|
5
7
|
import { getTheme, warnThemeDeprecation } from "../../theme/themeUtils";
|
|
6
8
|
import { computePosition, offset, flip, shift, autoUpdate } from "@floating-ui/dom";
|
|
@@ -4,27 +4,27 @@ export type TagsVariants = VariantProps<typeof tags> & Classes<typeof tags>;
|
|
|
4
4
|
export declare const tags: import("tailwind-variants").TVReturnType<{
|
|
5
5
|
[key: string]: {
|
|
6
6
|
[key: string]: import("tailwind-merge").ClassNameValue | {
|
|
7
|
+
base?: import("tailwind-merge").ClassNameValue;
|
|
7
8
|
input?: import("tailwind-merge").ClassNameValue;
|
|
8
9
|
span?: import("tailwind-merge").ClassNameValue;
|
|
9
|
-
base?: import("tailwind-merge").ClassNameValue;
|
|
10
10
|
close?: import("tailwind-merge").ClassNameValue;
|
|
11
11
|
tag?: import("tailwind-merge").ClassNameValue;
|
|
12
|
-
error?: import("tailwind-merge").ClassNameValue;
|
|
13
12
|
info?: import("tailwind-merge").ClassNameValue;
|
|
14
13
|
warning?: import("tailwind-merge").ClassNameValue;
|
|
14
|
+
error?: import("tailwind-merge").ClassNameValue;
|
|
15
15
|
};
|
|
16
16
|
};
|
|
17
17
|
} | {
|
|
18
18
|
[x: string]: {
|
|
19
19
|
[x: string]: import("tailwind-merge").ClassNameValue | {
|
|
20
|
+
base?: import("tailwind-merge").ClassNameValue;
|
|
20
21
|
input?: import("tailwind-merge").ClassNameValue;
|
|
21
22
|
span?: import("tailwind-merge").ClassNameValue;
|
|
22
|
-
base?: import("tailwind-merge").ClassNameValue;
|
|
23
23
|
close?: import("tailwind-merge").ClassNameValue;
|
|
24
24
|
tag?: import("tailwind-merge").ClassNameValue;
|
|
25
|
-
error?: import("tailwind-merge").ClassNameValue;
|
|
26
25
|
info?: import("tailwind-merge").ClassNameValue;
|
|
27
26
|
warning?: import("tailwind-merge").ClassNameValue;
|
|
27
|
+
error?: import("tailwind-merge").ClassNameValue;
|
|
28
28
|
};
|
|
29
29
|
};
|
|
30
30
|
} | {}, {
|
|
@@ -39,14 +39,14 @@ export declare const tags: import("tailwind-variants").TVReturnType<{
|
|
|
39
39
|
}, undefined, {
|
|
40
40
|
[key: string]: {
|
|
41
41
|
[key: string]: import("tailwind-merge").ClassNameValue | {
|
|
42
|
+
base?: import("tailwind-merge").ClassNameValue;
|
|
42
43
|
input?: import("tailwind-merge").ClassNameValue;
|
|
43
44
|
span?: import("tailwind-merge").ClassNameValue;
|
|
44
|
-
base?: import("tailwind-merge").ClassNameValue;
|
|
45
45
|
close?: import("tailwind-merge").ClassNameValue;
|
|
46
46
|
tag?: import("tailwind-merge").ClassNameValue;
|
|
47
|
-
error?: import("tailwind-merge").ClassNameValue;
|
|
48
47
|
info?: import("tailwind-merge").ClassNameValue;
|
|
49
48
|
warning?: import("tailwind-merge").ClassNameValue;
|
|
49
|
+
error?: import("tailwind-merge").ClassNameValue;
|
|
50
50
|
};
|
|
51
51
|
};
|
|
52
52
|
} | {}, {
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
<script lang="ts">
|
|
2
2
|
import { textarea } from "./theme";
|
|
3
3
|
import clsx from "clsx";
|
|
4
|
-
import {
|
|
4
|
+
import type { TextareaProps } from "../..";
|
|
5
|
+
import CloseButton from "../../utils/CloseButton.svelte";
|
|
5
6
|
import { getTheme, warnThemeDeprecation } from "../../theme/themeUtils";
|
|
6
7
|
import { createDismissableContext } from "../../utils/dismissable";
|
|
7
8
|
|
|
@@ -1,6 +1,14 @@
|
|
|
1
1
|
<script lang="ts">
|
|
2
2
|
import clsx from "clsx";
|
|
3
|
-
import {
|
|
3
|
+
import type { TimepickerProps, TimePickerOption } from "../..";
|
|
4
|
+
import Input from "../input-field/Input.svelte";
|
|
5
|
+
import Select from "../select/Select.svelte";
|
|
6
|
+
import Button from "../../buttons/Button.svelte";
|
|
7
|
+
import ButtonGroup from "../../button-group/ButtonGroup.svelte";
|
|
8
|
+
import Dropdown from "../../dropdown/Dropdown.svelte";
|
|
9
|
+
import DropdownItem from "../../dropdown/DropdownItem.svelte";
|
|
10
|
+
import Label from "../label/Label.svelte";
|
|
11
|
+
import Toggle from "../toggle/Toggle.svelte";
|
|
4
12
|
import { timepicker } from "./theme";
|
|
5
13
|
import { parse, isValid, isBefore, isAfter } from "date-fns";
|
|
6
14
|
import { getTheme } from "../../theme/themeUtils";
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
<script lang="ts">
|
|
2
|
-
import { toggle } from "./
|
|
2
|
+
import { toggle } from "./theme";
|
|
3
3
|
import clsx from "clsx";
|
|
4
|
-
import {
|
|
4
|
+
import type { ToggleProps } from "../..";
|
|
5
|
+
import Label from "../label/Label.svelte";
|
|
5
6
|
import { getTheme, warnThemeDeprecation } from "../../theme/themeUtils";
|
|
6
7
|
|
|
7
8
|
let { children, size = "default", value, checked = $bindable(), disabled, color = "primary", class: className, classes, inputClass, spanClass, offLabel, ...restProps }: ToggleProps = $props();
|
package/dist/gallery/theme.d.ts
CHANGED
|
@@ -4,15 +4,15 @@ export type GalleryVariants = VariantProps<typeof gallery> & Classes<typeof gall
|
|
|
4
4
|
export declare const gallery: import("tailwind-variants").TVReturnType<{
|
|
5
5
|
[key: string]: {
|
|
6
6
|
[key: string]: import("tailwind-merge").ClassNameValue | {
|
|
7
|
-
div?: import("tailwind-merge").ClassNameValue;
|
|
8
7
|
image?: import("tailwind-merge").ClassNameValue;
|
|
8
|
+
div?: import("tailwind-merge").ClassNameValue;
|
|
9
9
|
};
|
|
10
10
|
};
|
|
11
11
|
} | {
|
|
12
12
|
[x: string]: {
|
|
13
13
|
[x: string]: import("tailwind-merge").ClassNameValue | {
|
|
14
|
-
div?: import("tailwind-merge").ClassNameValue;
|
|
15
14
|
image?: import("tailwind-merge").ClassNameValue;
|
|
15
|
+
div?: import("tailwind-merge").ClassNameValue;
|
|
16
16
|
};
|
|
17
17
|
};
|
|
18
18
|
} | {}, {
|
|
@@ -21,8 +21,8 @@ export declare const gallery: import("tailwind-variants").TVReturnType<{
|
|
|
21
21
|
}, undefined, {
|
|
22
22
|
[key: string]: {
|
|
23
23
|
[key: string]: import("tailwind-merge").ClassNameValue | {
|
|
24
|
-
div?: import("tailwind-merge").ClassNameValue;
|
|
25
24
|
image?: import("tailwind-merge").ClassNameValue;
|
|
25
|
+
div?: import("tailwind-merge").ClassNameValue;
|
|
26
26
|
};
|
|
27
27
|
};
|
|
28
28
|
} | {}, {
|
|
@@ -2,7 +2,8 @@
|
|
|
2
2
|
import { setContext } from "svelte";
|
|
3
3
|
import { listGroup } from "./theme";
|
|
4
4
|
import clsx from "clsx";
|
|
5
|
-
import {
|
|
5
|
+
import type { ListgroupProps } from "..";
|
|
6
|
+
import ListgroupItem from "./ListgroupItem.svelte";
|
|
6
7
|
import { getTheme } from "../theme/themeUtils";
|
|
7
8
|
|
|
8
9
|
let { children, items, active, onclick, horizontal, rounded, border, class: className, itemClass, iconClass, ...restProps }: ListgroupProps = $props();
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
<script lang="ts">
|
|
2
2
|
import { megamenu } from "./theme";
|
|
3
3
|
import clsx from "clsx";
|
|
4
|
-
import {
|
|
4
|
+
import type { MegaMenuProps, LinkType } from "..";
|
|
5
|
+
import Popper from "../utils/Popper.svelte";
|
|
5
6
|
import { getTheme, warnThemeDeprecation } from "../theme/themeUtils";
|
|
6
7
|
|
|
7
8
|
let { children, extra, items = [], full, ulClass, isOpen = $bindable(false), class: className, extraClass, classes, ...restProps }: MegaMenuProps = $props();
|
package/dist/modal/Modal.svelte
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
<script lang="ts">
|
|
2
|
-
import {
|
|
2
|
+
import type { ModalProps } from "..";
|
|
3
|
+
import Dialog from "../dialog/Dialog.svelte";
|
|
4
|
+
import CloseButton from "../utils/CloseButton.svelte";
|
|
3
5
|
import { getTheme, warnThemeDeprecation } from "../theme/themeUtils";
|
|
4
6
|
import clsx from "clsx";
|
|
5
7
|
import { sineIn } from "svelte/easing";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<script lang="ts">
|
|
2
2
|
import clsx from "clsx";
|
|
3
3
|
import { setContext } from "svelte";
|
|
4
|
-
import
|
|
4
|
+
import NavContainer from "./NavContainer.svelte";
|
|
5
5
|
import { navbar } from "./theme";
|
|
6
6
|
import type { NavbarState, NavbarProps } from "../types";
|
|
7
7
|
import { getTheme } from "../theme/themeUtils";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<script lang="ts">
|
|
2
2
|
import { setContext } from "svelte";
|
|
3
3
|
import { pagination } from "./theme";
|
|
4
|
-
import
|
|
4
|
+
import PaginationItem from "./PaginationItem.svelte";
|
|
5
5
|
import type { PaginationProps } from "../types";
|
|
6
6
|
import { getTheme } from "../theme/themeUtils";
|
|
7
7
|
import clsx from "clsx";
|
|
@@ -2,7 +2,8 @@
|
|
|
2
2
|
import clsx from "clsx";
|
|
3
3
|
import { setContext } from "svelte";
|
|
4
4
|
import { paginationNav } from "./theme";
|
|
5
|
-
import {
|
|
5
|
+
import type { PaginationNavProps } from "..";
|
|
6
|
+
import PaginationButton from "./PaginationButton.svelte";
|
|
6
7
|
import { getTheme, warnThemeDeprecation } from "../theme/themeUtils";
|
|
7
8
|
|
|
8
9
|
function paginationRange(start: number, end: number): number[] {
|
package/dist/rating/theme.d.ts
CHANGED
|
@@ -7,8 +7,8 @@ export type ScoreRatingVariants = VariantProps<typeof scoreRating> & Classes<typ
|
|
|
7
7
|
export declare const advancedRating: import("tailwind-variants").TVReturnType<{
|
|
8
8
|
[key: string]: {
|
|
9
9
|
[key: string]: import("tailwind-merge").ClassNameValue | {
|
|
10
|
-
span?: import("tailwind-merge").ClassNameValue;
|
|
11
10
|
base?: import("tailwind-merge").ClassNameValue;
|
|
11
|
+
span?: import("tailwind-merge").ClassNameValue;
|
|
12
12
|
div2?: import("tailwind-merge").ClassNameValue;
|
|
13
13
|
div3?: import("tailwind-merge").ClassNameValue;
|
|
14
14
|
span2?: import("tailwind-merge").ClassNameValue;
|
|
@@ -17,8 +17,8 @@ export declare const advancedRating: import("tailwind-variants").TVReturnType<{
|
|
|
17
17
|
} | {
|
|
18
18
|
[x: string]: {
|
|
19
19
|
[x: string]: import("tailwind-merge").ClassNameValue | {
|
|
20
|
-
span?: import("tailwind-merge").ClassNameValue;
|
|
21
20
|
base?: import("tailwind-merge").ClassNameValue;
|
|
21
|
+
span?: import("tailwind-merge").ClassNameValue;
|
|
22
22
|
div2?: import("tailwind-merge").ClassNameValue;
|
|
23
23
|
div3?: import("tailwind-merge").ClassNameValue;
|
|
24
24
|
span2?: import("tailwind-merge").ClassNameValue;
|
|
@@ -33,8 +33,8 @@ export declare const advancedRating: import("tailwind-variants").TVReturnType<{
|
|
|
33
33
|
}, undefined, {
|
|
34
34
|
[key: string]: {
|
|
35
35
|
[key: string]: import("tailwind-merge").ClassNameValue | {
|
|
36
|
-
span?: import("tailwind-merge").ClassNameValue;
|
|
37
36
|
base?: import("tailwind-merge").ClassNameValue;
|
|
37
|
+
span?: import("tailwind-merge").ClassNameValue;
|
|
38
38
|
div2?: import("tailwind-merge").ClassNameValue;
|
|
39
39
|
div3?: import("tailwind-merge").ClassNameValue;
|
|
40
40
|
span2?: import("tailwind-merge").ClassNameValue;
|
|
@@ -88,9 +88,9 @@ export declare const review: import("tailwind-variants").TVReturnType<{
|
|
|
88
88
|
[key: string]: {
|
|
89
89
|
[key: string]: import("tailwind-merge").ClassNameValue | {
|
|
90
90
|
img?: import("tailwind-merge").ClassNameValue;
|
|
91
|
-
div?: import("tailwind-merge").ClassNameValue;
|
|
92
91
|
article?: import("tailwind-merge").ClassNameValue;
|
|
93
92
|
li?: import("tailwind-merge").ClassNameValue;
|
|
93
|
+
div?: import("tailwind-merge").ClassNameValue;
|
|
94
94
|
ul?: import("tailwind-merge").ClassNameValue;
|
|
95
95
|
div2?: import("tailwind-merge").ClassNameValue;
|
|
96
96
|
div3?: import("tailwind-merge").ClassNameValue;
|
|
@@ -100,9 +100,9 @@ export declare const review: import("tailwind-variants").TVReturnType<{
|
|
|
100
100
|
[x: string]: {
|
|
101
101
|
[x: string]: import("tailwind-merge").ClassNameValue | {
|
|
102
102
|
img?: import("tailwind-merge").ClassNameValue;
|
|
103
|
-
div?: import("tailwind-merge").ClassNameValue;
|
|
104
103
|
article?: import("tailwind-merge").ClassNameValue;
|
|
105
104
|
li?: import("tailwind-merge").ClassNameValue;
|
|
105
|
+
div?: import("tailwind-merge").ClassNameValue;
|
|
106
106
|
ul?: import("tailwind-merge").ClassNameValue;
|
|
107
107
|
div2?: import("tailwind-merge").ClassNameValue;
|
|
108
108
|
div3?: import("tailwind-merge").ClassNameValue;
|
|
@@ -120,9 +120,9 @@ export declare const review: import("tailwind-variants").TVReturnType<{
|
|
|
120
120
|
[key: string]: {
|
|
121
121
|
[key: string]: import("tailwind-merge").ClassNameValue | {
|
|
122
122
|
img?: import("tailwind-merge").ClassNameValue;
|
|
123
|
-
div?: import("tailwind-merge").ClassNameValue;
|
|
124
123
|
article?: import("tailwind-merge").ClassNameValue;
|
|
125
124
|
li?: import("tailwind-merge").ClassNameValue;
|
|
125
|
+
div?: import("tailwind-merge").ClassNameValue;
|
|
126
126
|
ul?: import("tailwind-merge").ClassNameValue;
|
|
127
127
|
div2?: import("tailwind-merge").ClassNameValue;
|
|
128
128
|
div3?: import("tailwind-merge").ClassNameValue;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
<script lang="ts">
|
|
2
|
-
import {
|
|
2
|
+
import type { SidebarCtxType, SidebarProps } from "../types";
|
|
3
|
+
import { trapFocus } from "../utils/actions";
|
|
3
4
|
import { getTheme, warnThemeDeprecation } from "../theme/themeUtils";
|
|
4
5
|
import clsx from "clsx";
|
|
5
6
|
import { setContext } from "svelte";
|
package/dist/sidebar/theme.d.ts
CHANGED
|
@@ -190,17 +190,17 @@ export declare const sidebarButton: import("tailwind-variants").TVReturnType<{
|
|
|
190
190
|
export declare const sidebarBrand: import("tailwind-variants").TVReturnType<{
|
|
191
191
|
[key: string]: {
|
|
192
192
|
[key: string]: import("tailwind-merge").ClassNameValue | {
|
|
193
|
+
base?: import("tailwind-merge").ClassNameValue;
|
|
193
194
|
img?: import("tailwind-merge").ClassNameValue;
|
|
194
195
|
span?: import("tailwind-merge").ClassNameValue;
|
|
195
|
-
base?: import("tailwind-merge").ClassNameValue;
|
|
196
196
|
};
|
|
197
197
|
};
|
|
198
198
|
} | {
|
|
199
199
|
[x: string]: {
|
|
200
200
|
[x: string]: import("tailwind-merge").ClassNameValue | {
|
|
201
|
+
base?: import("tailwind-merge").ClassNameValue;
|
|
201
202
|
img?: import("tailwind-merge").ClassNameValue;
|
|
202
203
|
span?: import("tailwind-merge").ClassNameValue;
|
|
203
|
-
base?: import("tailwind-merge").ClassNameValue;
|
|
204
204
|
};
|
|
205
205
|
};
|
|
206
206
|
} | {}, {
|
|
@@ -210,9 +210,9 @@ export declare const sidebarBrand: import("tailwind-variants").TVReturnType<{
|
|
|
210
210
|
}, undefined, {
|
|
211
211
|
[key: string]: {
|
|
212
212
|
[key: string]: import("tailwind-merge").ClassNameValue | {
|
|
213
|
+
base?: import("tailwind-merge").ClassNameValue;
|
|
213
214
|
img?: import("tailwind-merge").ClassNameValue;
|
|
214
215
|
span?: import("tailwind-merge").ClassNameValue;
|
|
215
|
-
base?: import("tailwind-merge").ClassNameValue;
|
|
216
216
|
};
|
|
217
217
|
};
|
|
218
218
|
} | {}, {
|
|
@@ -227,16 +227,16 @@ export declare const sidebarBrand: import("tailwind-variants").TVReturnType<{
|
|
|
227
227
|
export declare const sidebarCta: import("tailwind-variants").TVReturnType<{
|
|
228
228
|
[key: string]: {
|
|
229
229
|
[key: string]: import("tailwind-merge").ClassNameValue | {
|
|
230
|
-
span?: import("tailwind-merge").ClassNameValue;
|
|
231
230
|
base?: import("tailwind-merge").ClassNameValue;
|
|
231
|
+
span?: import("tailwind-merge").ClassNameValue;
|
|
232
232
|
div?: import("tailwind-merge").ClassNameValue;
|
|
233
233
|
};
|
|
234
234
|
};
|
|
235
235
|
} | {
|
|
236
236
|
[x: string]: {
|
|
237
237
|
[x: string]: import("tailwind-merge").ClassNameValue | {
|
|
238
|
-
span?: import("tailwind-merge").ClassNameValue;
|
|
239
238
|
base?: import("tailwind-merge").ClassNameValue;
|
|
239
|
+
span?: import("tailwind-merge").ClassNameValue;
|
|
240
240
|
div?: import("tailwind-merge").ClassNameValue;
|
|
241
241
|
};
|
|
242
242
|
};
|
|
@@ -247,8 +247,8 @@ export declare const sidebarCta: import("tailwind-variants").TVReturnType<{
|
|
|
247
247
|
}, undefined, {
|
|
248
248
|
[key: string]: {
|
|
249
249
|
[key: string]: import("tailwind-merge").ClassNameValue | {
|
|
250
|
-
span?: import("tailwind-merge").ClassNameValue;
|
|
251
250
|
base?: import("tailwind-merge").ClassNameValue;
|
|
251
|
+
span?: import("tailwind-merge").ClassNameValue;
|
|
252
252
|
div?: import("tailwind-merge").ClassNameValue;
|
|
253
253
|
};
|
|
254
254
|
};
|
|
@@ -264,8 +264,8 @@ export declare const sidebarCta: import("tailwind-variants").TVReturnType<{
|
|
|
264
264
|
export declare const sidebarDropdownWrapper: import("tailwind-variants").TVReturnType<{
|
|
265
265
|
[key: string]: {
|
|
266
266
|
[key: string]: import("tailwind-merge").ClassNameValue | {
|
|
267
|
-
span?: import("tailwind-merge").ClassNameValue;
|
|
268
267
|
base?: import("tailwind-merge").ClassNameValue;
|
|
268
|
+
span?: import("tailwind-merge").ClassNameValue;
|
|
269
269
|
svg?: import("tailwind-merge").ClassNameValue;
|
|
270
270
|
ul?: import("tailwind-merge").ClassNameValue;
|
|
271
271
|
btn?: import("tailwind-merge").ClassNameValue;
|
|
@@ -274,8 +274,8 @@ export declare const sidebarDropdownWrapper: import("tailwind-variants").TVRetur
|
|
|
274
274
|
} | {
|
|
275
275
|
[x: string]: {
|
|
276
276
|
[x: string]: import("tailwind-merge").ClassNameValue | {
|
|
277
|
-
span?: import("tailwind-merge").ClassNameValue;
|
|
278
277
|
base?: import("tailwind-merge").ClassNameValue;
|
|
278
|
+
span?: import("tailwind-merge").ClassNameValue;
|
|
279
279
|
svg?: import("tailwind-merge").ClassNameValue;
|
|
280
280
|
ul?: import("tailwind-merge").ClassNameValue;
|
|
281
281
|
btn?: import("tailwind-merge").ClassNameValue;
|
|
@@ -290,8 +290,8 @@ export declare const sidebarDropdownWrapper: import("tailwind-variants").TVRetur
|
|
|
290
290
|
}, undefined, {
|
|
291
291
|
[key: string]: {
|
|
292
292
|
[key: string]: import("tailwind-merge").ClassNameValue | {
|
|
293
|
-
span?: import("tailwind-merge").ClassNameValue;
|
|
294
293
|
base?: import("tailwind-merge").ClassNameValue;
|
|
294
|
+
span?: import("tailwind-merge").ClassNameValue;
|
|
295
295
|
svg?: import("tailwind-merge").ClassNameValue;
|
|
296
296
|
ul?: import("tailwind-merge").ClassNameValue;
|
|
297
297
|
btn?: import("tailwind-merge").ClassNameValue;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<script lang="ts">
|
|
2
2
|
import { widgetPlaceholder } from "./theme";
|
|
3
3
|
import clsx from "clsx";
|
|
4
|
-
import type { WidgetPlaceholderProps } from "
|
|
4
|
+
import type { WidgetPlaceholderProps } from "../types";
|
|
5
5
|
import { getTheme } from "../theme/themeUtils";
|
|
6
6
|
|
|
7
7
|
let { class: className, classes }: WidgetPlaceholderProps = $props();
|
package/dist/skeleton/theme.d.ts
CHANGED
|
@@ -400,8 +400,8 @@ export declare const testimonialPlaceholder: import("tailwind-variants").TVRetur
|
|
|
400
400
|
[key: string]: {
|
|
401
401
|
[key: string]: import("tailwind-merge").ClassNameValue | {
|
|
402
402
|
base?: import("tailwind-merge").ClassNameValue;
|
|
403
|
-
content?: import("tailwind-merge").ClassNameValue;
|
|
404
403
|
svg?: import("tailwind-merge").ClassNameValue;
|
|
404
|
+
content?: import("tailwind-merge").ClassNameValue;
|
|
405
405
|
lineA?: import("tailwind-merge").ClassNameValue;
|
|
406
406
|
lineB?: import("tailwind-merge").ClassNameValue;
|
|
407
407
|
};
|
|
@@ -410,8 +410,8 @@ export declare const testimonialPlaceholder: import("tailwind-variants").TVRetur
|
|
|
410
410
|
[x: string]: {
|
|
411
411
|
[x: string]: import("tailwind-merge").ClassNameValue | {
|
|
412
412
|
base?: import("tailwind-merge").ClassNameValue;
|
|
413
|
-
content?: import("tailwind-merge").ClassNameValue;
|
|
414
413
|
svg?: import("tailwind-merge").ClassNameValue;
|
|
414
|
+
content?: import("tailwind-merge").ClassNameValue;
|
|
415
415
|
lineA?: import("tailwind-merge").ClassNameValue;
|
|
416
416
|
lineB?: import("tailwind-merge").ClassNameValue;
|
|
417
417
|
};
|
|
@@ -426,8 +426,8 @@ export declare const testimonialPlaceholder: import("tailwind-variants").TVRetur
|
|
|
426
426
|
[key: string]: {
|
|
427
427
|
[key: string]: import("tailwind-merge").ClassNameValue | {
|
|
428
428
|
base?: import("tailwind-merge").ClassNameValue;
|
|
429
|
-
content?: import("tailwind-merge").ClassNameValue;
|
|
430
429
|
svg?: import("tailwind-merge").ClassNameValue;
|
|
430
|
+
content?: import("tailwind-merge").ClassNameValue;
|
|
431
431
|
lineA?: import("tailwind-merge").ClassNameValue;
|
|
432
432
|
lineB?: import("tailwind-merge").ClassNameValue;
|
|
433
433
|
};
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
<script lang="ts">
|
|
2
|
-
import
|
|
2
|
+
import Button from "../buttons/Button.svelte";
|
|
3
|
+
import Tooltip from "../tooltip/Tooltip.svelte";
|
|
3
4
|
import type { Placement } from "@floating-ui/dom";
|
|
4
5
|
import { getContext } from "svelte";
|
|
5
6
|
import { speedDialButton } from "./theme";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<script lang="ts">
|
|
2
2
|
import clsx from "clsx";
|
|
3
|
-
import type { StepIndicatorProps } from "
|
|
3
|
+
import type { StepIndicatorProps } from "../types";
|
|
4
4
|
import { stepIndicator, getStepStateClasses, type StepIndicatorTheme } from "./theme";
|
|
5
5
|
import { getTheme } from "../theme/themeUtils";
|
|
6
6
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import { setContext } from "svelte";
|
|
3
3
|
import { breadcrumbStepper } from "./theme";
|
|
4
4
|
import clsx from "clsx";
|
|
5
|
-
import type { BreadcrumbStepperProps } from "
|
|
5
|
+
import type { BreadcrumbStepperProps } from "../types";
|
|
6
6
|
import { getTheme } from "../theme/themeUtils";
|
|
7
7
|
|
|
8
8
|
let { children, steps = [], class: className, classes, ...restProps }: BreadcrumbStepperProps = $props();
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<script lang="ts">
|
|
2
2
|
import { setContext } from "svelte";
|
|
3
3
|
import { detailedStepper } from "./theme";
|
|
4
|
-
import type { DetailedStepperProps } from "
|
|
4
|
+
import type { DetailedStepperProps } from "../types";
|
|
5
5
|
import clsx from "clsx";
|
|
6
6
|
import { getTheme } from "../theme/themeUtils";
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<script lang="ts">
|
|
2
2
|
import { setContext } from "svelte";
|
|
3
3
|
import { progressStepper } from "./theme";
|
|
4
|
-
import type { ProgressStepperProps } from "
|
|
4
|
+
import type { ProgressStepperProps } from "../types";
|
|
5
5
|
import clsx from "clsx";
|
|
6
6
|
import { getTheme } from "../theme/themeUtils";
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<script lang="ts">
|
|
2
2
|
import { setContext } from "svelte";
|
|
3
3
|
import { timelineStepper } from "./theme";
|
|
4
|
-
import type { TimelineStepperProps } from "
|
|
4
|
+
import type { TimelineStepperProps } from "../types";
|
|
5
5
|
import clsx from "clsx";
|
|
6
6
|
import { getTheme } from "../theme/themeUtils";
|
|
7
7
|
|